[Contents] [Prev] [Next] [Index] [Report an Error]

show | display set relative

Syntax

show | display set relative

Release Information

Command introduced before JUNOS Release 7.4.

Description

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

Usage Guidelines

See Displaying set Commands from the Configuration.

Required Privilege Level

view


[Contents] [Prev] [Next] [Index] [Report an Error]