WLC Paging Disabled - "Similar to - term length 0"
Sunday, December 27, 2009 at 2:31PM
George

We've all been there... You need to drop the show-run command and you get the "Press Enter to continue Or <Ctl Z> to abort" or "--More-- or (q)uit". All you want is to drop the entire config. Wells here is how.

If you are fimilar with Cisco IOS routers and switches then you may have used the "term length 0"command. This eliminates the the page breaks. Under the WLC "Airespace OS" the equivalent is the "config paging disabled" 

(Cisco Controller) >config paging ?

enable         enable paging

disable        disable paging 

 

DISABLE CONFIG PAGING

The following command will allow the entire show command drop in one piece:

(Cisco Controller) >config paging disable

 

ENABLE CONFIG PAGING

The following command will allow paging:

(Cisco Controller) >config paging enable

Article originally appeared on my80211.com (http://www.my80211.com/).
See website for complete article licensing information.