네트워크 장비 Terminal Length 설정 하기 (page 설정)
Ssg
Ciscoではtelnetを切断すれば「terminal length 0」が無効になるので
ある意味便利なのだが・・・。
-> set console page 0
無効にするには(最後の0は不要)
-> unset console page
取得するコンフィグに"set console page 0"を含めたくない場合には
次の2つの方法がある。
方法1:excludeで "set console page 0"が含まれる行を表示させないようにする。
-> get config | exclude "set console page 0"
方法2:saveされたコンフィグのみ表示させる
(set console page 0のコマンド投入後saveせずに下記コマンドを実行する)
-> get config saved
출처: <http://networksecurity.cocolog-nifty.com/blog/2006/11/netscreenmore_fbd8.html>
Asa
Terminal pager 0
Cisco switch
Terminal length 0
Fortigate
show full-configuration
출처: <https://community.whatsupgold.com/library/whatsconfiguredscripts/fortigate_devices_config_backup>
config system console
set output standard
end
Re: "terminal length 0"-like at WLC
Here you go:
config paging disable
to enable
config paging enable