Config 2509 term serv

Hello and thanks in advance for any insight...

Trying to setup my lab terminal server but getting 'connection refused'. Is there something I need to do to the router\\console port to accept.

I'm going from term-serv router (2509: ROUTER_10) to another router's console port (2610: ROUTER_1). (See configs below.)

Any ideas?

----------------------------------

ROUTER_10# ROUTER_10#telnet 10.255.255.1 2001 Trying 10.255.255.1, 2001 ... % Connection refused by remote host

------------------------------------

ROUTER_10#sh run Building configuration...

Current configuration: ! version 11.2 service config no service password-encryption no service udp-small-servers no service tcp-small-servers ! hostname ROUTER_10 ! enable secret 5 $1$eBYR$7Q/ES.f7Hv3FJMces0nQP0 enable password abc ! ip host ROUTER_1 2001 10.255.255.1 ip host ROUTER_8 2008 10.255.255.1 ip host ROUTER_2 2002 10.255.255.1 ip host ROUTER_3 2003 10.255.255.1 ip host ROUTER_4 2004 10.255.255.1 ip host ROUTER_5 2005 10.255.255.1 ip host ROUTER_6 2006 10.255.255.1 ip host ROUTER_7 2007 10.255.255.1 ! interface Loopback0 ip address xxxxxx 255.255.255.252 ! interface Ethernet0 ip address xxxxxx 255.255.255.252 no cdp enable no mop enabled ! interface Serial0 ip address xxxxxx 255.255.255.252 ! interface Serial1 no ip address shutdown no cdp enable ! no ip classless ! line con 0 exec-timeout 0 0 line 1 8 line aux 0 line vty 0 4 password no password login ! end

-------------------------------------

ROUTER_1#sh run Building configuration...

Current configuration : 1956 bytes ! version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname ROUTER_1 ! enable password ABC ! ip subnet-zero ! ! ! mpls ldp logging neighbor-changes ! ! ! ! ! ! ! ! ! no voice hpi capture buffer no voice hpi capture destination ! ! ! ! ! ! interface Loopback0 ip address xxxxxx 255.255.255.252 ! interface Ethernet0/0 ip address xxxxxx 255.255.255.0 half-duplex ! interface Serial0/0 ip address xxxxxx 255.255.255.252 clockrate 128000 dce-terminal-timing-enable no fair-queue ! interface Serial0/0.2 ! interface Serial0/0.3 ! interface Serial0/1 no ip address encapsulation frame-relay clockrate 128000 dce-terminal-timing-enable no fair-queue ! interface Serial0/1.1 point-to-point description TO ROUTER_2 ip address xxxxxx 255.255.255.252 frame-relay interface-dlci 17 ! interface Serial0/1.2 point-to-point description ROUTER_3 ip address xxxxxx 255.255.255.252 ip summary-address eigrp 1 xxxxxx 5 ip summary-address eigrp 1 xxxxxx 5 frame-relay interface-dlci 18 ! interface Serial0/1.3 point-to-point description ROUTER_4 ip address xxxxxx 255.255.255.252 ip summary-address eigrp 1 xxxxxx 5 ip summary-address eigrp 1 xxxxxx 5 frame-relay interface-dlci 19 ! interface Serial0/2 no ip address shutdown ! router eigrp 1 redistribute ospf 1 metric 200 100000 255 128 34464 network xxxxxx network xxxxxx network xxxxxx

no auto-summary ! router ospf 1 log-adjacency-changes area 1 nssa redistribute eigrp 1 metric 145 subnets network xxxxxx area 0 network xxxxxx area 2 network xxxxxx area 1 ! ip http server ip classless ip route xxxxxx Ethernet0/0 ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 exec-timeout 0 0 no login ! ! ! end

Reply to
Chris Rondthaler
Loading thread data ...

Chris,

The ROUTER_10 will need at least 'transport input telnet' configured for 'line 1 8' although you could put 'transport input all'

After the above has been added you may see the error again if the line has not been released from a previous use, to clear that use 'clear line 1' and confirm.

The error is misleading as this it nothing to do with the remote router that you are connecting to.

I assume that 10.255.255.1 is the loopback address for ROUTER_10 although it can be any active address on the router.

Hope this works for you Regards Robert

p.s. If you are using the lab for training for cisco exams you may want to upgrade the IOS on the 2509 from 11.2, something like IOS Hunter will find you something newer for free.

Reply to
Rob

Thanks Rob - this is helpful. Tell me, you have any insight as to the configuration on the receiving router, the one I telnet to? Any required configuration to the console line or otherwise?

Thanks again.

Reply to
Chris Rondthaler
[...] otherwise?

My suggestion is make alias for commands for you, like: siib means "sh ip int brie". When you got them, can you work faster :)

-- KriS

Reply to
KriS

Most likely it is because the line is in use...

(do a 'clear line x' where x is the line number with the asterisk next to it when you do a 'show line')

The other reason is because you don't have a 'transport input all' under line 1 8

Jonathan

Reply to
Jonathan

Oh, yeah, don't forget a 'no exec' under line 1 8

Jonathan

Reply to
Jonathan

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.