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 之前引入。
在 explicit
版本或版本Junos OS中20.1R1 Option 20.1R1。