beautypg.com

Version – Brocade FastIron Ethernet Switch Layer 3 Routing Configuration Guide User Manual

Page 671

background image

version

Allows you to select either version 2 or version 3 of VRRP.

Allows you to select either version 2 or version 3 of the VRRP.

Syntax

version {v2 |v3}

[no] version v3

Command Default

The default is VRRP version 2.

Parameters

v2

Selects version 2 of VRRP.

v3

Selects version 3 of VRRP.

Modes

VRRP virtual router ID configuration.

Usage Guidelines

You can choose either version 2 or version 3 of IPv4 VRRP. The default IPv4 VRRP configuration is
VRRPv2. The VRRPv3 functionality is enabled only after you configure version 3. Use the no version
v3
or version v2 commands to roll back to the default (VRRPv2).

Examples

The following example configures the VRRP owner router for IPv4.

device(config)#router vrrp

device(config)#interface ethernet 1/6

device(config-if-1/6)#ip-address 192.53.5.1

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

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

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

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

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

The following example configures the VRRP backup router for IPv4.

device(config)#router vrrp

device(config)#interface ethernet 1/5

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

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

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

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

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

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

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

History

Release version

Command history

08.0.10

This command was introduced.

version

FastIron Ethernet Switch Layer 3 Routing Configuration Guide

671

53-1003087-04