1. Cisco Notes
1.1. Logging to vty Session
To enable logging on a vty session, enable monitor logging with:# conf t (config)# logging monitor (config)# ^ZNext, configure it to copy debug output to the current terminal:
# terminal monitorTo turn it off:
# terminal no monitor
1.2. Cisco 675/678 Notes
Little DSL routers; I've got one--they used to be all over the place. These notes are for the serial console.
1.2.1. Enter ROM Montor
CTRL-X 3 times at boot
1.2.2. Reboot From ROM Monitor
=> rb
1.2.3. Erase Configuration
=> es 6
1.2.4. Recover from Faulty Firmware Upgrade
Do not use minicom/lrzsz -- It will fail and cause you to have to do this! (Current as of 1999.)
=> df 10008000 Make note of file size => es 0 => es 1 => es 2 => es 3 => es 4 => pb 10008000 fe00000 <file size> => rb
