Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Log the Active Configuration

Action

To log the active configuration on the router, use the following Junos OS CLI operational mode command:

user@host> show configuration | save filename

Sample Output

user@host> show configuration | save test
Wrote 4076 lines of output to ‘test’

user@host> show configuration
system {
host-name lab8;
domain-name juniper.net;
backup-router 10.1.1.254;
    time-zone America/Los_Angeles;
default-address-selection;
    dump-on-panic;
name-server {
[...Output truncated...]

Meaning

The sample output shows the configuration currently running on the router, which is the last committed configuration.

Published: 2013-02-25

Published: 2013-02-25