cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
411
Views
0
Helpful
4
Replies

Unable to reach Mgmt0 via ping from VDC to VDC in Nexus 7706

DJay11
Level 1
Level 1

I need to access our core switch from VDCx (Core_VDC) to VDCy (Admin_VDC) via L2 via SSH. Upon pinging, getting an RTO reply. This is just once device. Should be able to access without passing through the gateway since mgmt IP is within the same subnet. 

From Admin_VDC

vrf context management
ip route 0.0.0.0/0 172.26.1.1

interface mgmt0
vrf member management
ip address 172.26.1.6/24

 

From Core_VDC

vrf context management
ip route 0.0.0.0/0 172.26.1.1

cfs eth distribute

interface mgmt0
vrf member management
ip address 172.26.1.8/24

 

DRCORE_VDC1# ^C
DRCORE_VDC1# ping 172.26.1.6 vrf management
PING 172.26.1.6 (172.26.1.6): 56 data bytes
36 bytes from 172.26.1.8: Destination Host Unreachable
Request 0 timed out
36 bytes from 172.26.1.8: Destination Host Unreachable
Request 1 timed out
36 bytes from 172.26.1.8: Destination Host Unreachable
^C
--- 172.26.1.6 ping statistics ---
3 packets transmitted, 0 packets received, 100.00% packet loss
DRCORE_VDC1# traceroute 172.26.1.6 vrf management
traceroute to 172.26.1.6 (172.26.1.6), 30 hops max, 40 byte packets
1 DRCORE_VDC1 (172.26.1.8) 0.279 ms !H 0.221 ms !H 0.213 ms !H
DRCORE_VDC1#

 

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

it should work as expected, how is your mgmt0 interface connected ? where ?

VDC means 2 different devcies, that means, you need to have Layer 2 connectivity ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

DJay11
Level 1
Level 1

mgmt0 is connected in the Server_VDC (Same device). 

interface Ethernet5/31
description [LINK TO ADMIN_VDC]
switchport
switchport mode trunk
switchport trunk native vlan 501
no shutdown

interface Vlan501
description Management
no shutdown
ip address 172.26.1.1/24

This is just 1 physical device but different vdc. 

I need to have a L2 connectivity in situation that FW is down. My only connection if ever FW is down is thru Core_VDC. No direct access to Admin_VDC in case our FW is down. 

Trying to understand here, your management in VRF, that VRF need to extend to other VRF ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Yes. Need to reach vrf management 172.26.1.6 from vrf management 172.26.1.8. They are on same device but different VDC. 

VDC1

interface mgmt0
vrf member management
ip address 172.26.1.6/24

VDC2

interface mgmt0
vrf member management
ip address 172.26.1.8/24

 

Getting an RTO when tried to ping.

Review Cisco Networking for a $25 gift card