<?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 Routed Mode Server in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313979#M5014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANK YOU for your help. It was a routing problem. Even though I had a static route for the 10.40.120 network in my 6509, it was not being advertised via EIGRP to my other routers in the EIGRP group which included my redundant 6509....after I added this network to be advertised everything worked fine. Again thanks for your help!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Mar 2005 18:45:19 GMT</pubDate>
    <dc:creator>jrichterkessing</dc:creator>
    <dc:date>2005-03-14T18:45:19Z</dc:date>
    <item>
      <title>CSM Routed Mode Server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313974#M5009</link>
      <description>&lt;P&gt;I am attempting to set up routed mode load balancing with my CSM. I have been running in Bridged mode up until this point, but there has been a need to see native IP address connections on the servers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a config that works (see below, both routed mode and bridge mode included), but I have a question councerning the real servers outbound traffic to the rest of my private network. THe only way I have gotten this to work is by building a vserver for outbound access and natting the client (below is my entire config). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a correct config?? I'm assuming the NAT is needed because of the presence of the DIRECT-ACCESS vserver (the return traffic from my routed mode servers would hit this vserver instead of CSMSERVEROUT vserver where the traffic originated??).I guess one of my concerns is that if I need to NAT all the traffic outbound from my routed mode servers, how will that play out in the Windows networking world (i.e. domain controllers, authentication, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module ContentSwitchingModule 2&lt;/P&gt;&lt;P&gt; vlan 605 client&lt;/P&gt;&lt;P&gt;  ip address 10.63.240.4 255.255.255.0&lt;/P&gt;&lt;P&gt;  gateway 10.63.240.1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vlan 606 server&lt;/P&gt;&lt;P&gt;  ip address 10.63.240.4 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vlan 607 server&lt;/P&gt;&lt;P&gt;  ip address 10.40.120.2 255.255.255.0&lt;/P&gt;&lt;P&gt;  alias 10.40.120.1 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; natpool WEB-BRIDGE 10.63.240.200 10.63.240.200 netmask 255.255.255.254&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; probe HTTP http&lt;/P&gt;&lt;P&gt;  interval 5&lt;/P&gt;&lt;P&gt;  failed 30&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm ROUTE&lt;/P&gt;&lt;P&gt;  no nat server&lt;/P&gt;&lt;P&gt;  no nat client&lt;/P&gt;&lt;P&gt;  predictor forward&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm ROUTE-CSM-OUT&lt;/P&gt;&lt;P&gt;  no nat server&lt;/P&gt;&lt;P&gt;  nat client WEB-BRIDGE&lt;/P&gt;&lt;P&gt;  predictor forward&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm WEB-BRIDGE&lt;/P&gt;&lt;P&gt;  nat server&lt;/P&gt;&lt;P&gt;  nat client WEB-BRIDGE&lt;/P&gt;&lt;P&gt;  real 10.40.109.101&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real 10.40.109.102&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  health retries 3 failed 30&lt;/P&gt;&lt;P&gt;  probe HTTP&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm WEB-ROUTE&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.40.120.100&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  real 10.40.120.101&lt;/P&gt;&lt;P&gt;   inservice&lt;/P&gt;&lt;P&gt;  health retries 3 failed 30&lt;/P&gt;&lt;P&gt;  probe HTTP&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vserver CSMSERVEROUT&lt;/P&gt;&lt;P&gt;  virtual 10.32.0.0 255.224.0.0 any&lt;/P&gt;&lt;P&gt;  vlan 607&lt;/P&gt;&lt;P&gt;  serverfarm ROUTE-CSM-OUT&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; vserver DIRECT-ACCESS&lt;/P&gt;&lt;P&gt;  virtual 10.40.120.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;  serverfarm ROUTE&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; vserver WEB-BRIDGE&lt;/P&gt;&lt;P&gt;  virtual 10.63.240.10 tcp www&lt;/P&gt;&lt;P&gt;  vlan 605&lt;/P&gt;&lt;P&gt;  serverfarm WEB-BRIDGE&lt;/P&gt;&lt;P&gt;  sticky 1&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; vserver WEB-RTE2BRG&lt;/P&gt;&lt;P&gt;  virtual 10.63.240.10 tcp www&lt;/P&gt;&lt;P&gt;  vlan 607&lt;/P&gt;&lt;P&gt;  serverfarm WEB-BRIDGE&lt;/P&gt;&lt;P&gt;  sticky 1&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; vserver WEB-ROUTE&lt;/P&gt;&lt;P&gt;  virtual 10.63.240.20 tcp www&lt;/P&gt;&lt;P&gt;  vlan 605&lt;/P&gt;&lt;P&gt;  serverfarm WEB-BRIDGE&lt;/P&gt;&lt;P&gt;  sticky 1&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;interface Vlan605&lt;/P&gt;&lt;P&gt; description ServerLoadBalancing&lt;/P&gt;&lt;P&gt; ip address 10.63.240.1 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; ip pim sparse-mode&lt;/P&gt;&lt;P&gt; mls rp vtp-domain MOSL1VTP1&lt;/P&gt;&lt;P&gt; mls rp ip&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2005 20:27:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313974#M5009</guid>
      <dc:creator>jrichterkessing</dc:creator>
      <dc:date>2005-03-11T20:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSM Routed Mode Server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313975#M5010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;well you do not need to nat outbound traffic by default. The only thing that has to be ensured, is that the return flow is defined properly. In your case the network 10.40.120/24 needs to be routed towards the CSM. Btw do only the configured reals initiate connections or are there more servers initiated connections? If it is only the configured ones I think you do not need a vserver for that as those reals are known to the CSM.&lt;/P&gt;&lt;P&gt;Keep in mind routing is an issue if 10.40.120/24 is not known to your network it won't work without NAT.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt; Joerg &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2005 05:48:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313975#M5010</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-03-14T05:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: CSM Routed Mode Server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313976#M5011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Initially I tried not NATting the outbound traffic, but I could not communicate with anything outside this VLAN (I do have a route to 10.40.120/24 on the MSFC routing to my client VLAN). I believe what is happening is since I need a way to access the servers directly from my private network I needed to add the vserver DIRECT-ACCESS, so if I initiate a connection from one of my Routed-mode servers to a server/workstation on the private network, the traffic out of the CSM would flow through vserver CSMSERVEROUT, but the return traffic would attempt to use the vserver DIRECT-ACCESS.??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the ability to access the real servers directly from my private network and for the servers to be able to have access out to boxes in the private network (initiate the connections for things like updates, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense....I get more confused every time I look at it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2005 16:51:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313976#M5011</guid>
      <dc:creator>jrichterkessing</dc:creator>
      <dc:date>2005-03-14T16:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: CSM Routed Mode Server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313977#M5012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the return can't hit the vserver you mentioned.&lt;/P&gt;&lt;P&gt;When the SYN is sent out, the CSM creates a flow entry and when the response comes back SYN/ACK, the CSM will try to match it to an existing flow to switch the packet back to its origin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYN/ACK can't hit vserver - they are dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, if it does not work without a client natpool, it means your destination is unable to route back to the source or is routing back via a different vlan than the one used by the CSM to forward the initial packet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2005 17:01:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313977#M5012</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-03-14T17:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: CSM Routed Mode Server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313978#M5013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;your client vlan has no alias (redundant GW like HSRP) so to which gateway are you routing the traffic of the new server vlan? Is it possible that you route it to the redundant CSM which is the standby? &lt;/P&gt;&lt;P&gt;Please give it a try with configuring an alias IP on your client vlan and point the route for the server vlan to that IP-Address without the NAT.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt; Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2005 17:54:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313978#M5013</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-03-14T17:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: CSM Routed Mode Server</title>
      <link>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313979#M5014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANK YOU for your help. It was a routing problem. Even though I had a static route for the 10.40.120 network in my 6509, it was not being advertised via EIGRP to my other routers in the EIGRP group which included my redundant 6509....after I added this network to be advertised everything worked fine. Again thanks for your help!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2005 18:45:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/csm-routed-mode-server/m-p/313979#M5014</guid>
      <dc:creator>jrichterkessing</dc:creator>
      <dc:date>2005-03-14T18:45:19Z</dc:date>
    </item>
  </channel>
</rss>

