cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
474
Views
0
Helpful
3
Replies

Need help configuring 2511 Access Server

pariya31
Level 1
Level 1

Hello there,

Can someone help me configure reverse telnet

on 2511-rj router so I can console into my

other routers.

Thanks for your help

3 Replies 3

doug.lockwood
Level 1
Level 1

Here is a configuration from my 2600.

The config on your 2500 should be simular, but the line # will be different. If you look at the ip host line, the socket is 2000 + the line #, which starts at 33 on the 2600. Also notice transport input all in the line config.

Doug

!

!

ip subnet-zero

ip tcp synwait-time 5

no ip domain-lookup

ip host cat 2039 150.100.7.7

ip host r6 2038 150.100.7.7

ip host r5 2037 150.100.7.7

ip host r1 2033 150.100.7.7

ip host r2 2034 150.100.7.7

ip host r3 2035 150.100.7.7

ip host r4 2036 150.100.7.7

ip host tr1 2040 150.100.7.7

!

!

!

!

interface Loopback0

ip address 150.100.7.7 255.255.255.0

no ip directed-broadcast

!

!

line con 0

exec-timeout 0 0

privilege level 15

transport input none

line 33 48

no exec

transport input all

line aux 0

exec-timeout 0 0

privilege level 15

Doug,

Thanks for the config.

I'll try to set it up..I'll let you know

if it works..

Doug,

Once I configure the Access-Server

How should I access the devices connected to

access server from my desktop on same network.

When I try this command

access# telnet 2600-1 2001

I get

Trying 2600-1 2001 (172.21.1.1, 2001)...

%Connection refused by remote host

172.21.1.1 is my loopback address

what am I doing wrong

Review Cisco Networking for a $25 gift card