<?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: cisco CSM balancing in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/cisco-csm-balancing/m-p/1379225#M28716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On a CSS I would recommend implementing some sort of source group rule if your DNS servers are replying directly back to the client. I've never used a CSM, but I would imagine you would would want to NAT the source address of the client so that your DNS servers will reply back through the CSM and then back out to the clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider this existing serverfarm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm S_foo&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat server&lt;/P&gt;&lt;P&gt;&amp;nbsp; no nat client&lt;/P&gt;&lt;P&gt;&amp;nbsp; real foo 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; real bar 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; real foo1 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a NAT pool consisting of (1) or more IP's, and use that to NAT incoming client traffic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;natpool MY_POOL 1.1.1.254 1.1.1.254 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="white-space: pre; font-family: monospace, helvetica, sans-serif; "&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm S_foo&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat server&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat client MY_POOL&lt;/P&gt;&lt;P&gt;&amp;nbsp; real foo 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; real bar 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; real foo1 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All incoming requests to your DNS servers would appear to come from 1.1.1.254, and the DNS servers would reply to that address. The CSM would then perform NAT to change 1.1.1.254 to the VIP that was originally requested, and the destination IP would be that of the client. On the ASA you would then only see DNS traffic to/from the VIP. 1.1.1.1 and 1.1.1.2 should not be seen unless they initiate outbound traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I'm even close to what you're asking for!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Dec 2009 02:05:22 GMT</pubDate>
    <dc:creator>busterswt</dc:creator>
    <dc:date>2009-12-12T02:05:22Z</dc:date>
    <item>
      <title>cisco CSM balancing</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-csm-balancing/m-p/1379224#M28715</link>
      <description>&lt;P&gt;HI all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've got two questions about CSM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i've got this config:&lt;/P&gt;&lt;P&gt;real foo&lt;/P&gt;&lt;P&gt;&amp;nbsp; address 1.1.1.5&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;real bar&lt;/P&gt;&lt;P&gt;&amp;nbsp; address 1.1.1.6&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;real foo1&lt;/P&gt;&lt;P&gt; address 1.1.1.7&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm S_foo&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat server&lt;/P&gt;&lt;P&gt;&amp;nbsp; no nat client&lt;/P&gt;&lt;P&gt;&amp;nbsp; real foo 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; real bar 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; real foo1 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; serverfarm ROUTE&lt;/P&gt;&lt;P&gt;&amp;nbsp; no nat server&lt;/P&gt;&lt;P&gt;&amp;nbsp; no nat client&lt;/P&gt;&lt;P&gt;&amp;nbsp; predictor forward&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vserver V_route&lt;/P&gt;&lt;P&gt;&amp;nbsp; virtual 1.1.1.0 255.255.255.0 any&lt;/P&gt;&lt;P&gt;&amp;nbsp; serverfarm ROUTE&lt;/P&gt;&lt;P&gt;&amp;nbsp; persistent rebalance&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vserver V_foo&lt;/P&gt;&lt;P&gt;&amp;nbsp; virtual 1.1.1.1 udp dns&lt;/P&gt;&lt;P&gt;&amp;nbsp; serverfarm&amp;nbsp; S_foo&lt;/P&gt;&lt;P&gt;&amp;nbsp; idle 4&lt;/P&gt;&lt;P&gt;&amp;nbsp; persistent rebalance&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt; vserver V_bar&lt;/P&gt;&lt;P&gt;&amp;nbsp; virtual 1.1.1.2 udp dns&lt;/P&gt;&lt;P&gt;&amp;nbsp; serverfarm&amp;nbsp; S_foo&lt;/P&gt;&lt;P&gt;&amp;nbsp; idle 4&lt;/P&gt;&lt;P&gt;&amp;nbsp; persistent rebalance&lt;/P&gt;&lt;P&gt;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; may you see any issue in having serverfarm and vserver for forwarding real address and having some VIP for load balancing with different subnet?&lt;/P&gt;&lt;P&gt;what is order of hit for CSM? I need to reach real IP and also to loadbalnce...do you thing i'll have some problem? do you think should be better to have different subnet for real ip and vserver?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sometimes when i query balanced DNS server (resolver) i can see (checking on a firewall beetwen CSM and client, inside interface is csm side, outside client side) some connection that seems to be generated from 1.1.1.1, 1.1.1.2...is pretty strange 'cause all response from the DNS should be in conn table of ASA and not generated from DNS towards client. on firewall i can see an ACL (applied on inside interface CSM side) increasing hits (ACL is permit 1.1.1.1-2 to any). My expectation was seeing just outside ACL increasing HITS (client --&amp;gt; DNS trought ASA and CSM).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx for any response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2009 01:23:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-csm-balancing/m-p/1379224#M28715</guid>
      <dc:creator>danilodicesare</dc:creator>
      <dc:date>2009-12-12T01:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: cisco CSM balancing</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-csm-balancing/m-p/1379225#M28716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On a CSS I would recommend implementing some sort of source group rule if your DNS servers are replying directly back to the client. I've never used a CSM, but I would imagine you would would want to NAT the source address of the client so that your DNS servers will reply back through the CSM and then back out to the clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider this existing serverfarm:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm S_foo&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat server&lt;/P&gt;&lt;P&gt;&amp;nbsp; no nat client&lt;/P&gt;&lt;P&gt;&amp;nbsp; real foo 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; real bar 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; real foo1 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a NAT pool consisting of (1) or more IP's, and use that to NAT incoming client traffic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;natpool MY_POOL 1.1.1.254 1.1.1.254 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="white-space: pre; font-family: monospace, helvetica, sans-serif; "&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;serverfarm S_foo&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat server&lt;/P&gt;&lt;P&gt;&amp;nbsp; nat client MY_POOL&lt;/P&gt;&lt;P&gt;&amp;nbsp; real foo 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; real bar 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&amp;nbsp; real foo1 53&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; inservice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All incoming requests to your DNS servers would appear to come from 1.1.1.254, and the DNS servers would reply to that address. The CSM would then perform NAT to change 1.1.1.254 to the VIP that was originally requested, and the destination IP would be that of the client. On the ASA you would then only see DNS traffic to/from the VIP. 1.1.1.1 and 1.1.1.2 should not be seen unless they initiate outbound traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I'm even close to what you're asking for!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 02:05:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-csm-balancing/m-p/1379225#M28716</guid>
      <dc:creator>busterswt</dc:creator>
      <dc:date>2009-12-12T02:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: cisco CSM balancing</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-csm-balancing/m-p/1379226#M28717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx but i think is not the answer....'cause i can reach DNS server from the real IP address of client (clients are on internet). I need not source group and src NAT for letting infrastructure works properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder wheter serverfarm 'forward' serverfarm balanced can work without problem toghether if i have same subnet fot both (as i said befor for SF balancing i've got two /32 and for serverfarm forward i've got /24 on same 1.1.1.0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And why sometimes i can see traffic beginning from server in subnet 1.1.1.0 BUT the source is 1.1.1.1 and 1.1.1.2 (are vserver IP address) ports 53 towards client port random. I can see that traffic begin from there because hit an ACL on a firewall on inside interface, inside interface side to CSM and outside interface side to internet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 07:56:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-csm-balancing/m-p/1379226#M28717</guid>
      <dc:creator>danilodicesare</dc:creator>
      <dc:date>2009-12-12T07:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: cisco CSM balancing</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-csm-balancing/m-p/1379227#M28718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1/ this is ok.&amp;nbsp; You can have multiple vip subnets.&lt;/P&gt;&lt;P&gt;CSM does a longest match - so first /32 and then /24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2/ You should configure a very low idle timeout - 4sec.&lt;/P&gt;&lt;P&gt;Because currently, the CSM will setup flows and keep them for one hour.&lt;/P&gt;&lt;P&gt;Since this is UDP, the connections will stay there and if the server sends a udp packet which matches an existing connections, the CSM will forward assume it belongs to the old connection and send everything to the firewall doing nat with the virtual ip.&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 Dec 2009 15:19:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-csm-balancing/m-p/1379227#M28718</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2009-12-14T15:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: cisco CSM balancing</title>
      <link>https://community.cisco.com/t5/application-networking/cisco-csm-balancing/m-p/1379228#M28719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci Gilles.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Observe&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2009 08:44:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/cisco-csm-balancing/m-p/1379228#M28719</guid>
      <dc:creator>danilodicesare</dc:creator>
      <dc:date>2009-12-15T08:44:12Z</dc:date>
    </item>
  </channel>
</rss>

