
UNSOLVED
How to Disable CLI Paging for scripting
Hi,
we need to disable the console paging on a PowerConnect 6024 and a 3248. In cisco ios the command sounds like >
terminal length 0<.
Any ideas?
Thanks, Andy
Message Edited by acarsten on 12-20-200606:55 PM
Message Edited by acarsten on 12-20-200607:28 PM
Responses (3)
Solutions (0)
Sorry, I've got the same issue but there's nothing at http://www.specialgreen.com/rshDell5324.tcl.
Could anyone please send me the script?? Hope it will work in a PC 6224 too...
TIA.
Reply

Zitibake
68 Posts
2540
0
Posted January 1st, 2007 13:00
Could be used like:
rshDell5324.tcl 10.1.1.12 "show running-config"
...or to execute multiple commands:
rshDell5324.tcl 10.1.1.12 "show running-config" "show int desc" "show system"
...or to execute commands on multiple switches:
rshDell5324.tcl "10.1.1.10 10.1.1.11 10.1.1.12" "show system"