Unsolved

This post is more than 5 years old

6 Posts

43506

December 20th, 2006 22:00

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

68 Posts

January 1st, 2007 13:00

I use an expect script. See http://www.specialgreen.com/rshDell5324.tcl

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"

1 Message

January 3rd, 2011 08:00

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.

1 Message

December 4th, 2012 10:00

The command is:

terminal datadump

No Events found!

Top