cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
619
Views
0
Helpful
6
Replies

Issues with 2509

sdharrison
Level 1
Level 1

I'm trying to set up an access server (2509) at home and having some

difficulty. Below is the config. The router hangs when I try to access any

of the other routers I have - as shown below:

AccessServer#r1

Translating "r1"

Trying R1 (1.1.1.1, 2001)... Open

I get the three lines above and the router hangs.

Do you have any idea what the problem could be?

Thanks,

Steve

CONFIGURATION

hostname AccessServer

!

enable secret xxx

!

!

!

!

!

ip subnet-zero

no ip domain-lookup

ip host R1 2001 1.1.1.1

ip host R2 2002 1.1.1.1

ip host R3 2003 1.1.1.1

ip host R4 2004 1.1.1.1

ip host R5 2005 1.1.1.1

!

!

!

!

!

!

interface Loopback0

ip address 1.1.1.1 255.255.255.0

!

interface Ethernet0

ip address 192.168.1.105 255.255.255.0

!

interface Serial0

no ip address

shutdown

!

interface Serial1

no ip address

shutdown

!

ip classless

ip http server

!

!

!

line con 0

line 1 8

no exec

transport input all

line aux 0

line vty 0 4

password xxx

login

!

end

6 Replies 6

Hello,

the config looks ok, can you check if your lines are free (show line) and if there are no active sessions (show sessions) ? If lines or sessions are in use, use the 'clear line x' and 'disconnect x' commands, respectively.

I assume you have checked if you are using the right cable (rolled cable, all pins reversed) ?

Regards,

GP

The lines are free, they are no sessions, and I'm definitely using the correct cable.

Any other ideas??

Thanks for your reply,

Steve

You might try clear line on the 2509 (clear line )

Also can you verify that the line you are trying to use is plugged into the console port of a router that is up and running. (It seems sort of obvious but I have been bit by that a couple of times.)

HTH

Rick

HTH

Rick

I have cleared all the lines several times and the octal cable lines are plugged into up and functioning console ports on the routers.

It still doesn't work.

Any other ideas?

Thanks so much.

Steve

t.hadarson
Level 1
Level 1

Hello,

I have an access server and my config looks like this. The difference is I don't use loopback and transport input telnet, transport preferred none.

Regards Tony

interface Ethernet0

ip address 172.30.5.91 255.255.255.0

!

ip host r1 2002 172.30.5.91

ip host r2 2003 172.30.5.91

ip host r3 2004 172.30.5.91

ip host r4 2005 172.30.5.91

!

!

line 2 16

no exec

password xxxxxxxxxx

login authentication tacacs+

transport preferred none

transport input telnet

!

Thank you everyone for the help, however after all the frustration it was a faulty asynch. port and I had to replace the router.

Steve