show ephemeral-configuration
Syntax
show ephemeral-configuration (instance instance-name | merge)
Syntax (Junos OS Release 18.1 and Earlier)
show ephemeral-configuration <instance-name>
Description
Display configuration data committed to the ephemeral configuration database.
Options
none | In Junos OS Release 18.1 and earlier, display the configuration committed to the default instance of the ephemeral configuration database. |
instance-name | (Optional) Name of a user-defined ephemeral instance for which to display the committed ephemeral configuration data. |
instance instance-name | Display the configuration committed to an instance of the ephemeral configuration database.
|
merge | Display the configuration data in all instances of the ephemeral configuration database merged with the complete post-inheritance view of the static configuration database. Note:
In Junos OS Release 18.1 and earlier, to display the configuration
data in all instances of the ephemeral configuration database merged
with the complete post-inheritance view of the static configuration
database, use the |
Required Privilege Level
view
Sample Output
- show ephemeral-configuration (Junos OS Release 18.1 or earlier)
- show ephemeral-configuration eph1 (Junos OS Release 18.1 or earlier)
- show ephemeral-configuration instance eph1 (Junos OS Release 18.2R1 or later)
show ephemeral-configuration (Junos OS Release 18.1 or earlier)
user@host> show ephemeral-configuration ## Last changed: 2017-02-12 17:15:48 PDT protocols { mpls { label-switched-path to-cust1 { to 198.51.100.1; } } }
show ephemeral-configuration eph1 (Junos OS Release 18.1 or earlier)
user@host> show ephemeral-configuration eph1 ## Last changed: 2017-02-10 13:20:32 PDT protocols { mpls { label-switched-path to-hastings { to 192.0.2.1; } } }
show ephemeral-configuration instance eph1 (Junos OS Release 18.2R1 or later)
user@host> show ephemeral-configuration instance eph1 ## Last changed: 2017-02-10 13:20:32 PDT protocols { mpls { label-switched-path to-hastings { to 192.0.2.1; } } }
Release Information
Command introduced in Junos OS Release 16.2R2 and Junos OS Evolved Release 22.1R1.
instance
and merge
options added in Junos OS
Release 18.2R1.