ESR-Series. User manual
449
•
•
•
Solution:
First, do the following:
create a correspond sub interface;
configure a zone for the sub-interface;
specify IP address for the sub-interface.
Main configuration step:
Configure R1 router.
Configure VRRP in the created sub-interface. Specify unique VRRP identifier:
R1(config)#
interface
gi
1
/
0
/
5.50
R1(config-subif)# vrrp id
10
Specify virtual gateway IP address 192.168.1.1/24:
R1(config-subif)# vrrp ip
192.168
.
1.1
Enable VRRP
:
R1(config-subif)# vrrp
R1(config-subif)# exit
14.1.3 Configuration example 2
Objective:
Establish virtual gateways for 192.168.20.0/24 subnet in VLAN 50 and 192.168.1.0/24 in VLAN 60 using VRRP
with Master sync feature. To do this, you have to group VRRP processes. IP addresses 192.168.1.1 and
192.168.20.1 are used as virtual gateways.
After that it is necessary to make the same settings on R2.