4-3
Catalyst 6500 Series Content Switching Module Configuration Note
OL-4612-01
Chapter 4 Configuring VLANs
Configuring Server-Side VLANs
This example shows how to configure the CSM for client-side VLANs:
Router(config-module-csm)# vlan 130 client
Router(config-slb-vlan-client)# ip addr 123.44.50.6 255.255.255.0
Router(config-slb-vlan-client)# gateway 123.44.50.1
Router(config-slb-vlan-client)# exit
Router# show module csm vlan 1
Configuring Server-Side VLANs
To configure server-side VLANs, perform this task:
This example shows how to configure the CSM for server-side VLANs:
Router(config-module-csm)# vlan 150 server
Router(config-slb-vlan-server)# ip addr 123.46.50.6 255.255.255.0
Router(config-slb-vlan-server)# alias 123.60.7.6 255.255.255.0
Router(config-slb-vlan-server)# route 123.50.0.0 255.255.0.0 gateway 123.44.50.1
Router(config-slb-vlan-server)# exit
Command Purpose
Step 1
Router(config-module-csm)# vlan
vlanid
server
Configures the server-side VLANs and enters
the server VLAN mode
1
.
1. Enter the exit command to leave a mode or submode. Enter the end command to return to the menu’s top level.
Step 2
Router(config-slb-vlan-server)# ip
ip-address
netmask
Configures an IP address for the server VLAN
2
.
2. The no form of this command restores the defaults.
Step 3
Router(config-slb-vlan-server)# alias
ip-address netmask
(Optional) Configures multiple IP addresses to
the CSM as alternate gateways for the real
server
3
.
3. The alias is required in the redundant configuration. (See the Chapter 7, “Configuring Redundant Connections”.)
Step 4
Router(config-slb-vlan-server)# route
ip-address netmask
gateway
gw-ip-address
Configures a static route to reach the real servers
if they are more than one Layer 3 hop away from
the CSM.
Step 5
Router # show module csm
slot
vlan [client |
server | ft] [id
vlan-id
] [detail]
Displays the client-side and server-side VLAN
configurations.