Configuring High Availability VLANs

Application Example 1: Firewall Cluster

This section describes how to configure the traditional firewall implementation, which uses a third-party high availability firewall cluster, described in “Traditional Firewall Implementation” on page 3-7. As shown in the figure on page 3-7, traffic from the Internet comes into the switch through high availability VLAN 10 ingress ports. This VLAN has three egress ports (2/9, 2/10, and 3/5) that connect to the third- party high availability firewall cluster. The firewall cluster is connected to three ports (4/1, 5/3, 7/6) that belong to standard VLAN 20. This VLAN connects to devices within a private network.

Follow the steps below to configure the necessary high availability VLAN on an OmniSwitch.

1Create a default VLAN for HA VLAN 10 ports with the vlan command as shown below:

-> vlan 5

2Assign ports to the new default VLAN with the vlan port default command as shown below:

-> vlan 5 port default 1/1 2/9 2/10 3/5

3Configure VLAN 10, which will have the ingress ports, with the vlan command as shown below:

-> vlan 10

4Assign the ingress port 1/1 to VLAN 10 with the vlan port-macingress-portcommand as shown below:

-> vlan 10 port-mac ingress-port 1/1

5Assign the egress ports 2/9, 2/10, and 3/5 to VLAN 10 with the vlan port-macegress-portcommand as shown below:

-> vlan 10 port-mac egress-port 2/9-10 3/5

6Configure standard VLAN 20, which will carry authorized traffic to the private network, with the vlan command as shown below:

-> vlan 20

7Assign destination MAC addresses to VLAN 10 with the mac-address-tableport-mac vlan mac command as shown below:

-> mac-address-table port-mac vlan 10 mac 00:95:2A:01:3C:10

page 3-16

Release 5.1.6.R02 User Guide Supplement June 2005

Page 126
Image 126
Alcatel Carrier Internetworking Solutions 6600 manual Application Example 1 Firewall Cluster