Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 2511 Terminal Server

Status
Not open for further replies.
Joined
Sep 27, 2002
Messages
2
Location
US
I Have a cisco 2511 Terminal server which is cabled up to 5 other routers and 2 switches. I cant seem to get this thing to work right. I have the routers address set to 192.168.1.70 the loopback address set to 192.168.10.10
async lines 1-8 are set to 192.168.1.72-78. lines 1-16 are set to accept telnet. Whenever I try to reverse telnet to another router I get the open.... and then I hit enter the cursor is frozen. What I'm I doing wrong...
 
Here is the config.....

ChuckTerm#
ChuckTerm#sh config
Using 3407 out of 32762 bytes
!
version 11.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname ChuckTerm
!
enable secret 5 $1$u95t$22OW6n5pkQt2yIOACgNoh0
enable password 7 14160718180D247B74
!
ip subnet-zero
no ip domain-lookup
ip host chuckisdn 2006 192.168.10.10
ip host chuckmaster 2001 192.168.10.10
ip host r4 2004 192.168.1.70
ip host r5 2005 192.168.1.70
ip host r6 2006 192.168.1.70
ip host T1ISDN 2001 192.168.1.71
ip host r2 2002 192.168.1.70
ip host r3 2003 192.168.1.70
ip host r7 2007 192.168.1.70
ip host r8 2008 192.168.1.70
ip host r9 2009 192.168.1.70
ip host r1 2001 192.168.1.71
ip host chucktoken 2003 192.168.10.10
ip host chuckslave 2002 192.168.10.10
ip host chuckframe 2004 192.168.10.10
ip host chuckswitch 2005 192.168.10.10
ip host chuckentswitch 2007 192.168.10.10
chat-script cisco-default ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 \c CONNE
CT \c
!
interface Loopback0
ip address 192.168.10.10 255.255.255.0
!
interface Ethernet0
description connected to EthernetLAN
ip address 192.168.1.70 255.255.255.0
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
!
interface Async1
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.72
!
interface Async2
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.73
!
interface Async3
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.74
!
interface Async4
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.75
!
interface Async5
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.76
!
interface Async6
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.77
!
interface Async7
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.78
!
interface Async8
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.79
!
interface Async9
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.80
!
interface Async10
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.81
!
interface Async11
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.82
!
interface Async12
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.83
!
interface Async13
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.84
!
interface Async14
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.85
!
interface Async15
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.86
!
interface Async16
ip unnumbered Ethernet0
shutdown
async mode interactive
peer default ip address 192.168.1.87
!
router rip
version 2
network 192.168.1.0
no auto-summary
!
no ip classless
!
line con 0
exec-timeout 0 0
password 7 020711481F0F01711C
login
line 1 16
script dialer cisco-default
modem InOut
transport input telnet
flowcontrol hardware
line aux 0
line vty 0 4
exec-timeout 60 0
password 7 045A1E151B28421E59
login
!
end

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top