MES3000 Ethernet switch series 225
vrrp vrid priority priority
vrid: (1-255);
priority: (1-254).
By default:
255 for owner of IP
address,
100 for the rest
Setting the VRRP router priority.
Setting the default value.
vrid: (1-255)
By default: disabled
Disabling the VRRP on this interface
Enabling the VRRP on this interface
vrrp vrid source-ip
ip_address
vrid: (1-255)
By default: 0.0.0.0
Definitions of true VRRP address which will be used as IP address of
sender for VRRP messages.
Setting the default value.
vrrp vrid timers advertise {
seconds | msec milliseconds }
seconds: (1-40);
milliseconds: (50-
40950).
By default: 1 sec
Defining the interval between announces of master router. If the
interval is set in milliseconds then rounding off down to closest
second is made for VRRP Version 2 and down to closest hundredths of
second (10 milliseconds) for VRRP Version 3.
no vrrp vrid timers advertise
[msec]
Setting the default value.
vrrp vrid version 2 | 3 | 2&3
Defining supported version of VRRP.
2 - VRRPv2 is supported, defined in RFC3768. Received messages
VRRPv3 are rejected by the router. Only VRRPv2 announces are sent.
3 – VRRPv3 is supported, defined in RFC5798, without compatibility
with VRRPv2 (8.4, RFC5798). Received messages VRRPv2 are rejected
by the router. Only VRRPv3 announces are sent.
2 and 3 - VRRPv3 is supported, defined in RFC5798 with backward
compatibility with VRRPv2. Received messages VRRPv2 are processed
by the router. VRRPv2 and VRRPv3 announce are sent.
Only VRRP version 3 is supported. Modes 2 and 2 and 3 will be
supported in future versions of the software.
Commands of privileged EXEC mode
All commands are available for privileged user.
Type of request of command line of privileged EXEC mode:
console#
Table 5.279 – Commands of privileged EXEC mode
show vrrp [ all | brief | interface
{ gigabitethernet gi_port |
tengigabitethernet te_port |
port-channel group } ]
gi_port:
(1..8/0/1..24);
te_port: (1..8/0/1..4);
group: (1..24).
Overview of brief or detailed information for all or one set virtual
router VRRP.
- all — overview of information about all virtual routers including
disabled ones;
- brief — overview of brief information about all virtual routers.
Samples of command execution
Set IP address 10.10.10.1 to VLAN 10, use this address as address of virtual protocol of the
router. Enable VRRP on interface VLAN.
console(config-vlan)# interface vlan 10
console(config-if)# ip address 10.10.10.1 /24
console(config-if)# vrrp 1 ip 10.10.10.1
console(config-if)# no vrrp 1 shutdown
Overview configuration of VRRP:
console# show vrrp