ESR service routers. ESR-Series. Functionality description. Version 1.12.0
318
•
•
•
•
•
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
Configure R2 in the same manner.
8.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.
Solution:
First, do the following:
create correspond sub interfaces;
configure a zone for the sub-interfaces;
specify IP addresses for the sub-interfaces.