Configuring router2 – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual

Page 839

Advertising
background image

Multi-Service IronWare Routing Configuration Guide

811

53-1003033-02

Configuration examples

NOTE

When you configure the Master (Owner), the address you enter with the ipv6-address command
must already be configured on the interface.

The ipv6 vrrp owner command specifies that this router owns the IP address you are associating
with the virtual router. Since this router owns the IP address, this router is the default Master router
and its VRRP priority is thus 255.

Configuring router2

To configure VRRP Router2, enter the following commands.

The backup command specifies that this router is a VRRP Backup for virtual router VRID1. The IP
address entered with the ipv6-address command is the same IP address as the one entered when
configuring Router1. In this case, the IP address cannot also exist on Router2, but the interface on
which you are configuring the virtual router Backup must have an IP address in the same subnet.
By entering the same IP address as the one associated with this virtual router on the Owner, you
are configuring the Backup to back up the address, but you are not duplicating the address.

NOTE

When you configure a Backup router, the router interface on which you are configuring the virtual
router must have a real IP address that is in the same subnet as the address associated with the
virtual router by the Owner. However, the address cannot be the same.

The priority parameter establishes the router’s VRRP priority in relation to the other VRRP routers in
this virtual router. The track-priority parameter specifies the new VRRP priority that the router
receives for this virtual router if the interface goes down.

The activate command activates the virtual router configuration on this interface. The interface
does not provide backup service for the virtual IP address until you activate the VRRP
configuration.

Syntax: ipv6 router vrrp

Syntax: ipv6 vrrp vrid vrid

Syntax: owner [track-priority value]

Brocade(config)# ipv6 router vrrp

Brocade(config)# interface ethernet 1/6

Brocade(config-if-e10000-1/6)# ipv6 address 1414:1414:1414::1/64

Brocade(config-if-e10000-1/6)# ipv6 vrrp vrid 1

Brocade(config-if-e10000-1/6-vrid-1)# owner track-priority 20

Brocade(config-if-e10000-1/6-vrid-1)# track-port ethernet 2/4

Brocade(config-if-e10000-1/6-vrid-1)# ipv6-address 1414:1414:1414::1/64

Brocade(config-if-e10000-1/6-vrid-1)# activate

Brocade(config)# ipv6 router vrrp

Brocade(config)# interface ethernet 1/5

Brocade(config-if-e10000-1/5)# ipv6 address 1414:1414:1414::2/64

Brocade(config-if-e10000-1/5)# ipv6 vrrp vrid 1

Brocade(config-if-e10000-1/5-vrid-1)# backup priority 100 track-priority 19

Brocade(config-if-e10000-1/5-vrid-1)# track-port ethernet 3/2

Brocade(config-if-e10000-1/5-vrid-1)# ipv6-address 1414:1414:1414::1/64

Brocade(config-if-e10000-1/5-vrid-1)# activate

Advertising