Netbox
Netbox Upgrade Play-by-play
I just upgraded my Netbox server from v2.7.6 to v3.4.8. This is just a record of what I did in case anyone want to know how I did it. Environment The source v2.7.6 server is an Ubuntu 18.04 VM. Yes, …
Sending Slack Messages with Python
Here’s a quick summary of what we’ve talked about in the last few posts – all with Python. We’ve asked Netbox to provide some info using pynetbox. We’ve added stuff to …
Deleting Stuff from Netbox with Pynetbox
As a warning to everyone, I am not a developer. I am a network engineer who is trying to do some automation stuff. Some of what I’m doing sounds logical to me, but I would not trust my own opinions …
Updating Stuff on Netbox with Pynetbox
Let’s see. We’ve queried stuff on Netbox and added stuff to Netbox. Now let’s update stuff. Netbox, like all sources of truth, needs to be kept up-to-date if it’s going to be …
Adding Stuff to Netbox with Pynetbox
As a warning to everyone, I am not a developer. I am a network engineer who is trying to do some automation stuff. Some of what I’m doing sounds logical to me, but I would not trust my own opinions …
Adventures in Upgrading Netbox
I’ve been using Netbox for a while now, and, frankly, I can’t live without it. If you’ve never heard of it, it’s a Source of Truth for your network automation tasks started by …