Troubleshooting with vRealize Network Insight
I've had the opportunity to use vRealize Network Insight (vRNI) lately during a network migration project and it has proven invaluable. We've used it to collect data about the subnets before they're migrated and we use it to help troubleshoot issues after the migration is completed. It's given us great visibility into the traffic on the network and into where that traffic is being blocked. So, how do we use it? Before the migration, we use it to scrape a ton of data from the source subnet, as we need to know what's going on with the servers that are running there. At the start of the project, we attempted to learn those details by asking the application owners about their applications' requirements, however we found that the vendor documentation was universally poor, especially when compared against the needs of micro-segmentation. To get that information, I execute a very simple query in vRNI: flows where subnet = <subnet> . This returns a list o...