NSX-v 6.2 Whats New: Communication Channel Health

NSX-v 6.2 was released last week (Release Notes) and one of the features mentioned in the release notes is the Communication Channel Health feature. Show health of the communication channels: NSX 6.2.0 adds the ability to monitor communication channel health. The channel health status between NSX Manager and the firewall […]


OSX Base64 Encoded Credentials

For those who have used the NSX vSphere REST API, you will know that with every API call you are required to send the following in the headers: Content-Type application/xml Basic <base64 encoded credentials> So if you have an OSX machine, you can leverage openssl (which is installed by default) […]


Packet Capture on VCSA 6.0

Whilst working with a customer recently, we encountered a situation recently where we were required to run a packet capture on a VCSA (vCenter Server appliance) version 6.0. Being a Linux appliance underneath, the tool to use is tcpdump, but by default tcpdump is not actually installed by default. There […]


Scripting – Resetting NSX-v objects

On various engagements I am involved with, I often need to produce some code to add or delete objects from NSX-v. These objects in general are things like IP Sets, MAC Sets, Security Groups, Security Tags, Services, Service Groups, Security Policies and even deleting the FW rulebase itself. Until recently […]