03-09-2017 08:40 AM - edited 03-01-2019 01:06 PM
Hi,
Unable to ping backup server public ip from VM which is hosted on A chasis but able ping backup server ip from VM which hosted on chasis B
Backup server hosted on different infra
A and B Chasis are behind different FI and all VLAN passed through both FI pair
Please help
Solved! Go to Solution.
03-09-2017 10:41 AM
Start with the following steps:
1) Navigate to the service profiles within UCSM (Servers/Org/Profile.)
2) In the network tab, note the MAC address of the vNIC(s) in question.
3) Double check the MAC in use at the OS level. Method will differ depending upon the OS.
4) SSH to each fabric interconnect directly.
5) Run 'connect nxos'
6) Run 'show mac address-table | grep <insert MAC here>'
The show mac address-table command can be used across the entire L2 network to ensure that the MAC addresses are being learned through the L2 domain. There should be a MAC address entry at every hop between these two end points.
You'll need to verify that each MAC (transmitter and receiver) are learned on the proper fabric interconnect in the correct VLAN.
If you are correct and one VM is passing traffic through FI-A and one through FI-B, the UCS needs to leverage the upstream network in order to complete the transaction of data.
If the two VMs are in different VLANs, each VLAN should have a gateway on the router that is responsible for inter-VLAN connectivity, determine this gateway and attempt a ping from each VM.
If each VM can ping the respective gateway but not one another, your issue is with routing. This is a simple example of troubleshooting this sort of connectivity issue. The steps listed above should give you a clearer picture of the situation.
My best guess would be that the two VMs are not passing traffic in the same VLAN and the issue lies upstream of the UCS domain.
03-09-2017 10:41 AM
Start with the following steps:
1) Navigate to the service profiles within UCSM (Servers/Org/Profile.)
2) In the network tab, note the MAC address of the vNIC(s) in question.
3) Double check the MAC in use at the OS level. Method will differ depending upon the OS.
4) SSH to each fabric interconnect directly.
5) Run 'connect nxos'
6) Run 'show mac address-table | grep <insert MAC here>'
The show mac address-table command can be used across the entire L2 network to ensure that the MAC addresses are being learned through the L2 domain. There should be a MAC address entry at every hop between these two end points.
You'll need to verify that each MAC (transmitter and receiver) are learned on the proper fabric interconnect in the correct VLAN.
If you are correct and one VM is passing traffic through FI-A and one through FI-B, the UCS needs to leverage the upstream network in order to complete the transaction of data.
If the two VMs are in different VLANs, each VLAN should have a gateway on the router that is responsible for inter-VLAN connectivity, determine this gateway and attempt a ping from each VM.
If each VM can ping the respective gateway but not one another, your issue is with routing. This is a simple example of troubleshooting this sort of connectivity issue. The steps listed above should give you a clearer picture of the situation.
My best guess would be that the two VMs are not passing traffic in the same VLAN and the issue lies upstream of the UCS domain.
03-11-2017 09:41 AM
Hi Evan,
Thanks For Reply
Problem is resolved.
I followed up your steps but not found any issue on UCSM
Backup VLAN not pass on 5K nexus switch for chasis A FI and post backup ip ping started post passed Backup VLAN on switch
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide