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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems Configuring a cisco 2509 terminal server

Status
Not open for further replies.

qz01gs

Technical User
Jun 28, 2005
218
GB
Hi I am after some help configuring my terminal server

When I try and telnet to another router it just seems to freeze.

Cisco2509#telnet r6
Trying r6 (172.16.1.1, 2006)... Open
It just hangs there and doesn't connect

Below is the config

hostname Cisco2509
!
ip domain-name Cisco2509
ip host r1 2001 172.16.1.1
ip host r2 2002 172.16.1.1
ip host r3 2003 172.16.1.1
ip host r4 2004 172.16.1.1
ip host r5 2005 172.16.1.1
ip host r6 2006 172.16.1.1
ip host r7 2007 172.16.1.1
--More--
ip host r8 2008 172.16.1.1
!
!
!
!
interface Loopback1
ip address 172.16.1.1 255.255.255.0
!
interface Ethernet0
ip address 169.xxx.xxx.xxx
no mop enabled
!
interface Serial0
no ip address
shutdown
no fair-queue
!
interface Serial1
no ip address
shutdown
!
interface Async1
ip unnumbered Ethernet0
encapsulation slip
async mode interactive
peer default ip address pool setup_pool
!
interface Async2
ip unnumbered Ethernet0
encapsulation ppp
async mode interactive
peer default ip address pool setup_pool
!
interface Async3
ip unnumbered Ethernet0
encapsulation ppp
async mode interactive
peer default ip address pool setup_pool
!
interface Async4
ip unnumbered Ethernet0
encapsulation ppp
async mode interactive
peer default ip address pool setup_pool

interface Async5
ip unnumbered Ethernet0
encapsulation ppp
async mode interactive
peer default ip address pool setup_pool
!
interface Async6
ip unnumbered Ethernet0
encapsulation ppp
async mode interactive
peer default ip address pool setup_pool
!
interface Async7
ip unnumbered Ethernet0
encapsulation ppp
async mode interactive
peer default ip address pool setup_pool
!
interface Async8
ip unnumbered Ethernet0
encapsulation ppp
async mode interactive
peer default ip address pool setup_pool

ip local pool setup_pool 172.16.10.1 172.16.20.1
ip default-gateway 169.xxx.xxx.x
ip classless
ip route 0.0.0.0 0.0.0.0 169.xxx.xxx.x
no ip http server
!
!
!
line con 0
exec-timeout 0 0
no flush-at-activation
logging synchronous
line 1 8
no flush-at-activation
transport input all
autoselect during-login
speed 57600
line aux 0
line vty 0 4
password golfer2
login
!
end
 
Just type "R1", "R2", "R3"...etc

use "Ctrl"+"Shift"+"6" to escape back to 2509.

And if you have multiple session, type "where" and check the session number for the router. Then you can just type the session number to re-connect the router.
 
Fixed the problem it was due to the line speed, great now I dont have to keep on unplugging console cables in my lab!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top