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
I wonder how to map the encapsulation mode "regular|trunk" to the example above since EPG static paths are not accessible directly via acitoolkit? Neither the Endpoint class nor the EPG class has methods for fetching Static Paths from Fabric which includes this information...
The text was updated successfully, but these errors were encountered:
nohir0
changed the title
Get Static Paths for EPG and Phys, VMM Domains as well?
How to get encapsulation mode regular|trunk for each encapsulation in acitoolkit?
Feb 26, 2021
Hello,
since acitoolkit does not follow the ACI object hierachy exactly,
e.g. it directly maps endpoints under the EPG class as child objects
I wonder how to map the encapsulation mode "regular|trunk" to the example above since EPG static paths are not accessible directly via acitoolkit? Neither the Endpoint class nor the EPG class has methods for fetching Static Paths from Fabric which includes this information...
I do this in my code as such:
Which returns the Static Path objects and the relevant information if this EPG encapsulation is tagged or not (access|regular or trunk):
Any help appreciated
The text was updated successfully, but these errors were encountered: