VRRP Configuration Scenario using OmniAccess 5740 USG
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
159
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
VRRP CONFIGURATION
In the following example, OmniAccess 5740 USG and OmniSwitch belongs to
VRRP Group 1.
Note: Both VRRP routers should be configured with same group ID.
In the configuration, each router has the following properties:
• OmniAccess 5740 USG
i. VRRP Group ID is 1
ii. Assign IP address as 192.168.1.3/24
iii. VRRP IP address is 192.168.1.3 (OmniAccess 5740 USG becomes the
master router because of the highest priority, 255)
• OmniSwitch
i. VRRP Group ID is 1
ii. OmniSwitch VLAN ID is 10
iii. Assign IP address 192.168.1.2 255.255.255.0 to VLAN 10
iv. VRRP IP address is 192.168.1.3
v. Priority for the group is 110 (OmniSwitch becomes the backup router because
of the lower priority)
OmniAccess 5740 USG
ALU#config terminal
ALU(config)# interface GigabitEthernet3/1
ALU(config-if-GigabitEthernet3/1)# ip address 192.168.1.3/24
ALU(config-if-GigabitEthernet3/1)# vrrp 1 ip 192.168.1.3
OmniSwitch
OS9000-> ip interface “vlan_10” address 192.168.1.2 vlan 10
OS9000-> vrrp 1 10 address 192.168.1.3
OS9000-> vrrp 1 10 priority 110