cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
603
Views
5
Helpful
6
Replies

CSM: How to synchronization!

vdkhoa83csm
Level 1
Level 1

Hi all,

This ia my current configuration:

! Active CSM

ft group 55 vlan 55

priority 15

failover 2 preempt

vlan 22 client

ip address 202.78.224.50 255.255.255.248

gateway 202.78.224.54

alias 202.78.224.51 255.255.255.248

vlan 76 server

ip address 10.11.62.253 255.255.255.0

alias 10.11.62.254 255.255.255.0

! Standby CSM

ft group 55 vlan 55

priority 12

failover 2 preempt

vlan 22 client

ip address 202.78.224.49 255.255.255.248

gateway 202.78.224.54

alias 202.78.224.51 255.255.255.248

vlan 76 server

ip address 10.11.62.252 255.255.255.0

alias 10.11.62.254 255.255.255.0

To configute synchronizing, I change on active CSM as below:

!Active CSM

ft group 55 vlan 55

priority 15

failover 2 preempt

vlan 22 client

ip address 202.78.224.50 255.255.255.248 alt 202.78.224.49

gateway 202.78.224.54

alias 202.78.224.51 255.255.255.248

vlan 76 server

ip address 10.11.62.253 255.255.255.0 alt 10.11.62.252

alias 10.11.62.254 255.255.255.0

Do I configure right? Please correct me if I have mistakes.

Thanks.

1 Accepted Solution

Accepted Solutions

the goal is to only configure the active csm and then synchronize the standby.

If you want to manually configure the standby, then you don't need to do all this.

So, there are commands that will be exactly the same on the standby and on the active - like serverfarms and vservers definition.

But some commands will be different.

These are the ip addresses commands.

So you need a way to specify on the active CSM that during synchronization it needs to use a different ip/value for the standby.

This is done with the "alt" keyword.

For ip addresses you correctly used the "alt" function.

For the FT priority, you had configured a value of 15 on the active and a value of 12 on the standby.

So, to reflect this in the active config, you again use the "alt" keyword.

"priority 15 alt 12"

This means the active will get a priority of 15 and the standby a priority of 12.

Gilles.

View solution in original post

6 Replies 6

Gilles Dufour
Cisco Employee
Cisco Employee

You use the 'alt' keyword to specify the standby specific information.

You did it for the ip addresses which is correct.

But you also have to do it for the ft priorities.

ie:

priority 15 alt 12

Finally, when the config of the active CSM is correct, you have to enter the following command to start the synchronization:

hw-module ContentSwitchingModule standby config-sync

Gilles.

Thanks Gilles,

So I only change on active CSM, and preserve the configuration on standby CSM?

Please explain for me the command "priority 15 alt 12". How is it work?

Vo.

the goal is to only configure the active csm and then synchronize the standby.

If you want to manually configure the standby, then you don't need to do all this.

So, there are commands that will be exactly the same on the standby and on the active - like serverfarms and vservers definition.

But some commands will be different.

These are the ip addresses commands.

So you need a way to specify on the active CSM that during synchronization it needs to use a different ip/value for the standby.

This is done with the "alt" keyword.

For ip addresses you correctly used the "alt" function.

For the FT priority, you had configured a value of 15 on the active and a value of 12 on the standby.

So, to reflect this in the active config, you again use the "alt" keyword.

"priority 15 alt 12"

This means the active will get a priority of 15 and the standby a priority of 12.

Gilles.

Ok, so "alt" use for the standby. When the standby CSM become active, we'll also configure similar to synchronize.

Thanks a lot Gilles.

Vo.

there is no need to configure this on the standby when it becomes active.

It should already be there after the synchronization.

You can do a 'sho run' on the standby after synch to verify that it has the 'alt' keywords.

It should normally reverse the order of the info.

Gilles.

Ok, many thanks Gilles.

Vo.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: