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

Connect Catalyst 2900XL console port to router aux port?

Status
Not open for further replies.

rainman

ISP
Joined
Mar 22, 2001
Messages
186
Location
US
Can anyone explain to me how I would go about connecting a Cisco Catalyst 2900XL to allow me to connect to my router via the switch's console port to the router's aux port?

It's tough to justify modems and phone lines hanging off all our routers, so I'm trying to see if we can just get to the switch, then go out of it's console port, IN to the router's aux port.


Any thoughts?


Thank you,

Rich
 
I'm a little confused about what you are trying to accomplish. It sounds like you are trying to access the router's configuration. If so, why don't you just telnet to its IP address?
 
You can only do that the other way around, like go from the AUX port on the router to the console on the switch..

go to your AUX port on the router and do this

line aux 0
modem InOut
no exec
transport input all
stopbits 1
speed 9600


then you'll have to find out what your line number is of the aux port and do a command like this &quot;telnet <router address> 20xx&quot; and the xx meaning what the port number of the aux is.. This is called reverse telnetting.

hope this helps



BuckWeet
 
There is a whole entire FAQ on it here: It is called Reverse Telnet:

shnypr-small.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top