scaleway / netbox-netprod-importer

Poll data from network devices in production and import it into netbox
GNU General Public License v3.0
104 stars 32 forks source link

Set interfaces as OOB/mgmt #5

Open XioNoX opened 5 years ago

XioNoX commented 5 years ago

Netbox interfaces have a field "OOB Management, This interface is used only for out-of-band management"

It would be great to automatically set it when needed.

Easy way would be to have a pre-set (and configurable) list of mgmt interfaces name: eg. mgmt_interfaces_names = ['me0', 'em0', 'em1', 'vme', 'fxp0']

aruhier commented 5 years ago

Thanks again for the feedback, it could be indeed an interesting feature!