NSX

My first lightboard video! #RunvRNI

I recently did a recording of my first lightboard session. With vRealize Network Insight as a topic. Why? Because in my opinion vRNI is one of the products from the VMware portfolio which is not widely known in the market. And that’s a pity, because this tooling is so d*mn powerful, that every network engineer would like to have this in their own environment.

And it went finally online today! Please have a look! If you have any questions or remarks let me know!

Watch this “lightboard” video led by Wesley Geelhoed, Virtualization Consultant @ ITQ, who explains what VMware vRealize Network Insight is.

Add multiple static routes to all your NSX-v edges

When you have NSX running on a vSAN stretched cluster over two datacenters, or a Cross vCenter NSX setup over multiple datacenters you probably need static routes for the networks behind the DLR to keep the routing tables alive on the physical network routers when a datacenter failover occurs. I am working at a customer where I needed to add 10 static routes to 20 different ESG’s. It’s obvious that I didn’t want to add them manually. Therefore I created a script to put in the static routes in the edges for me. This may come in handy for somebody else.

Requirements:
– Powershell (5.1)
– PowerCLI
– PowerNSX

(more…)

NSX-v backup retention script

The NSX-v manager is not being backed up via snapshot-based backups. This isn’t officially supported. Therefore a file/configuration based backup method used to backup the configuration of your NSX manager periodically.

Unfortunately, there is no retention setting available in the NSX manager so if you are not careful the backup directory will grow in a rapid fashion and fill up your disk very fast. Via this easy script I’ve written, you can enable backup retention for your NSX-v backup files. (more…)

Uninstall sequence NSX-T VIBs (2.2)

Lately, I have been playing around with NSX-T in my homelab, to be specific with version 2.2. A week or two ago NSX-T 2.3 has been released and initially, I was planning to upgrade all the stuff. After having a chat with a colleague where he suggested to do a clean install instead of upgrading it, I went for a fresh installation for the latest NSX-T version.  (more…)