show | display set relative
Syntax
show | display set relative <explicit>
Description
現在の階層レベルから設定を再作成するために必要な一連の設定モード コマンドとして設定を表示します。
Options
明示的 | 現在の階層レベルから特定のステートメントを設定するときにシステムが内部で作成するすべての設定を、一連のコマンドとして明示的に表示します。 |
Required Privilege Level
ビュー
Sample Output
コマンドの show | display set relative <explicit>
出力例:
command-name
[edit interfaces fe-0/0/0] user@host# show unit 0 { family inet { address 192.107.1.230/24; } family iso; family mpls; } inactive: unit 1 { family inet { address 10.0.0.1/8; } } user@host# show | display set relative set unit 0 family inet address 192.107.1.230/24 set unit 0 family iso set unit 0 family mpls set unit 1 family inet address 10.0.0.1/8 deactivate unit 1 user@host# show | display set relative explicit set unit 0 family inet address 192.168.1.230/24 set unit 0 family inet set unit 0 family iso set unit 0 family mpls set unit 0 set unit 1 family inet address 10.0.0.1/8 set unit 1 family inet deactivate unit 1
Release Information
Junos OS リリース 7.4 より前に導入されたコマンド。
Junos OS リリース 20.1R1 で導入された Option explicit
コマンド。