display configuration running-result
Function
The display configuration running-result command displays the execution results of a configuration file.
Usage Guidelines
To check the execution results of a configuration file, including the command execution failure records, run the display configuration running-result command. The command execution failure records contain failed commands, views of these commands, line numbers of these commands in the current startup configuration file, reasons why these command failed, and the command execution time.
The display configuration running-result command chronologically displays 256 records at most. The latest record ranks the last. After the number of failed commands exceeds 256, the device stops recording information about failed commands.
Example
# Display the execution results of a configuration file.
<HUAWEI> system-view[HUAWEI] diagnose[HUAWEI-diagnose] display configuration running-result The last running configuration file is flash:/huawei.cfg. The number of failed commands is 2. ---------------------------------------------------------------------- Command : info-center filter-id bymodule-alias LINE VTYUSERREACHMAX View : system Line : 7 Reason : Failed to execute the command. Time : 2015-07-23 06:05-08:00 Command : ip address 192.168.101.16 255.255.255.0 View : GigabitEthernet0/0/1 Line : 33 Reason : Failed to execute the command. Time : 2015-07-23 06:05-08:00 ----------------------------------------------------------------------
Item | Description |
|---|---|
Command | Failed command line in the configuration file |
View | View information about the failed commands in the configuration file. |
Line | Line number of the command in current startup configuration file |
Reason | Reason why command failed |
Time | Time used to execute the configuration file |


