dainok / netdoc

Automatic Network Documentation plugin for NetBox
GNU General Public License v3.0
89 stars 13 forks source link

Stacked devices #4

Open dainok opened 1 year ago

dainok commented 1 year ago

Initially opened by @a084ed22

Hello,

I'm following netbox's recommendation on modeling switch stacks by creating a separate device for each stack member and a virtual chassis as a container. Netbox correctly shows on the device selected as master in the virtual chassis the interfaces from the other stack members.

Would it be possible to extend netdoc to use the same interfaces? In my test environment, I'm using the stack's name as the name for the virtual chassis, while the stack members' names have a colon and their stack ID appended. In this environment, netdoc ends up creating a new device named as the stack with all the available interfaces linked to it.

dainok commented 1 year ago

We have a mix of 3750X (still), 3850, 2960X and 9200/9200L. If needed I can run tests on a dedicated environment.