show | display set
Syntax
show | display set <explicit> <relative>
Description
Display the configuration as a series of configuration mode commands required to
re-create the configuration from the top level of the hierarchy as
set
commands.
Options
explicit |
Display explicitly, as a series of set commands, all the configuration statements that the system internally creates when you configure certain statements from the top level of the hierarchy. For example, assume you issue the |
relative |
Display a series of set commands relative to the current edit path. For example, assume you issue the |
Required Privilege Level
view
Sample Output
Sample output for the show | display set
and show | display
set <explicit>
commands:
[edit interfaces ge-0/0/0] user@host# show | display set set interfaces ge-0/0/0 unit 0 family inet address 10.0.1.254/24 [edit interfaces ge-0/0/0] user@host# show | display set explicit set interfaces ge-0/0/0 unit 0 family inet address 10.0.1.254/24 set interfaces ge-0/0/0 unit 0 family inet set interfaces ge-0/0/0 unit 0 [edit interfaces ge-0/0/0] user@host# show | display set relative set unit 0 family inet address 10.0.1.254/24 set unit 0 family inet
Release Information
Command introduced before Junos OS Release 7.4.
Option explicit
command introduced in Junos OS Release 20.1R1.