[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

show system rollback

Syntax

show system rollback number
<compare number>

Release Information

Command introduced before JUNOS Release 7.4.

Description

Display the contents of a previously committed configuration, or the differences between two previously committed configurations.

Options

numberNumber of a configuration to view. The output displays the configuration. The range of values is 0 through 49.

compare number(Optional) Number of another previously committed (rollback) configuration to compare to rollback number. The output displays the differences between the two configurations. The range of values is 0 through 49.

Required Privilege Level

view

List of Sample Output

show system rollback compare

Output Fields

Output field descriptions to be provided.

Sample Output

show system rollback compare

user@host> show system rollback 3 compare 1
[edit]
+  interfaces {
+      ge-1/1/1 {
+          unit 0 {
+              family inet {
+                  filter {
+                      input mf_plp;
+                  }
+                  address 14.1.1.1/30;
+              }
+          }
+      }
+      ge-1/2/1 {
+          unit 0 {
+              family inet {
+                  filter {
+                      input mf_plp;
+                  }
+                  address 13.1.1.1/30;
+              }
+          }
+      }
+      ge-1/3/0 {
+          unit 0 {
+              family inet {
+                  filter {
+                      input mf_plp;
+                  }
+                  address 12.1.1.1/30;
+              }
+          }
+      }
+}

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]