show system rollback
Syntax
Release Information
Command introduced before Junos OS Release 7.4.
Command introduced in Junos OS Release 9.0 for EX Series switches.
Command introduced in Junos OS Release 11.1 for the QFX Series.
Description
Display the contents of a previously committed configuration, or the differences between two previously committed configurations.
![]() | Note: The show system rollback command is a purely operational mode command and cannot be issued with run from the configuration mode. |
Options
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. |
Required Privilege Level
view
List of Sample Output
show system rollback compareSample 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; + } + } + } +}