I've tried to find the basics in a Big IP manual but it seems to me the device is marketed towards GUI users only.

Meanwhile I want to write a few scripts to automate tasks on the load balancer. Namely:

  1. how do I turn off more - when I issue a command I want the output to stream out without waiting for me to press a key for the next page
  2. how do I show the running configuration (I think list all is the way to do it but cannot find it documented anywhere)

Thanks!

link|improve this question

69% accept rate
feedback

1 Answer

If you're running something pre-v11, drop to a full shell and use the bigpipe (b for short) command(s). To see the running config, use:

b list

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.