Configuring ipv6 vrrp-e – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual
Page 819

Multi-Service IronWare Routing Configuration Guide
791
53-1003033-02
Configuring parameters specific to VRRP-E
Brocade(config)# router vrrp-extended
Brocade(config)# interface ethernet 1/5
Brocade(config-if-e10000-1/5)# ip address 10.53.5.3/24
Brocade(config-if-e10000-1/5)# ip vrrp-extended vrid 1
Brocade(config-if-e10000-1/5-vrid-1)# backup priority 50 track-priority 10
Brocade(config-if-e10000-1/5-vrid-1)# ip-address 10.53.5.254
Brocade(config-if-e10000-1/5-vrid-1)# activate
Syntax: [no] ip vrrp-extended vrid vrid
NOTE
If VRRP is not configured globally, then you will see the response “Invalid input...” when you try to
create a VRRP instance.
Syntax: [no] backup [priority value] [track-priority value]
Syntax: [no] ip-address ip-addr
The vrid parameter specifies the virtual router ID.
The ip-addr parameter specifies the IPv4 address of the router.
Refer to the section
on page 793 for information on the auth-type no-auth |
simple-text-auth auth-data parameters.
Also, refer to
“Configuration rules and feature limitations for VRRP-E”
on page 792 additional
information on how to configure VRRP-E.
You must identify a VRRP-E router as a Backup before you can activate the virtual router on a
Brocade device. However, after you configure the virtual router, you can use the backup command
to change its priority or track priority.
You also can use the enable command to activate the configuration.The enable command does the
same thing as the activate command.
Configuring IPv6 VRRP-E
To implement a IPv6 VRRP-E configuration using all the default values, enter the following
commands.
Brocade(config)# ipv6 router vrrp-extended
Brocade(config-ipv6-VRRP-E-router)# interface ethernet 1/5
Brocade(config-if-e10000-1/5)# ipv6 address 3013::2/64
Brocade(config-if-e10000-1/5)# ipv6 vrrp-extended vrid 1
Brocade(config-if-e10000-1/5-vrid-1)# backup priority 50 track-priority 10
Brocade(config-if-e10000-1/5-vrid-1)# ipv6-address fe80::768e:f8ff:fe2a:0099
Brocade(config-if-e10000-1/5-vrid-1)# ipv6-address 3013::99
Brocade(config-if-e10000-1/5-vrid-1)# activate
Syntax: ipv6 router vrrp-extended
Syntax: ipv6 vrrp-extended vrid vrid
Syntax: [no] ipv6-address ipv6-addr
The vrid parameter specifies the virtual router ID.
NOTE
If VRRP is not configured globally, then you will see the response “Invalid input...” when you try to
create a VRRP instance.