I'm trying to configure a 2610 running 11.3(9)T as a terminal server.
I am following this guide from cisco, but I am not having any success running reverse telnet sessions.
My tty hardware is the 32port ASYNC module. I have lines 57 and 58 (ports 24 and 25 on the ASYNC module) connected directly to the console port of a couple 3745's that are powered on and available for console login (confirmed with a direct console connection from my PC). There are green LED's indicating connectivity on the ASNYC module, as well.
Here is the config from the 2610.
I have tried all the following as well (one at a time) ;
ip host router 2025 192.168.0.1
ip host router 2057 192.168.0.1
ip host router 2058 192.168.0.1
I then attempt to telnet to the 3745's while logged into the 2610 by issuing :
telnet 192.168.0.1 20XX
I'm always returned "Connection refused" .
Maybe I need a different feature set ? Perhaps "Remote Access Server" ?
Any one have any ideas why I cannot get the reverse telnet to work ?
also, lines 57 and 58 are tagged with an asterisk when I run "show line" .
I am following this guide from cisco, but I am not having any success running reverse telnet sessions.
My tty hardware is the 32port ASYNC module. I have lines 57 and 58 (ports 24 and 25 on the ASYNC module) connected directly to the console port of a couple 3745's that are powered on and available for console login (confirmed with a direct console connection from my PC). There are green LED's indicating connectivity on the ASNYC module, as well.
Here is the config from the 2610.
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
enable secret 5 $1$eSLN$mbkNWjZnTIyhqRLK2aX15.
!
username <deleted> password <deleted>
no ip domain-lookup
!
ip host router 2024 192.168.0.1
!
!
!
interface Loopback0
ip address 192.168.0.1 255.255.255.0
no ip directed-broadcast
!
interface Ethernet0/0
ip address 155.168.129.58 255.255.255.0
no ip directed-broadcast
!
ip default-gateway 155.168.129.1
ip classless
ip route 0.0.0.0 0.0.0.0 155.168.129.1
!
!
line con 0
line 33 64
session-timeout 20
exec-timeout 0 0
transport input all
line aux 0
line vty 0 4
session-timeout 20
exec-timeout 60 0
password <deleted>
login
!
no scheduler allocate
end
I have tried all the following as well (one at a time) ;
ip host router 2025 192.168.0.1
ip host router 2057 192.168.0.1
ip host router 2058 192.168.0.1
I then attempt to telnet to the 3745's while logged into the 2610 by issuing :
telnet 192.168.0.1 20XX
I'm always returned "Connection refused" .
Maybe I need a different feature set ? Perhaps "Remote Access Server" ?
Any one have any ideas why I cannot get the reverse telnet to work ?
also, lines 57 and 58 are tagged with an asterisk when I run "show line" .