BLADE OS™ Application Guide HP GbE2c Ethernet Blade Switch for c-Class BladeSystem Version 5.1 Advanced Functionality Software

Table Of Contents
BLADE OS 5.1 Application Guide
162 Chapter 9: Basic IP Routing BMD00113, September 2009
Using VLANs to Segregate Broadcast Domains
In the previous example, devices that share a common IP network are all in the same broadcast
domain. If you want to limit the broadcasts on your network, you could use VLANs to create
distinct broadcast domains. For example, as shown in the following procedure, you could create one
VLAN for the client trunks, one for the routers, and one for the servers.
In this example, you are adding to the previous configuration.
1. Determine which switch ports and IP interfaces belong to which VLANs.
The following table adds port and VLAN information:
2. Add the switch ports to their respective VLANs.
The VLANs shown in Table 23 are configured as follows:
Table 23 Subnet Routing Example: Optional VLAN Ports
VLAN Devices IP Interface Switch Port VLAN #
1 First Floor Client Workstations 2 20 1
Second Floor Client Workstations 3 21 1
2 Primary Default Router 1 22 2
Secondary Default Router 1 23 2
3 Common Servers 1 4 1 3
Common Servers 2 4 2 3
>> # /cfg/l2/vlan 1 (Select VLAN 1)
>> VLAN 1# add 20 (Add port for 1st floor to VLAN 1)
>> VLAN 1# add 21 (Add port for 2nd floor to VLAN 1)
>> VLAN 1# ena (Enable VLAN 1)
>> VLAN 1# ../vlan 2 (Select VLAN 2)
>> VLAN 2# add 22 (Add port for default router 1)
>> VLAN 2# add 23 (Add port for default router 2)
>> VLAN 2# ena (Enable VLAN 2)
>> VLAN 2# ../vlan 3 (Select VLAN 3)
>> VLAN 3# add 1 (Add port for default router 3)
>> VLAN 3# add 2 (Add port for common server 1)
>> VLAN 3# ena (Enable VLAN 3)