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 system configuration revision

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show system configuration revision revision-string
<compare revision-string revision-string2>
<rollback-number revision-string >

Description

Display the configuration associated to the specified revision.

Options

revision-string

Show the configuration associated with the specified revision identifier string. Use the show system commit include-configuration-revision command to view the revision identifier string for each revision.

compare revision-string revision-string2

(Optional) Compare two different revisions by entering both revision identifier strings. The output displays the differences between the two configurations.

rollback-number revision-string

(Optional) Show corresponding rollback number for the given configuration revision identifier string.

Required Privilege Level

view

Sample Output

show system configuration revision

content_copy zoom_out_map
user@host> show system configuration revision re0-1604691570-294   
## Last changed: 2020-11-06 11:39:28 PST
version 20.4I-20201012.0.0359;
groups {
    re0 {
        system {
            host-name host;
            backup-router 192.0.2.254 destination 0.0.0.0/0;
        }
        interfaces {
            fxp0 {
                unit 0 {
                    family inet {
                        address 192.0.2.42/24;
                    }
                }
            }
        }
    }
    re1 {
        system {
            host-name host1;
            backup-router 192.0.2.254 destination 0.0.0.0/0;
        }
        interfaces {
            fxp0 {
                unit 0 {
                    family inet {
                        address 192.0.2.42/24;
                    }
                }
            }
        }
    }
    global {
        system {
            root-authentication {
                encrypted-password "$ABC123"; ## SECRET-DATA
    debugger-on-break;
    switchover-on-routing-crash;
    authentication-order [ password radius ];
    name-server {
        192.0.2.68;
        192.0.2.11;
    }
    radius-server {
        192.0.2.162 secret "$ABC123"; ## SECRET-DATA
        192.0.2.10 secret "$ABC123"; ## SECRET-DATA
    }
    schema {
        openconfig {
            unhide;
        }
    }
}
chassis {
    redundancy {
        graceful-switchover;
    }
    network-services enhanced-ip;
}
routing-options {
    static {
        route 0.0.0.0/0 next-hop 192.0.2.254;
    }
    nonstop-routing;
}
protocols {
    isis {
        interface all;
        interface fxp0.0 {
            disable;
        }
    }
}

Release Information

Command introduced in Junos OS Release 20.4R1 and Junos OS Evolved Release 20.4R1.

footer-navigation