- show | display set relative
Command introduced before JUNOS Release 7.4.
Display the configuration as a series of configuration mode commands required to re-create the configuration from the current hierarchy level.
Sample Output
- [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
See Displaying set Commands from the Configuration.
view