beautypg.com

Configuring router 1 as vrrp vrid owner, Configuring router 2 as vrrp backup, Configuring router 1 as ipv6 vrrp vrid owner – Brocade FastIron Ethernet Switch Layer 3 Routing Configuration Guide User Manual

Page 608

background image

NOTE
The Owner type is not applicable to VRRP-E.

NOTE
For VRRP, the IP address you associate with the Owner must be real IP address on the interface
where the VRIS is configured. To configure a Backup router, the interface must have a real IP address
that is in the same subnet the Owner. The address must be unique.

Configuring Router 1 as VRRP VRID Owner

To configure Router1 as a VRRP VRID Owner, enter the following commands.

device Router1(config)#interface ethernet 1/6

device Router1(config)#ip address 10.1.1.1/24

device Router1(config-if-1/6)#ip vrrp vrid 1

device Router1(config-if-1/6-vrid-1)#owner

device Router1(config-if-1/6-vrid-1)#ip-address 10.1.1.1

device Router1(config-if-1/6-vrid-1)#activate

Configuring Router 2 as VRRP Backup

To configure Router2 as a VRRP Backup for the same VRID, enter the following commands.

device Router2(config)#interface ethernet 1/6

device Router2(config)#ip address 10.1.1.2/24

device Router2(config-if-1/6)#ip vrrp vrid 1

device Router2(config-if-1/6-vrid-1)#backup

device Router2(config-if-1/6-vrid-1)#ip-address 10.1.1.1

device Router2(config-if-1/6-vrid-1)#activate

Configuring Router 1 as IPv6 VRRP VRID Owner

To configure Router1 as a IPv6 VRRP VRID Owner, enter the following commands:

device Router1(config)# interface ethernet 1/1/7

device Router1(config-if-e1000-1/1/7)#ipv6 address 2002:AB3::1/64

device Router1(config-if-e1000-1/1/7)#ipv6 vrrp vrid 1

device Router1(config-if-e1000-1/1/7-vrid-1)#owner

device Router1(config-if-e1000-1/1/7-vrid-1)#ipv6-address 2002:AB3::1

device Router1(config-if-e1000-1/1/7-vrid-1)#activate

Configuring Router 2 as IPv6 VRRP backup for a VRID

To configure an IPv6 VRRP interface as a Backup for a VRID, and set its backup and track priority,
enter the following:

device Router2(config)# interface ethernet 1/1/7

device Router2(config-if-e1000-1/1/7)#ipv6 address 2002:AB3::2/64

device Router2(config-if-e1000-1/1/7)#ipv6 vrrp vrid 1

device Router2(config-if-e1000-1/1/7-vrid-1)#backup priority 50 track-priority 10

device Router2(config-if-e1000-1/1/7-vrid-1)#ipv6-address 2002:AB3::1

device Router2(config-if-e1000-1/1/7-vrid-1)#activate

Configuring Router 1 as VRRP VRID Owner

608

FastIron Ethernet Switch Layer 3 Routing Configuration Guide

53-1003087-04