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

Page 362

Advertising
background image

Web OS 10.0 Application Guide

362

n

Chapter 14: Virtual Private Network Load Balancing

212777-A, February 2002

11.

Enable filter processing on the server ports so that the response from the real server will
be looked up in VPN session table.

12.

Apply and save the configuration, and reboot the switch.

Configure the First Dirty-Side WebSwitch (DA)

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.

Define static routes for each of the IP interfaces you configured in Step

4

, using the VPN

devices as gateways.

One static route is required for each VPN device being load balanced.

>> SLB port 8# ../port 1/filter ena

>> SLB port 8# apply

>> SLB port 8# save

>> SLB port 8# /boot/reset

>> # /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.10

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

>> # /cfg/ip/if 3/ena/mask 255.255.255.255/addr 10.0.0.11/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

Advertising