...
The run show vrrp command displays the configuration information of VRRP group.
NOTE: This command applies to both VRRPv2 and VRRPv3 configuration. |
Command Syntax
run show vrrp <interface-name>
Parameter
Parameter | Description |
<interface-name> | Optional. Specifies the Layer 3 interface name of VRRP device. The value is a string. |
Example
- Run run show vrrp command to view the configuration information of VRRP group.
Code Block |
---|
admin@XorPlus# run show vrrp vlan100
Interface: vlan100
Vif: vlan100
VRID: 1
Version: 3
Accept: disable
Load-balance: enable
State: Master
Master IP: 192.168.1.1
Virtual MAC: 00:00:5e:00:01:01
Preempt: enable
Adver Interval: 1
Priority: 250
Virtual IP: 192.168.1.5
Auth-type: simple
Auth-key: 123456
|
...