Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show ephemeral-configuration

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show ephemeral-configuration (instance instance-name | merge)

Syntax (Junos OS Release 18.1 and Earlier)

content_copy zoom_out_map
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.

  • To display the configuration data in the default ephemeral instance, set the instance name to default.

  • To display the configuration data for sensors that have been provisioned by an external collector to export data through gRPC, set the instance name to junos-analytics.

  • To display the configuration data in a user-defined instance, specify the name of an instance configured at the [edit system configuration-database ephemeral instance] hierarchy level.

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 show ephemeral-configuration | display merge command.

Required Privilege Level

view

Sample Output

show ephemeral-configuration (Junos OS Release 18.1 or earlier)

content_copy zoom_out_map
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)

content_copy zoom_out_map
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)

content_copy zoom_out_map
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.

footer-navigation