Configuring Client-Side VLANs
To configure client-side VLANs, perform this task:
You cannot use VLAN 1 as a client-side or server-side VLAN for the CSM.
Caution
Command
Step 1
Router(config)# ip slb vlan vlanid client
Step 2
Router(config-slb-vlan-client)# ip
ip-address netmask
Step 3
Router(config-slb-vlan-client)# gateway
ip-address
1.
2.
This example shows how to configure the CSM for client-side VLANs:
Router(config)# ip slb 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 ip slb VLAN
Configuring Server-Side VLANs
To configure server-side VLANs, perform this task:
Command
Step 1
Router(config)# ip slb vlan vlanid server
Step 2
Router(config-slb-vlan-server)# route
ip-address netmask gateway gw-ip-address
Step 3
Router(config-slb-vlan-server)# alias
ip-address netmask
Step 4
Router(config-slb-vlan-server)# ip ip-address
netmask
Step 5
Router # show ip slb vlan
1.
2.
78-11631-02 Rev. A0
Enter the exit command to leave a mode or submode. Enter the end command to return to the menu's top level.
The no form of this command restores the defaults.
Enter the exit command to leave a mode or submode. Enter the end command to return to the menu's top level.
The no form of this command restores the defaults.
Catalyst 6000 Family Content Switching Module Installation and Configuration Note
Configuring the Content Switching Module
Purpose
Configure the client-side VLANs and enter the
1
client VLAN mode
.
Configure an IP address to the CSM used by probes
and ARP requests on this particular VLAN
Configure the gateway IP address. Enter this
command only in the client submode.
Purpose
Configure the server-side VLANs and enter the
1
server VLAN mode
.
Configure a static route to reach the real servers
in case they are more than one Layer 3 hop away
from the CSM.
Optionally, you can configure multiple IP
addresses to the CSM to place the module in a
different IP network than real servers without
using a router. Use this command only in the
server submode.
Configure an IP address for the server VLAN
Display the client-side and server-side VLAN
configurations.
2
.
2
.
23