Skip to content
Discussion options

You must be logged in to vote

NetBox itself doesn't do network discovery — it's a source of truth / DCIM tool, not a scanner. But you can pair it with discovery tools that push data into NetBox via its API.

For 600+ devices, I'd probably look at something like:

  • Nmap + a script to parse results and push to NetBox via the REST API. Quick and dirty but works for basic IP/MAC/hostname discovery.
  • NetBox Discovery plugin (there's a community one) — it uses SNMP/LLDP/CDP to discover neighbors and can auto-populate devices, interfaces, and connections.
  • Nautobot has a device onboarding plugin if you're open to that ecosystem, but since you're on NetBox, the community plugin is probably your best bet.

For the SNMP-based appro…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by JessicaRigol
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants