Command introduced before JUNOS Release 7.4.
Display the contents of a previously committed configuration, or the differences between two previously committed configurations.
number — Number 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.
view
Output field descriptions to be provided.
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;
+ }
+ }
+ }
+}