cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1648
Views
13
Helpful
21
Replies

got my rack

cisco steps
Level 1
Level 1

ok I just invested on some cisco equip

here is what I have

3 x 2610

12 port 2900 xl

24 port 2900 xl

2511 access server

2501

I would like to access all the swithces and router w/ out removing the cable using the access server 2511 .. can I do that ? or I have to configure each device then see how I can connected then w/ Asynchronous Serial Interface Breakout Cable ..thanks

21 Replies 21

Hi Karim,

All that you'll need is:

interface loopback 0

ip address x.x.x.x y.y.y.y

line 1 16

transport input telnet

stopbits 1

and then do the reverse telnet:

telnet x.x.x.x 2nnn

where nnn = the line number, ex: if 8 then nnn = 008.

Before doing this do show line, and make sure that there is no * beside the line before doing this, and if there is a * do clear line x until the * disappear.

Be calm and take it easy and it will work.

I hope that i've been informative for you.

HTH, please rate if it does help,

Mohammed Mahmoud.

Hi, ocporbust

All the interfaces on the 2511 are shutdown. In that case, it is impossible to create any successful telnet session. Please type the following command sequence and see if it works for you?

config t

int lo0

ip address 172.16.1.1 255.255.255.255

line 1 16

transport input telnet

no exec

end

telnet 172.16.1.1 2008

HTH

SSLIN

R3#telnet 172.16.1.1 2008

Trying 172.16.1.1, 2008 ...

% Connection refused by remote host

I am going to try to access the 2610 to see what's up

Hi Karim,

Can you please configure the loopback interface and use it instead of the ethernet interface.

And can you please post your configuration if the problem persists.

HTH, please rate all helpful posts,

Mohammed Mahmoud.

yah mohammed wald mahmoud . you did it .. I am in :-) .. what is a diffence b/w your config and the previouse helper ,, now I can go head and configure the rest of the routers. Thanks a million/

Hi Karim,

I am glade that you've done it ... please do enjoy :)

And please don't hesitate for further questions.

BR,

Mohammed Mahmoud.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card