<?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: sourcegroups and bypassing on CSS in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437208#M7983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;This concept is valid if you have no loadbalancer, but with a CSS, you can use probe to detect a server that is down and new connections will automatically go the next server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well,its just so i want.&lt;/P&gt;&lt;P&gt;but question is not in my design!&lt;/P&gt;&lt;P&gt;Question - why my acl to bypass and sourcegroup is not working? if i want to NAT only specific traffic from servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2005 04:40:49 GMT</pubDate>
    <dc:creator>aliver</dc:creator>
    <dc:date>2005-08-31T04:40:49Z</dc:date>
    <item>
      <title>sourcegroups and bypassing on CSS</title>
      <link>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437206#M7981</link>
      <description>&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;there are 2 servers with ip 192.168.33.230 and 192.168.33.231 and two clients.&lt;/P&gt;&lt;P&gt;We are need create cluster with service FTP,when one client make ftp to first server and if it fail change to second server, and second client vice versa (i.e. load balansing servers by clients)&lt;/P&gt;&lt;P&gt;if I create two contents, for example 192.168.32.10 and 11 for two clients its not work because i need sorcegroup for servers to do ftp-data connection with the same address as cluster address and i cannot create two different sourcegroups for the same servers.&lt;/P&gt;&lt;P&gt;What I do wrong?&lt;/P&gt;&lt;P&gt;well, I temporary forgot about balansing and to do one cluster with service 192.168.33.230 and primary sorry-server 192.168.33.231 and sourcegroup with vip 192.168.32.11. Now we are need communicate each server with outside server 10.10.10.10. with done sourcegroup its not work and I want bypass traffic from servers to outside server from NATing using ACL, but its not work and i see on outside server coming packets from address 192.168.32.11, i.e. group address( I cannot see any matches on clause 30 and 40 acl 5, only clause 100). I tried remove servers from group and stay only acls, but its not work too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there my config&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service ftp1 &lt;/P&gt;&lt;P&gt;  ip address 192.168.33.230 &lt;/P&gt;&lt;P&gt;  port 21 &lt;/P&gt;&lt;P&gt;  keepalive type tcp &lt;/P&gt;&lt;P&gt;  keepalive port 21 &lt;/P&gt;&lt;P&gt;  keepalive frequency 30 &lt;/P&gt;&lt;P&gt;  keepalive retryperiod 2 &lt;/P&gt;&lt;P&gt;  redundant-index 210 &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service ftp2 &lt;/P&gt;&lt;P&gt;  ip address 192.168.33.231 &lt;/P&gt;&lt;P&gt;  port 21 &lt;/P&gt;&lt;P&gt;  keepalive type tcp &lt;/P&gt;&lt;P&gt;  keepalive port 21 &lt;/P&gt;&lt;P&gt;  keepalive frequency 30 &lt;/P&gt;&lt;P&gt;  keepalive retryperiod 2 &lt;/P&gt;&lt;P&gt;  redundant-index 211 &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;-------&lt;/P&gt;&lt;P&gt;  content clust-ftp2 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    vip address 192.168.32.11 &lt;/P&gt;&lt;P&gt;    add service ftp1 &lt;/P&gt;&lt;P&gt;    primarySorryServer ftp2 &lt;/P&gt;&lt;P&gt;    port 21 &lt;/P&gt;&lt;P&gt;    redundant-index 221 &lt;/P&gt;&lt;P&gt;    application ftp-control &lt;/P&gt;&lt;P&gt;    active &lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;group ftp &lt;/P&gt;&lt;P&gt;  vip address 192.168.32.11 &lt;/P&gt;&lt;P&gt;  add service ftp1 &lt;/P&gt;&lt;P&gt;  add service ftp2 &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;acl 5 &lt;/P&gt;&lt;P&gt;  clause 30 bypass any 192.168.33.230 255.255.255.254 destination 10.10.10.10 255.255.255.255 &lt;/P&gt;&lt;P&gt;  clause 40 permit any 192.168.33.230 255.255.255.254 destination any sourcegroup ftp &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  clause 100 permit any any destination any &lt;/P&gt;&lt;P&gt;  apply circuit-(VLAN100) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve this task?&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2005 05:42:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437206#M7981</guid>
      <dc:creator>aliver</dc:creator>
      <dc:date>2005-08-30T05:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: sourcegroups and bypassing on CSS</title>
      <link>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437207#M7982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but I don't understand the logic of this design.&lt;/P&gt;&lt;P&gt;Why do you want a client to try another server if the first one fails ?&lt;/P&gt;&lt;P&gt;This concept is valid if you have no loadbalancer, but with a CSS, you can use probe to detect a server that is down and new connections will automatically go the next server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I don't see why an FTP connection to your content rule would fail and why a connection to a 2nd rule would work.&lt;/P&gt;&lt;P&gt;If an FTP connection to the vip fails, this will be because the 2 servers are down.&lt;/P&gt;&lt;P&gt;If the 2 servers are down for 1 rule, they should be down for the other rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would say, keep it simple with 1 content rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best designs are the simplest ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2005 13:55:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437207#M7982</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-08-30T13:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: sourcegroups and bypassing on CSS</title>
      <link>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437208#M7983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;This concept is valid if you have no loadbalancer, but with a CSS, you can use probe to detect a server that is down and new connections will automatically go the next server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well,its just so i want.&lt;/P&gt;&lt;P&gt;but question is not in my design!&lt;/P&gt;&lt;P&gt;Question - why my acl to bypass and sourcegroup is not working? if i want to NAT only specific traffic from servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 04:40:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437208#M7983</guid>
      <dc:creator>aliver</dc:creator>
      <dc:date>2005-08-31T04:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: sourcegroups and bypassing on CSS</title>
      <link>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437209#M7984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;where is the 10.x.y.z ip-address located? What is the circuit your traffic enters the CSS? Why did you not apply the ACL to all ciruits and give it a try? Next if the traffic hits a rule the CSS is not able to decide which destination is chosen. This should not be any problem in your case as the service are in the range of 192.168.x.y.&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>Wed, 31 Aug 2005 04:55:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437209#M7984</guid>
      <dc:creator>jfoerster</dc:creator>
      <dc:date>2005-08-31T04:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: sourcegroups and bypassing on CSS</title>
      <link>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437210#M7985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;10.x.y.z is located in other side of CSS,but not in the same subnet&lt;/P&gt;&lt;P&gt;10.x.y.z&lt;/P&gt;&lt;P&gt;   |&lt;/P&gt;&lt;P&gt;uplink router&lt;/P&gt;&lt;P&gt;   |&lt;/P&gt;&lt;P&gt;  CSS&lt;/P&gt;&lt;P&gt;   |&lt;/P&gt;&lt;P&gt;192.168.x.y (server side)&lt;/P&gt;&lt;P&gt;I just want pass traffic from servers to some IPs in 10.x.y.z directly (not NATing), to others IPs with NATing. And dont understand why its not work via acl?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACL with sourcegroup is apply to server circuit only.&lt;/P&gt;&lt;P&gt;To other citcuits apllies other ACLs (Let even permit any destination any)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 05:11:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437210#M7985</guid>
      <dc:creator>aliver</dc:creator>
      <dc:date>2005-08-31T05:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: sourcegroups and bypassing on CSS</title>
      <link>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437211#M7986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answer : the bypass option does not apply to source group but only content rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, I don't see the need for 2 content rules.&lt;/P&gt;&lt;P&gt;Please explain why you need 2 content rule and why a client would have to try 1 vip and then the other ???&lt;/P&gt;&lt;P&gt;If 2 rules are not needed [as I believe] then your config is not required and everything is simple and easy.&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, 31 Aug 2005 09:00:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437211#M7986</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-08-31T09:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: sourcegroups and bypassing on CSS</title>
      <link>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437212#M7987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;answer : the bypass option does not apply to source group but only content rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, how to configure CSS to not NAT specific traffic,but NAT the rest one?&lt;/P&gt;&lt;P&gt;and what about this: &lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a008029cab6.html#wp1150203" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_guide_chapter09186a008029cab6.html#wp1150203&lt;/A&gt;&lt;/P&gt;&lt;P&gt;there in example used bypass option in ACL. Or I dont something understand?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 content rules i need not for one client!&lt;/P&gt;&lt;P&gt;I my design the first client must always communicate with first server and if first server fail switch to second server, second client always communicate with second server and if second server fail switch to first. Thats why i tried do it using two content rules, first for first and second for second client.&lt;/P&gt;&lt;P&gt;But because of ftp-data connection and using only one sourcegroup (with ip = vip of any content rules) for it i cannot use 2 content rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 09:28:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437212#M7987</guid>
      <dc:creator>aliver</dc:creator>
      <dc:date>2005-08-31T09:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: sourcegroups and bypassing on CSS</title>
      <link>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437213#M7988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this part of the documentation might not be perfectly clear, but what it says is that clause 2 of the acl is not using the 'sourcegroup' option so there is no client nat and it is using bypass, so traffic will not match any rule, so no destination nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in this same acl, clause 3 is what you need to do.&lt;/P&gt;&lt;P&gt;At step #1, define your group with no services assigned.&lt;/P&gt;&lt;P&gt;At step #3, create an acl to define which traffic should use the sourcegroup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I have a better understanding of your design requirement.&lt;/P&gt;&lt;P&gt;However, I still believe this design comes from a time when there was no loadbalancer.&lt;/P&gt;&lt;P&gt;I would personally prefer to have all my users going to 1 ip and share the 2 servers all the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the current config, the CSS is useless.&lt;/P&gt;&lt;P&gt;Having half your clients going to ip1 and the other half to ip2 and 2 servers, you can do this without a CSS or any loadbalancer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just an advice from my own experience.&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, 31 Aug 2005 09:52:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437213#M7988</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-08-31T09:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: sourcegroups and bypassing on CSS</title>
      <link>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437214#M7989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for quick reply, Gilles!&lt;/P&gt;&lt;P&gt;I'll try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 12:20:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/sourcegroups-and-bypassing-on-css/m-p/437214#M7989</guid>
      <dc:creator>aliver</dc:creator>
      <dc:date>2005-09-01T12:20:27Z</dc:date>
    </item>
  </channel>
</rss>

