netbox-device-autodiscovery icon indicating copy to clipboard operation
netbox-device-autodiscovery copied to clipboard

Script for network scanning and automatic device discovery for NetBox

Results 17 netbox-device-autodiscovery issues
Sort by recently updated
recently updated
newest added

scanner runs but says i need to add the field 'Role' but HOW?

The changes appear to work as expected when tested against the latest version of Netbox. This was achieved by incorporating the 'role' field into the Netbox template.

Hi, I have NetBox version 3.4.3 Getting error when trying to run this script: ``` 2023-08-29 15:19:45,749 {/home/andrey/netbox-device-autodiscovery/modules/nmap_network_scanner/nmap_network_scanner.py:89} [DEBUG] Nmap arguments: ['-sS', '-O', '-T4', '-n'] 2023-08-29 15:32:24,193 {/home/andrey/netbox-device-autodiscovery/modules/nmap_network_scanner/nmap_network_scanner.py:188} [INFO] Converting...

pysnmp package was missing

What should I write at SNMP side at configuration.toml . I am newbie in this area and I cannot find what to write at there. What is SNMP configs doing....

Hello, I have installed/configured the tool and getting the following error when launching the script "python3 run.py": Python 3.7.3 root@.../netbox-device-autodiscovery# python3 run.py File "run.py", line 231 if obj_id := create_or_update_nb_obj(obj_type,...

I installed packages using "pip3 install pynetbox toml lxml python-nmap" as root, But It seems like there is no configuration toml file created

Hello, how to change device that named by ip to DNS name of device?

Is there any way to not have the script not delete devices that are found but don't match a type and maybe just tag them as unknown devices etc?

enhancement