I have two 6509 each with a CSM.Following is the current config w.r.t redundancy and fault-tolerance:
Switch-A
module ContentSwitchingModule 8
ft group 1 vlan 888
priority 15
preempt
!
vlan 3 client
ip address 10.68.0.3 255.255.255.0 alt 10.68.0.4 255.255.255.0
gateway 10.68.0.1
!
vlan 4 server
ip address 10.64.0.1 255.255.0.0 alt 10.64.0.2 255.255.0.0
Switch-B
module ContentSwitchingModule 8
ft group 1 vlan 888
preempt
!
vlan 3 client
ip address 10.68.0.4 255.255.255.0 alt 10.68.0.3 255.255.255.0
gateway 10.68.0.1
!
vlan 4 server
ip address 10.64.0.2 255.255.0.0 alt 10.64.0.1 255.255.0.0
I plan to add the alias command on the server vlan :
Switch A
vlan 4 server
ip address 10.64.0.1 255.255.0.0 alt 10.64.0.2 255.255.0.0
alias 10.64.0.199 255.255.0.0
Switch B
vlan 4 server
ip address 10.64.0.2 255.255.0.0 alt 10.64.0.1 255.255.0.0
alias 10.64.0.199 255.255.0.0
With these two line added,do i have a complete and transparent CSM Failover?
Am i missing something.