<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: CSM Configuration replication  in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436774#M7965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gilles.  Is there a different configuration that will do this?  It was a function of the Local Director's failover, which we are retiring.  Sheila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2005 13:15:41 GMT</pubDate>
    <dc:creator>sheila.burau</dc:creator>
    <dc:date>2005-11-17T13:15:41Z</dc:date>
    <item>
      <title>CSM Configuration replication</title>
      <link>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436772#M7963</link>
      <description>&lt;P&gt;Scenerio:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have 2 6509's with CSM's (ver  4.2(3)) each in slot 4, setup for failover via &lt;/P&gt;&lt;P&gt;interface GigabitEthernet3/1&lt;/P&gt;&lt;P&gt; switchport&lt;/P&gt;&lt;P&gt; switchport access vlan 257&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are Full-duplex, 1000Mb/s&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(same on each)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem: when we execute a "wr" to the primary, it is not replicating to the secondary even though it says it is:&lt;/P&gt;&lt;P&gt;VOC-SW15#wr&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4w6d: %PFINIT-SP-5-CONFIG_SYNC: Sync'ing the startup configuration to the standby Router[OK]&lt;/P&gt;&lt;P&gt;VOC-SW15#&lt;/P&gt;&lt;P&gt;4w6d: %CSM_SLB-6-REDUNDANCY_INFO: Module 4 FT info: State Transition Standby -&amp;gt; Active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sych command replicates the secondary successful:&lt;/P&gt;&lt;P&gt;hw-module csm 4 standby config-sync &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some info on the configs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VOC-SW15#sh mod csm 4 ft&lt;/P&gt;&lt;P&gt;FT group 2, vlan 257&lt;/P&gt;&lt;P&gt; This box is active&lt;/P&gt;&lt;P&gt; priority 20, heartbeat 1, failover 3, preemption is on&lt;/P&gt;&lt;P&gt; alternate priority 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VOC-SW15#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are still in the process of setting these CSM's up. They are not yet in production:&lt;/P&gt;&lt;P&gt;Config on Primary:&lt;/P&gt;&lt;P&gt;VOC-SW15#sh run mod 4&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current configuration : 590 bytes&lt;/P&gt;&lt;P&gt;module ContentSwitchingModule 4&lt;/P&gt;&lt;P&gt; ft group 2 vlan 257&lt;/P&gt;&lt;P&gt;  priority 20 alt 30&lt;/P&gt;&lt;P&gt;  failover 3&lt;/P&gt;&lt;P&gt;  preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vlan 250 client&lt;/P&gt;&lt;P&gt;  ip address 10.1.250.20 255.255.255.0 alt 10.1.250.40 255.255.255.0&lt;/P&gt;&lt;P&gt;  gateway 10.1.250.252&lt;/P&gt;&lt;P&gt;  gateway 10.1.250.251&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vlan 251 server&lt;/P&gt;&lt;P&gt;  ip address 10.1.250.20 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm TEST1&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  real 10.1.250.37&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real 10.1.250.38&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real 10.1.250.39&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vserver TEST1-MLX&lt;/P&gt;&lt;P&gt;  virtual 10.1.250.21 tcp www&lt;/P&gt;&lt;P&gt;  serverfarm TEST1&lt;/P&gt;&lt;P&gt;  sticky 60&lt;/P&gt;&lt;P&gt;  replicate csrp connection&lt;/P&gt;&lt;P&gt;  persistent rebalance&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VOC-SW15#&lt;/P&gt;&lt;P&gt;Config on Secondary:&lt;/P&gt;&lt;P&gt;VOC-SW16#sh run mod 4&lt;/P&gt;&lt;P&gt;Building configuration...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current configuration : 554 bytes&lt;/P&gt;&lt;P&gt;module ContentSwitchingModule 4&lt;/P&gt;&lt;P&gt; ft group 2 vlan 257&lt;/P&gt;&lt;P&gt;  priority 30 alt 20&lt;/P&gt;&lt;P&gt;  failover 3&lt;/P&gt;&lt;P&gt;  preempt&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vlan 250 client&lt;/P&gt;&lt;P&gt;  ip address 10.1.250.40 255.255.255.0 alt 10.1.250.20 255.255.255.0&lt;/P&gt;&lt;P&gt;  gateway 10.1.250.251&lt;/P&gt;&lt;P&gt;  gateway 10.1.250.252&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vlan 251 server&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm TEST1&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  real 10.1.250.37&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real 10.1.250.38&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real 10.1.250.39&lt;/P&gt;&lt;P&gt;   no inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vserver TEST1-MLX&lt;/P&gt;&lt;P&gt;  virtual 10.1.250.21 tcp www&lt;/P&gt;&lt;P&gt;  serverfarm TEST1&lt;/P&gt;&lt;P&gt;  sticky 60&lt;/P&gt;&lt;P&gt;  replicate csrp connection&lt;/P&gt;&lt;P&gt;  persistent rebalance&lt;/P&gt;&lt;P&gt;  inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VOC-SW16#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since manual synch is working, I'm not sure if our connection is correct (not trunk) or if we are missing required statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if anyone has any suggestions on reading material concerning the CSM's, please send a link.  I'm finding the Cisco links more confusing than I have on any product in the past.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated.  Thank you,  Sheila&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2005 15:44:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436772#M7963</guid>
      <dc:creator>sheila.burau</dc:creator>
      <dc:date>2005-11-16T15:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: CSM Configuration replication</title>
      <link>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436773#M7964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 'wr mem' command does not synch the CSM.&lt;/P&gt;&lt;P&gt;Only the "hw-module csm 4 standby config-sync" will do.&lt;/P&gt;&lt;P&gt;This is normal behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2005 20:02:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436773#M7964</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-11-16T20:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: CSM Configuration replication</title>
      <link>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436774#M7965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gilles.  Is there a different configuration that will do this?  It was a function of the Local Director's failover, which we are retiring.  Sheila&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2005 13:15:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436774#M7965</guid>
      <dc:creator>sheila.burau</dc:creator>
      <dc:date>2005-11-17T13:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: CSM Configuration replication</title>
      <link>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436775#M7966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sheila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what you are looking for.&lt;/P&gt;&lt;P&gt;The command to synch the CSM config is the 'hw-module...' command that you have already used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no other command to achieve this function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2005 15:49:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436775#M7966</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-11-17T15:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: CSM Configuration replication</title>
      <link>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436776#M7967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I got it. You have solved my "problem".   &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2005 17:06:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436776#M7967</guid>
      <dc:creator>sheila.burau</dc:creator>
      <dc:date>2005-11-17T17:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: CSM Configuration replication</title>
      <link>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436777#M7968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello sheila ... i see you have ur CSM in bridged mode , do you have any idea regarding Routed mode with FWSM ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 13:59:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-configuration-replication/m-p/436777#M7968</guid>
      <dc:creator>n-khouri</dc:creator>
      <dc:date>2005-11-28T13:59:47Z</dc:date>
    </item>
  </channel>
</rss>

