Monday, January 6, 2014

UCS B - How to find traffic path from VEM blade to FI?

Background


When you do some connectivity troubleshooting with Nexus1Kv, you may need to trace connectivity entire end-to-end. So the purpose of this document is to show a step by step procedure how to find traffic path from VEM blade to FI.


Troubleshooting Steps

At VEM host  

vemcmd show port | grep <VM name>

Connect to ESXi host. 

The first command you would use is "vemcmd show port". This cmd will give vethernet interface # corresponding to VM Nic. Make sure to use pipe and grep with <VM name>.

1.vemcmd_show_port.png

At VSM (Nexus1K)

sh int virtual pinning

Now we know a virtual machine called "VM3" is connected to Veth5 in VEM. Connect to VSM. At the VSM console we can find  how the veth5 is pinned to which pnic for this blade. Use "show interface virtual pinning" command to understand the pinning between vethernet and pnic (ethernet).

As below, we can see that Veth5 is associated with pnic (Eth4/6)

2.sh_int_vir_pinning.png


sh cdp ne int e3/5

We are still in the blade. Next we will verify FI Vethernet interface connecting to the VEM host.

VEM pNIC (Eth3/5) is connecting to Vethernet1463 in FI-A


3.sh_cdp_ne.png


At FI

sh pinning border-interface

At the FI, we can view the relationship of the VIF (Veth) interfaces to the FI physical interfaces towards the upstream switch. In below example, the border interface is Po100.

4.sh_pinning_border-interfaces.png

sh port-channel summary
Since the border interface is Port-channel interface, you can run show port-channel summary" command to see the member port.


5.sh_port-channel.png

Now you are in good position to check the physical interface stats as you have a full picture of the end to end traffic flow via Nexus1Kv.

No comments:

Post a Comment