Replies: 1 comment
-
|
Looks like the feature has already been proposed in this PR #19121 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was hoping to use a single request for retrieving the MAC and VLAN for devices in order to update our switches with that information.
The only relation from ip_address to some "upstream" object I could find is the vrf. There doesn't seem to be a direct relation to the prefixes which would be much easier.
Hence I need to filter on the prefixes. Is there any way to do this dynamically, referencing the address?
It can be argued that one could simply assign a VLAN to an interface. But in the case of a client device this is not what's happening (the switch access port is assigned a VLAN).
There's also the "Prefixes and VLAN role" relationship, which might actually work. But then why assign VLANs at prefixes directly?
Beta Was this translation helpful? Give feedback.
All reactions