<?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: nat and flow-state command on css11503 in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/nat-and-flow-state-command-on-css11503/m-p/289088#M4397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the only reason I have the groups is b/c I'm doing ASR. Can I do without groups if ASR is required?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dayo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Apr 2004 19:15:24 GMT</pubDate>
    <dc:creator>aolabisi</dc:creator>
    <dc:date>2004-04-23T19:15:24Z</dc:date>
    <item>
      <title>nat and flow-state command on css11503</title>
      <link>https://community.cisco.com/t5/application-networking/nat-and-flow-state-command-on-css11503/m-p/289086#M4395</link>
      <description>&lt;P&gt;How do I disable NAT for certain ports e.g. ntp on a CSS11503? the "flow-state udp 123 nat-disable" command is not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running version 7.20.104. I'm trying to configure servers behind the CSS to reach a restrictive NTP server outside the CSS. Sniffer traces show that traffic hitting the NTP server is using the VIP address on the CSS instead of the actual address of the servers behind the CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suggestions, ideas, tricks etc. are most welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dayo&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2004 14:16:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/nat-and-flow-state-command-on-css11503/m-p/289086#M4395</guid>
      <dc:creator>aolabisi</dc:creator>
      <dc:date>2004-04-22T14:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: nat and flow-state command on css11503</title>
      <link>https://community.cisco.com/t5/application-networking/nat-and-flow-state-command-on-css11503/m-p/289087#M4396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you probably have a group config to nat the servers ip address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can remove the group to disable completely nat for traffic issued by the servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need nat for some traffic, you can keep the group but remove all servers from its definition.&lt;/P&gt;&lt;P&gt;[so you just havea group name and a vip].&lt;/P&gt;&lt;P&gt;Then use an acl to define the traffic that needs to be nated using a command like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acl 1&lt;/P&gt;&lt;P&gt;  clause 10 permit udp any eq 123 destination any eq 123&lt;/P&gt;&lt;P&gt;  clause 20 permit udp any destination any sourcegroup &lt;NAME&gt;&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;  clause 30 permit any any destination any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this example, NTP traffic is permitted but not natted.&lt;/P&gt;&lt;P&gt;the rest of udp traffic is permitted but natted.&lt;/P&gt;&lt;P&gt;Finally, the rest of the traffic is permitted but no nating.&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>Fri, 23 Apr 2004 06:26:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/nat-and-flow-state-command-on-css11503/m-p/289087#M4396</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2004-04-23T06:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: nat and flow-state command on css11503</title>
      <link>https://community.cisco.com/t5/application-networking/nat-and-flow-state-command-on-css11503/m-p/289088#M4397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the only reason I have the groups is b/c I'm doing ASR. Can I do without groups if ASR is required?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dayo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2004 19:15:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/nat-and-flow-state-command-on-css11503/m-p/289088#M4397</guid>
      <dc:creator>aolabisi</dc:creator>
      <dc:date>2004-04-23T19:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: nat and flow-state command on css11503</title>
      <link>https://community.cisco.com/t5/application-networking/nat-and-flow-state-command-on-css11503/m-p/289089#M4398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls disregard my earlier comments. I believe this issue is resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2004 20:24:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/nat-and-flow-state-command-on-css11503/m-p/289089#M4398</guid>
      <dc:creator>aolabisi</dc:creator>
      <dc:date>2004-04-23T20:24:58Z</dc:date>
    </item>
  </channel>
</rss>

