How to set line output when you display information on Switch&Router.
Thanks, P’ Berm so much. I have a problem when I use command “show running-config” on my Switch, many data show in my monitor . So I want to config my Switch to display information from my input number of line per when I press space bar on my keyboard.
- SW1#configure terminal
- SW1(config)#line console 0
- SW1(config)#length 10 <- number of line
- SW1(config)#end
- SW1#write