7-8
Catalyst 6500 Series Content Switching Module Configuration Note
OL-4612-01
Chapter 7 Configuring Redundant Connections
Configuring Connection Redundancy
Router(config-module-csm)# ft group 88 vlan 71
Router(config-slb-ft)# priority 20
Router(config-slb-ft)# preempt
Router(config-slb-ft)# exit
Router(config-module-csm)# interface Vlan136
ip address 10.6.0.3 255.255.0.0
standby 1 priority 100 preempt
standby 1 ip 10.6.0.1
standby 1 track Fa3/6 10
Note To allow tracking to work, preempt must be on.
Step 3 Configure EtherChannel on both switches as follows:
Router(console)# interface Port-channel100
Router(console)# switchport
Router(console)# switchport trunk encapsulation dot1q
Router(console)# switchport trunk allowed vlan 136
Note By default, all VLANs are allowed on the port channel.
Step 4 To prevent problems, remove the server and fault-tolerant CSM VLANs as follows:
Router(console)# switchport trunk remove vlan 71
Router(console)# switchport trunk remove vlan 272
Step 5 Add ports to the EtherChannel as follows:
Router(console)# interface FastEthernet3/25
Router(console)# switchport
Router(console)# channel-group 100 mode on
Configuring Connection Redundancy
Connection redundancy prevents open connections from ceasing to respond when the active CSM fails
and the standby CSM becomes active. With connection redundancy, the active CSM replicates
forwarding information to the standby CSM for each connection that is to remain open when the active
CSM fails over to the standby CSM.
To configure connection redundancy, perform this task:
Command Purpose
Step 1
Router# configure terminal
Enters router configuration mode.
Step 2
Router(config)# no ip igmp
snooping
Removes IGMP snooping from the configuration.
Step 3
Router(config-module-csm)#
vserver
virtserver-name
Identifies a virtual server and enters the virtual server submode.