Someone is using netbox and napalm with Mikrotik devices?
https://docs.netbox.dev/en/stable/
https://github.com/napalm-automation/napalm
Someone is using netbox and napalm with Mikrotik devices?
https://docs.netbox.dev/en/stable/
https://github.com/napalm-automation/napalm
am starting to try, let u know what happend, and am trying to get mikotik —> Netbox —> zabbix
The subject made me laugh. What the heck was he trying to do with gelled gasoline?
Never heard of a software product called napalm…
I’m bumping this, anyone have an update ?
I’ve installed NetBox, I have Graylog and Zabbix also installed.
I want to get some automation in play rather than manually inputing ports, VLANs, IP adresses and such into NetBox.
My equipment is cisco switches, mikrotik RB5009, RB2011iL, RB450G, hAP AX2 and hAP AC3 routers. (hAP-s are used as Accesspoints here and there)
What I want to do first, is to scan all ports and such on all devices in some way and get them into NetBox, serial numbers and IP adresses, hostnames etc.
Well, I have it set up for reading configuration. Not yet for saving it to NetBox.
There isn’t news in my configuration.
v.
I’ve done this using a custom python script to extract the info I needed from the mikrotik api then pushing it to netbox via their api. I think I used the routeros library, I will have to go back and check.
Hello, it would be really nice if you could share the script you have used. I am trying to automate extracting the data but no luck so far