|
Cisco Config Cookbook
Using the AUX port as a reverse terminal server
Setting up a Cisco AUX port to reverse-telnet:
line aux 0
password theauxport
login
transport input telnet
speed 9600
Then, telnet to port 2000+line number (which appears to be
line 129 for the AUX port -- use "show line" to see the port
number for the AUX port if you're not sure).
|