cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
549
Views
0
Helpful
1
Replies

Telnet problem on ASR1004

kawaride
Level 1
Level 1

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

 

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

check step 3 (if that is done post some debug logs)

 

Configuring Persistent Telnet

This task describes how to configure persistent Telnet on the Cisco ASR 1000 Series Routers.

Prerequisites

For a persistent Telnet connection to access an IOS vty line on the Cisco ASR 1000 Series Router, local login authentication must be configured for the vty line (the login command in line configuration mode). If local login authentication is not configured, users will not be able to access IOS using a Telnet connection into the Management Ethernet interface with an applied transport map. Diagnostic mode will still be accessible in this scenario.

SUMMARY STEPS

1.(Required) enable

2.(Required) configure terminal

3. (Required) transport-map type persistent telnet transport-map-name

4. (Required) connection wait [ allow { interruptible } | none { disconnect }]

5.(Optional) banner [ diagnostic | wait ] banner-message

6.(Required) transport interface GigabitEthernet 0

7. (Required) exit

8. (Required) transport type persistent telnet input transport-map-name

BB

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

How to Ask The Cisco Community for Help

Review Cisco Networking for a $25 gift card