beautypg.com

Configuring the owner for ipv6 vrrp, Configuring a backup for ipv4 vrrp – Brocade FastIron Ethernet Switch Layer 3 Routing Configuration Guide User Manual

Page 600

background image

The track-priority value option changes the track-port priority for this interface and the VRID from the
default (255) to a value from 1 through 254.

The version num specifies the version - v3 or v2.

Configuring the Owner for IPv6 VRRP

To configure the VRRP Owner router for IPv6, enter the following commands on the router.

NOTE
You must first configure the ipv6 unicast-routing command at the global configuration level to enable
IPv6 VRRP on the router.

device Router1(config)# ipv6 unicast-routing

device Router1(config)# ipv6 router vrrp

device Router1(config)# interface ethernet 1/6

device Router1(config-if-e10000-1/6)# ipv6-address 2001:DB8::1/64

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

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

device Router1(config-if-e10000-1/6-vrid-1)# ipv6-address 2001:DB8::1

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

VRRP router 1 for this interface is activating

Syntax: [no] ipv6 router vrrp

Syntax: [no] ipv6-address ipv6-address

Syntax: [no] ipv6 vrrp vrrp vrid num

Syntax: [no] owner [ track-priority value ]

Syntax: [no] activate

The ipv6-add variable specifies the IPv6 address of the Owner router.

The num variable specifies the virtual router ID.

The IP address assigned to the Owner must be an IP address configured on an interface that belongs
to the virtual router.

The ipv6 router vrrp command enables IPv6 VRRP v3 routing on the interface. All IPv6 VRRP router
instances for a VRID are also enabled on the interface.

The track-priority value option changes the track-port priority for this interface and the VRID from the
default 255 to a value from 1 through 254.

Configuring a Backup for IPv4 VRRP

To configure the VRRP Backup router for IPv4, enter the following commands.

device Router2(config)#router vrrp

device Router2(config)#interface ethernet 1/5

device Router2(config-if-1/5)#ip-address 192.53.5.3

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

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

device Router2(config-if-1/5-vrid-1)#version v3|v2

device Router2(config-if-1/5-vrid-1)#hello-interval 10

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

device Router2(config-if-1/5-vrid-1)#ip-address 192.53.5.1

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

VRRP router 2 for interface is activating

Syntax: [no] router vrrp

Configuring the Owner for IPv6 VRRP

600

FastIron Ethernet Switch Layer 3 Routing Configuration Guide

53-1003087-04