Codey Oxley
Codey Oxley
Argh this fell off my radar during new job transition, sorry. This weekend I'll throw something up with bootstrap. Would like to have at least something aesthetically pleasing with a...
Hey @dowlingw :) If I understand correctly, you have devices like: - `pe1.site1.example.com` - `pe1.site2.example.com` - `etc...` If so then yeah, it's relevant to this ticket. It's possible but just...
I guess my thought was to write less code against polling every interface looking for a expiry attribute to have it done server side. Totally doable though and if not...
Polling every resource, not interface
Well, we use `asn=` as an attribute for some network resources to show route origin, but there's not currently a way to explain what that represents. My thoughts are to...
While I personally don't use the web-ui much, coworkers definitely do. (or via IRC bot) I appreciate the API-forward approach but I think to sell it as a real alternative...
The VRF resources should be keyed by `VRF(rd='65000:1', name='Blue')` with a network in a VRF being keyed `Network(network='10.0.0.0', prefix_length=24, rd='65000:1')` RD should always be 8 bytes and can be formatted...
I should look and see what you're doing to keep network resources unique, but if you don't change how the networks are keyed how could you have multiple with the...
I see. The same network prefix between one VRF and another could be used for different purposes and thus might want to have different attributes, description, etc. Maybe this is...