0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

more表示なしでコマンド結果を出力させるオプション(Fortigate/Paloalto/F5 BIG-IP)

Last updated at Posted at 2025-08-05

Ciscoの #ter len 0 のように、
more表示をさせずにコマンド結果を出力させるときのオプション

Fortigate

Fortigate more表示をやめるとき
config system console
set output standard
end
Fortigate more表示に戻すとき
config system console
set output more
end

VDOMが複数ある場合はVDOM(global)に移動していないとconfigを修正できない

Paloalto

Paloalto more表示をやめるとき
set cli pager off
Paloalto more表示に戻すとき
set cli pager on

F5 BIG-IP

F5 more表示をやめる
yes | tmsh <Command>

【例】POOLステータスを取得
yes | tmsh list ltm pool all-properties


おまけ

・Fortigate

VDOM切り替え(global)
config global
<任意の処理>
end
VDOM切り替え(通常)
config vdom
edit <VDOM名>
<任意の処理>
end

・Paloalto

xml形式で出力
set cli config-output-format xml
set形式で出力
set cli config-output-format set
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?