I have configured the G0 interface with an ip address and placed it in the Mgmt-intf VRF. I can ping the management ip address accross my WAN but I cannot SSH to it. I can, however, SSH into any of the transit interfaces.
Thank you in advance for any help...
interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address 172.16.40.33 255.255.255.0
negotiation auto
end
ip route vrf Mgmt-intf 0.0.0.0 0.0.0.0 172.16.40.1
line vty 0 4
session-timeout 3600
exec-timeout 3600 0
privilege level 15
password 7 xxx
login local
transport preferred none
transport input ssh
transport output none
line vty 5 97
session-timeout 3600
exec-timeout 3600 0
privilege level 15
password 7 xxx
login local
transport preferred none
transport input ssh
transport output none