Friday, March 30, 2012

Tips & Tricks: Disable Prompt "more" on Cisco

If we execute or run a command (eg: show running or show interfaces) on cisco console, we'll see a prompt "--more--" at the bottom if the output command exceed the length of the screen.  You can disable it by configuring terminal length like this:

1:  line con 0  
2:   length 0  
3:  line vty 0 4  
4:   length 0  

No comments: