The display configuration rollback result command displays the configurations that fail to be rolled back and the messages displayed when configuration commands are run.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display configuration rollback result !warning information interface GigabitEthernet0/1/5 + pim bfd enable Warning: The configuration is successful. Enable global BFD to validate the configuration. !There are still several differences as follow: # interface GigabitEthernet0/1/2 - ip address 3.3.3.3 255.255.255.0 + ip address 4.4.4.4 255.255.255.0 #
<HUAWEI> display configuration rollback result
<HUAWEI> display configuration rollback result
!warning information
+ ftp server enable
Warning: FTP is not a secure protocol, it is recommended to use SFTP.
!commit error information
Error: Some labels in the label range were used. Delete unwanted services to release the labels or check for other available label ranges.
!warning information
+ ftp server enable
Warning: FTP is not a secure protocol, it is recommended to use SFTP.
!commit error information
Error: Some labels in the label range were used. Delete unwanted services to release the labels or check for other available label ranges.
!There are still several differences as follow:
- FTP server enable
#
- FTP server-source all-interface
#
+ ftp server enable
#
+ undo FTP server-source all-interface
#
+ segment-routing
#
+ isis 1
+ cost-style wide
+ segment-routing mpls
+ segment-routing global-block 50000 80000
#
Item | Description |
---|---|
!warning information | Prompt messages during the configuration rollback operation. |
+ | A new configuration. For each modified configuration, both "-" indicating the deleted configuration and "+" indicating the created configuration are displayed. |
!There are still several differences as follow: | Information about configurations that fail to be rolled back. |
- | A deleted configuration. For each modified configuration, both "-" indicating the deleted configuration and "+" indicating the created configuration are displayed. |