198IP Routing Configuration and Management

5530-24TFD(config-if)# ist enable peer-ip 2.1.1.2 vlan 3999

2Configure VRRP and SMLT for access VLAN to E1

a.Configure VLAN 2 on R1

5530-24TFD# config terminal

5530-24TFD(config)# vlan create 2 type port

b.Create IP address for VLAN 2

5530-24TFD# config terminal

5530-24TFD(config)# interface vlan 2

5530-24TFD(config-if)# ip address 10.1.20.2 255.255.255.0

c.Configure the access port for VLAN 2 on R1 and add VLAN 2 to the IST and SMLT groups

5530-24TFD# config terminal

5530-24TFD(config)# vlan members add 2 1/48,1/47,2/1,2/2

Note: 2/1 and 2/2 are IST ports. 1/48,1/47 are SMLT ports.

d.Create SMLT on R1

5530-24TFD# config terminal

5530-24TFD(config)# mlt 2 member 1/47,1/48

5530-24TFD(config)# mlt 2 enable

5530-24TFD(config)# interface mlt 2

5530-24TFD(config-if)# smlt 1

e.Enable OSPF interface on VLAN 2 of R1

5530-24TFD# config terminal

5530-24TFD(config)# router ospf enable

5530-24TFD(config)# router ospf

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

f.Configure VRRP VIP address for VLAN2 of R1

5530-24TFD# config terminal

5530-24TFD(config)# router vrrp ena

5530-24TFD(config)# interface vlan 2

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

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

5530-24TFD(config)# ip vrrp 1 backup-master enable

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.

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 198
Image 198
Nortel Networks NN47200-503 manual Create IP address for Vlan, Create Smlt on R1, Enable Ospf interface on Vlan 2 of R1