VRRP Configuration
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
145
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
VRRP CLI COMMANDS
This section details the commands that are used in configuring VRRP.
T
O CONFIGURE AN INTERFACE
VRRP is enabled on a per-interface basis. VRRP runs on multi-access networks
like Ethernet.
E
XAMPLE
ALU(config)# interface GigabitEthernet3/0
ALU(config-if GigabitEthernet3/0)#
T
O CONFIGURE VRRP GROUP AND PRIMARY IP ADDRESS FOR THE GROUP
Note: Group ID is in the range 1 - 8.
E
XAMPLE
ALU(config-if GigabitEthernet3/0)# vrrp 5 ip 10.91.0.8
ALU(config-if GigabitEthernet3/0)# no vrrp 5 ip 10.91.0.8
Command (in CM) Description
interface <name> This command is used to configure an
interface.
Command (in ICM) Description
vrrp <1-8> ip <ip-address> This command configures a VRRP group with
the specified ID on the interface, and specifies
a primary IP address for the VRRP group.
no vrrp <1-8> ip <ip-
address>
This command removes the primary IP
address for the specified VRRP group on an
interface. VRRP group is disabled as a result.
no vrrp <1-8> This command removes all configuration
associated with the VRRP group on the
interface.