networktocode / ntc-netbox-plugin-onboarding

A plugin for NetBox to easily onboard new devices.
Other
246 stars 46 forks source link

Gather information about interfaces while onboarding #60

Closed misch42 closed 1 month ago

misch42 commented 4 years ago

Environment

While onboarding a device, the plugin also could gather information about the interfaces.

Proposed Functionality

At the moment the onboarding plugin only gathers basic information about a new device. But while onboarding it also could gather information about the interfaces. An option could limit ("regex") the names of the interfaces to recognize.

A proof-of-concept written in ansible for a Cisco device:


Use Case

Makes the life of an admin easier because he would not have to add in interfaces manually after onboarding a device.

aslater3 commented 3 years ago

Second this! Its a lot of work to get an accurate picture of the interfaces. I think mapping VLANs and tagged / untagged status would be really good.

misch42 commented 1 month ago

solved in slurpit