show | display set relative
Syntax
show | display set relative <explicit>
Description
Display the configuration as a series of configuration mode commands required to re-create the configuration from the current hierarchy level.
Options
| explicit | Display explicitly, as a series of commands, all the configurations that the system internally creates when you configure certain statements from the current hierarchy level. |
Required Privilege Level
view
Sample Output
Sample output for the show | display set
relative <explicit> command:
[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
Command introduced before Junos OS Release 7.4.
Option explicit command introduced in Junos OS Release
20.1R1.