To configure a reverse telnet connection to the AUX port of a Cisco router, you have to execute the following commands:
configuration example:
line aux 0
stopbits 1
transport input all
Check wit the following command to which port you have to connect to the AUX port.
router#sh line aux 0
Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
129 AUX 9600/9600 - host - - - - 0 0/0 -
The AUX port can be reached by telnet on port 2000 + 129 = 2129
When the line is in use, it can be cleared by executing the following commands:
router#sh line aux 0
Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
* 129 AUX 9600/9600 - host - - - - 0 0/0 -
* means that the line is in use.
The line can be cleared by the following command:
Clear line 129
|