IP routing configuration examples 193

5530-24TFD# config terminal

5530-24TFD(config)# router vrrp ena

5530-24TFD(config)# interface vlan 2

5530-24TFD(config-if)# ip vrrp address 1 10.1.20.1 5530-24TFD(config-if)# ip vrrp 1 enable

2Configure VLAN 3 on router R1.

a.Configure VLAN 3 on router R1 using spanning tree group 1.

5530-24TFD# config terminal

5530-24TFD# vlan create 3 type port

b.Configure the ports for VLAN 3 on R1.

5530-24TFD# config terminal

5530-24TFD(config)# vlan members add 3 1/14

c.Configure an IP address for VLAN 3.

Add IP address 10.1.21.2 / 255.255.255.0 to VLAN 3.

5530-24TFD# config terminal

5530-24TFD(config)# interface vlan 3

5530-24TFD(config)# ip address 10.1.21.2 255.255.255.0

d.Configure an OSPF interface for VLAN 3.

5530-24TFD# config terminal

5530-24TFD(config)# router ospf enable

5530-24TFD(config)# router ospf

5530-24TFD(config-router)# network 10.1.21.2

e.Configure VRRP on VLAN 3.

The VRRP VIP address of 10.1.21.1 is added to VLAN 2 using a VRID of 2.

Note: Fast advertisement is disabled by default. Fast advertisement is proprietary to Nortel to support an advertisement interval from 200 to 1000 milliseconds (ms) with a default of 200. If fast VRRP advertisement is desired, enable fast advertisement.

5530-24TFD# config terminal

5530-24TFD(config)# router vrrp ena

5530-24TFD(config)# interface vlan 3

5530-24TFD(config-if)# ip vrrp address 2 10.1.21.1 5530-24TFD(config-if)# ip vrrp 2 priority 200 5530-24TFD(config-if)# ip vrrp 2 enable

3Configure VLAN 2 on router R2.

a.Create VLAN 2 on router R2.

5530-24TFD# config terminal

Nortel Ethernet Routing Switch 5500 Series

Configuration-IP Routing Protocols

NN47200-503 03.01 Standard

5.127 August 2007

Copyright © 2005-2007, Nortel Networks

Page 193
Image 193
Nortel Networks NN47200-503 Configure the ports for Vlan 3 on R1, Configure Vlan 2 on router R2 Create Vlan 2 on router R2