The display cluster configuration check command displays the result of the configuration consistency check among cluster members.
display cluster configuration check { audit-policy | auth-policy | bgp | cluster | hash | interface | license | nat-policy | ospf | security-policy | traffic-policy }
| Parameter | Description | Value |
|---|---|---|
audit-policy |
Checks the consistency of audit policy configuration. |
- |
auth-policy |
Checks the consistency of authentication policy configuration. |
- |
bgp |
Checks BGP configuration consistency. |
- |
cluster |
Checks cluster configuration consistency. |
- |
hash |
Checks hash configuration consistency. Only the USG6635E/6655E, USG6680E and USG6712E/6716E support this parameter. |
- |
interface |
Checks interface configuration consistency. |
- |
license |
Checks license configuration consistency. |
- |
nat-policy |
Checks the consistency of NAT policy configuration. |
- |
ospf |
Checks OSPF configuration consistency. |
- |
security-policy |
Checks the consistency of security policy configuration. |
- |
traffic-policy |
Checks the consistency of traffic policy configuration. |
- |
After running the cluster configuration check command, you can use the display cluster configuration check command to check the results of consistency check for cluster configurations.
# Display the result of the OSPF configuration consistency check.
C_No2_M<sysname> system-view C_No2_M[sysname] cluster configuration check ospf C_No2_M[sysname] display cluster configuration check ospf Module State Start-time End-time Result OSPF finish 2017/10/08 14:21:56 2017/10/08 14:21:56 same configuration
Item |
Description |
|---|---|
Module |
Checked module. |
State |
Check status. finish indicates that the check has finished. timeout indicates that the check has timed out. cancel indicates that the check has been canceled. init indicates that the check is ongoing. |
Start-time |
Start time of the check. |
End-time |
End time of the check. |
Result |
The value is same configuration if the two ends have the same configuration. If the two ends have different configuration, different configuration is displayed. |