show cluster-interface
In the R81.10.X releases, this command is available starting from the R81.10.15 version.
Description
Show cluster interfaces (Internet interfaces, for which you enabled the High Availability, and the sync interfaces).
In WebUI, this corresponds to:
Click the Device view > Advanced section > High Availability page.
Syntax
|
Example Output from the Primary (Active) Cluster Member (R81.10.15)
PrimaryClusterMember> show cluster-interface interface-name: Internet2 status: Clustered primary-ip: 172.16.20.31 secondary-ip: 172.16.20.32 interface-name: Internet1 status: Clustered primary-ip: 192.168.3.31 secondary-ip: 192.168.3.32 interface-name: SYNCBOND status: Sync primary-ip: 10.231.149.1 secondary-ip: 10.231.149.2 PrimaryClusterMember> |
Example Output from the Secondary (Standby) Cluster Member (R81.10.15)
SecondaryClusterMember> show cluster-interface interface-name: Internet2 status: Clustered primary-ip: 172.16.20.31 secondary-ip: 172.16.20.32 interface-name: Internet1 status: Clustered primary-ip: 192.168.3.32 secondary-ip: 192.168.3.31 interface-name: SYNCBOND status: Sync primary-ip: 10.231.149.1 secondary-ip: 10.231.149.2 SecondaryClusterMember> |