cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
717
Views
0
Helpful
2
Replies

Establish reverse telnet using aux port

gaganbatra
Level 1
Level 1

Hi,

I am trying to establish a reverse telnet session from the aux port of 3845 router to another 6500 switch.

Please suggest how I can do this,configuration assitance will be appreciated.

thanks

gagan

2 Replies 2

jlmoisson
Level 1
Level 1

Hello,

I make back-to-back connexion from AUX port of 2600 series Router to any Cisco Console port using an old cisco blue or black RJ45 to RJ45 console cable (it is a cross cable , wire 1 connect to wire 8, 2 to 7, 3 to 6, 4 to 5, ...)

on the 2600 router i have :

router#sh run | b aux

line aux 0

session-timeout 5 output

location TO 6500 switch

no motd-banner

no exec-banner

exec-timeout 5 15

terminal-type vt100

no exec

no history

no editing

transport input all

transport output all

stopbits 1

router#sh line

Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int

0 CTY - - - - - 0 0 0/0 -

65 AUX 9600/9600 - - 91 - - 13 8 0/0 -

Now you just have to make a telnet to the router IP address using port number 2065 (AUX port is number 65)

telnet 10.0.0.118 2065

Review Cisco Networking for a $25 gift card