Version 6.8 19 Mediant MSBR
Configuration Guide 4. VRRP
4.3 VRRP Example
In the example below, there are two VRRP routers – one with IP 10.100.10.2 and one with
10.100.10.3. They use a common virtual IP address 10.100.10.1, where one is the Master
and the other is the Backup. In the example, we will use VRID 1 over VLAN 1.
Figure 4-1: VRRP Example
The Master will be the MSBR with the higher priority. For example:
Master configuration:
Mediant 800B# configure data
Mediant 800B(config-data)# interface vlan 1
Mediant 800B(conf-if-VLAN 1)# vrrp 1 ip 10.100.10.1
Mediant 800B(conf-if-VLAN 1)# vrrp 1 priority 200
Mediant 800B(conf-if-VLAN 1)# exit
Mediant 800B(config-data)
Backup configuration:
Mediant 800B# configure data
Mediant 800B(config-data)# interface vlan 1
Mediant 800B(conf-if-VLAN 1)# vrrp 1 ip 10.100.10.1
Mediant 800B(conf-if-VLAN 1)# vrrp 1 priority 100
Mediant 800B(conf-if-VLAN 1)# exit
Mediant 800B(config-data)