beautypg.com

Configure the second dirty-side webswitch (db) – Nortel Networks WEB OS 212777 User Manual

Page 365

background image

Web OS 10.0 Application Guide

Chapter 14: Virtual Private Network Load Balancing

n

365

212777-A, February 2002

Configure the Second Dirty-Side WebSwitch (DB)

1.

Turn off BOOTP.

2.

Define and enable VLAN 2 for ports 7 and 8.

3.

Turn off STP.

4.

Configure IP interfaces 1, 2, and 3.

5.

Configure routes for each of the IP interfaces you configured in Step

4.

>> # /cfg/sys/bootp dis

>> # /cfg/vlan 2/ena/def 7 8

>> # /cfg/stp/off

>> # /cfg/ip/if 1/ena/mask 255.255.255.0/addr 192.168.10.11

>> # /cfg/ip/if 2/ena/mask 255.255.255.0/addr 10.0.0.20/vl 2

>> # /cfg/ip/if 3/ena/mask 255.255.255.255/addr 10.0.0.21/vl 2

>> # /cfg/ip/route

>> # add 20.0.0.10 255.255.255.255 10.0.0.101 2

>> # add 20.0.0.11 255.255.255.255 10.0.0.102 3

>> # add 20.0.0.20 255.255.255.255 10.0.0.101 2

>> # add 20.0.0.21 255.255.255.255 10.0.0.102 3