Hi, i am trying to configure telnet access to management interface on ASR router, but strangely telnet logs me only in diagmode.
Anyone ever experienced this kind of problem?
Here is the config for VTY lines.
line VTY 0 4
session-timeout 30
access-class 12 in VRF-also
privilege level 15
ipv6 access-class secure6_VTY in
login authentication telnet
line VTY 5 15
session-timeout 30
access-class 12 in VRF-also
ipv6 access-class secure6_vty in
!
transport type console 0 input consolehandler
!
transport type persistent telnet input telnethandler
!
transport type persistent ssh input sshhandler
interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address 192.168.6.250 255.255.255.0
no shutdown
negotiation auto