beautypg.com

Vrrp-e example for ipv4, Configuring router1, Configuring router2 – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual

Page 840

background image

812

Multi-Service IronWare Routing Configuration Guide

53-1003033-02

Configuration examples

Syntax: backup [priority value] [track-priority value]

Syntax: track-port ethernet slot/portnum ve num

Syntax: ipv6-address ip-addr

Syntax: activate

VRRP-E example for IPv4

To implement the IPv4 VRRP-E configuration shown in

Figure 41

on page 782, configure the VRRP

Routers as shown in the following sections.

Configuring router1

To configure VRRP Router1 in

Figure 41

on page 782, enter the following commands.

Brocade(config)# router vrrp-extended

Brocade(config)# interface ethernet 1/6

Brocade(config-if-e10000-1/6)# ip address 10.53.5.2/24

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

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

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

Brocade(config-if-e10000-1/6-vrid-1)# ip-address 10.53.5.254

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

VRRP router 1 for this interface is activating

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

Brocade(config)# interface ethernet 1/6

Brocade(config-if-e10000-1/6)# ip vrrp-extended vrid 2

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

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

Brocade(config-if-e10000-1/6-vrid-1)# ip-address 10.53.5.253

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

VRRP router 2 for this interface is activating

NOTE

The address you enter with the ip-address command cannot be the same as a real IP address
configured on the interface.

NOTE

If VRRP is not configured globally, then you will see the response “Invalid input...” when you try to
create a VRRP instance.

Configuring router2

To configure Router2, enter the following commands.

Brocade(config)# router vrrp-extended

Brocade(config)# interface ethernet 5/1

Brocade(config-if-e10000-5/1)# ip address 10.53.5.3/24

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

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

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

Brocade(config-if-e10000-5/1-vrid-1)# ip-address 10.53.5.254

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