Configure the second clean-side switch (cb) – Nortel Networks WEB OS 212777 User Manual
Page 360
Web OS 10.0 Application Guide
360
n
Chapter 14: Virtual Private Network Load Balancing
212777-A, February 2002
Configure the Second Clean-Side Switch (CB)
1.
Turn off bootp.
2.
Define and enable VLAN 2 for ports 7 and 8.
3.
Turn off Spanning Tree Protocol.
4.
Define the clean-side IP interfaces.
Create one clean-side IP interface on a different subnet for each VPN device being load bal-
anced.
5.
Configure 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.
>> # /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 30.0.0.11
>> # /cfg/ip/if 2/ena/mask 255.255.255.0/addr 20.0.0.20/vl 2
>> # /cfg/ip/if 3/ena/mask 255.255.255.255/addr 20.0.0.21/vl 2
>> # /cfg/ip/route
>> # add 10.0.0.10 255.255.255.255 20.0.0.101 2
>> # add 10.0.0.11 255.255.255.255 20.0.0.102 3
>> # add 10.0.0.20 255.255.255.255 20.0.0.101 2
>> # add 10.0.0.21 255.255.255.255 20.0.0.102 3