You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @ichilton - most IXs using IXP Manager are running layer2 / stp. I.e. every switch needs to know about every VLAN regardless of whether there's an access port there or not.
We'd probably need a new api endpoint or an optional qualifier on this one to limit to access ports.
You could also generate this from other api endpoints such as the list of ports for example.
ISSUE TYPE
Bug Report
VERSION
SUMMARY
The provisioning API for VLANs contains all private vlans and not just that should be on each switch.
STEPS TO REPRODUCE
https:///api/v4/provisioner/vlans/switch-name/{switchname}.yaml
...whichever switch you use, it gives the full list of VLANs.
EXPECTED RESULTS
It should only include VLANs which are either not private or are private and have an interface on that switch.
ACTUAL RESULTS
It shows the same list of all VLANs, for every device.
The text was updated successfully, but these errors were encountered: