Nortel Networks WEB OS 212777 User Manual

Page 334

Advertising
background image

Web OS 10.0 Application Guide

334

n

Chapter 13: Firewall Load Balancing

212777-A, February 2002

Configure Connectivity for the Primary Clean-Side Web Switch

1.

Configure VLANs on the primary clean-side Web switch.

Two VLANs are required. VLAN 3 includes the firewall port and interswitch connection port.
VLAN 4 includes the port that attaches to the real servers.

2.

Configure IP interfaces on the primary clean-side Web switch.

3.

Turn STP off for the primary clean-side Web switch.

>> # /cfg/vlan 3

>> # add 3

>> # add 9

>> # ena

>> # ../vlan 4

>> # add 4

>> # ena

>> # /cfg/ip/if 1

>> # mask 255.255.255.0

>> # addr 10.10.4.10

>> # vlan 4

>> # ena

>> # ../if 2

>> # mask 255.255.255.0

>> # addr 10.10.3.1

>> # vlan 3

>> # ena

>> # ../if 3

>> # mask 255.255.255.255

>> # addr 10.10.3.2

>> # vlan 3

>> # ena

>> # /cfg/stp/off

Advertising