Cisco Management – Can’t Access Remote Management Interface

ciscocisco-asrmanagementroutingswitching

enter image description here

The data link is completely okay. I can access MGMT IPs of routers (10.0.0.2 |10.0.0.4) from 3750 but not from PC. I can access 3750 MGMT IP (10.0.0.1) from PC . Any idea why ?

Note : All management links are in same vlan in 3750

Best Answer

You need the following:

  • Plug an ethernet cable from the cisco 3750 into the ASR's MGMT ETHERNET port
  • Ensure the ASR MGMT ETHERNET cables are in mgmt_vlan on the 3750
  • Ensure the mgmt_vlan with 10.0.0.0 is in the Cisco 3750's global routing table
  • Put an IP address on the MGMT ETHERNET GigabitEthernet0 port of the ASR's RP

After you've checked those things, then add this command on each of the ASRs...

ip route vrf Mgmt-intf 0.0.0.0 0.0.0.0 10.0.0.1

This is the Cisco ASR1000 doc ref:

Mgmt-intf