Automating the creating of interfaces in a virtual chassis #6952
Replies: 1 comment 1 reply
-
Are the interfaces not included in your device type templates? If you setup each device type once, you'll have them copied over on creation of a new instance. For the specific purpose of creating a virtual chassis I know my colleagues have duplicated the device types to facilitate the creation of 'members' with the correct interface numbering. Eg: 9200-master and 9200-member1 are available. If you update the member device type later on, your initial copied components remain and are not updated. |
Beta Was this translation helpful? Give feedback.
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'm wondering if anyone has any ideas or suggestions for automating the creation of interfaces for virtual chassis nodes in Netbox? I would love to be able to use jinja 2 or the nice UI
Gi1/0/[1-48]
feature, but as these aren't exposed via the API or ansible modules (to my knowledge) I've been using the following.This works fine, but it's really slow when you're doing a full stack of 8 or 9 switches.
Beta Was this translation helpful? Give feedback.
All reactions