NSX-T | Tier0 and Tier 1 Router

You would see many articles\blog on the title but I am putting one simplified definition for my readers. Folks who worked on NSX-v might have heard about the DLR and Edges, right? let's compare this DLR\Edge with Tier0\Tier1. DLR - it is used to connect the logical switch with ESG to exit and connect...
,

NSX | BUM Explained

In network, BUM (Broadcast, Unknown-Unicast and Multicast) is the method of sending and receiving layer 2 network traffic. Let's see what is that- Broadcast Traffic - it is used to transmit a message to any reachable destination in the network without the need of knowing the receiver. When Broadcast traffic receives by switch, it send it to all the switch ports except the one it is coming from. Unknown...
,

PowerNSX | Create Logical Switches in bulk

Let's create multiple Logical switches in bulk with PowerNSX. Simply copy below script and paste in your Powershell(I prefer Powershell ISE) console. #Start here$NSXManagerIP = "IP Address" #Mention NSX Manager IP address here in quote(")$VCenterIP = "IP Address" #Mention vCenter Server IP address here in quote (")$NSXManagerUser = "admin" #NSX manager admin username goes here$NSXManagerPassword...