<?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: Routing problem - ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175483#M877195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am now running a sniffer trace on the outside interface of FWSM connected to the router. And I still see the unnat'ed actual source ip going out on ping requests. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any thing else other than the static entry in FWSM required for source address NAT'ing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such a simple thing...I don't know what is missing ? Its been week I am trying to get source NAT'ing done on FWSM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 14:08:48 GMT</pubDate>
    <dc:creator>cisco_lite</dc:creator>
    <dc:date>2009-02-17T14:08:48Z</dc:date>
    <item>
      <title>Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175470#M877182</link>
      <description>&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to ping to management interface of ASA from one of the vlans on the inside. Reason is that the route back to my PC takes a different path due to route definition in the routing table of ASA. This route enables internet access. However, when I remove the route and add another route to my PC via different hop (management vlans gateway), ping goes through. But then internet access fails due to lack of related route. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In absence of Policy based routing how can I achieve both the connectivity. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:42:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175470#M877182</guid>
      <dc:creator>cisco_lite</dc:creator>
      <dc:date>2019-03-11T14:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175471#M877183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a partial config showing your interface/vlan defs, your acls, your nat/global statements and your route(s)? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 21:46:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175471#M877183</guid>
      <dc:creator>pstebner10</dc:creator>
      <dc:date>2009-01-26T21:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175472#M877184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 172.16.1.1 255.255.255.0 standby 172.16.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 50&lt;/P&gt;&lt;P&gt; ip address 20.0.0.11 255.255.255.0 standby 20.0.0.12&lt;/P&gt;&lt;P&gt;management-access management&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route inside 10.1.1.0 255.255.255.0 192.168.180.3&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 86.192.54.13 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------&lt;/P&gt;&lt;P&gt;My PC ip is 10.1.1.99 from where ping to 20.0.0.11 is initiated. If I remove the command 'route inside 10.1.1.0 255.255.255.0 192.168.180.3' and instead put in 'route inside 10.1.1.0 255.255.255.0 20.0.0.1' which is the gateway on management interface then ping is successful but then the default internet traffic gets routed back through management subnet and not 192.168.180.3 and hence packets are dropped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2009 21:55:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175472#M877184</guid>
      <dc:creator>cisco_lite</dc:creator>
      <dc:date>2009-01-26T21:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175473#M877185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your config I still can't get a good picture of what your network looks like. Can you post the whole config and maybe a brief topology overview? I'm wondering if there is some other L3 device that you could use for routing inside, as firewalls are not necessarily the most efficient routers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 14:57:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175473#M877185</guid>
      <dc:creator>pstebner10</dc:creator>
      <dc:date>2009-01-27T14:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175474#M877186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a switch there ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.180.3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes can you copy teh routes here?&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 15:11:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175474#M877186</guid>
      <dc:creator>hunnetvl01</dc:creator>
      <dc:date>2009-01-27T15:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175475#M877187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post a jpg of your topology and also any L3 devices' configuration? It is hard to grasp a clear picture of your environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 15:47:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175475#M877187</guid>
      <dc:creator>Tshi M</dc:creator>
      <dc:date>2009-01-27T15:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175476#M877188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Topology: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSIDE VLAN -&amp;gt; FWSM -&amp;gt; MSFC -&amp;gt; ASA2 -&amp;gt; ASA1                                                  &lt;/P&gt;&lt;P&gt;MSFC is also directly connected to ASA1 Management Interface i.e. Vlan20 SVI on MSFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to ping the management IP of ASA1 from INSIDE VLAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;192.168.180.3 is the SVI on MSFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1 Management IP belongs to a VLAN defined on MSFC i.e. VLAN20 (management VLAN) so it does 'not' go through ASA2. MSFC VLAN20 and ASA1 management interface are L2 adjacent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I ping ASA1 management ip from INSIDE VLAN, the route is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One-way Traffic Flow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSIDE VLAN gateway (FWSM) -&amp;gt; MSFC SVI connected to FWSM OUTSIDE -&amp;gt; MSFC SVI (VLAN20) -&amp;gt; ASA1 Management Interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Return Traffic Flow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA1 INSIDE interface (because the route to INSIDE VLAN is driven through ASA1 INSIDE interface to support normal internet traffic) -&amp;gt; ASA2 OUTSIDE (And the packet drops because of stateful nature of the firewalls - asymmetric routing takes place)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 18:22:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175476#M877188</guid>
      <dc:creator>cisco_lite</dc:creator>
      <dc:date>2009-01-27T18:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175477#M877189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Inside vlan = vlan 10 - 10.1.1.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 permit ip 10.1.1.0 0.0.0.255 host 20.0.0.11 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int vlan 10&lt;/P&gt;&lt;P&gt;ip nat inside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int vlan 20 &lt;/P&gt;&lt;P&gt;ip nat outside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list 101 interface vlan 20 overload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2009 18:53:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175477#M877189</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-01-27T18:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175478#M877190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jon, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the given solution, ping from vlan10 to vlan20 works but not the other way round. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I disabled the natting ping from vlan20 to vlan10 works. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve bi-directional communication with natting enabled as mentioned in your post. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2009 17:46:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175478#M877190</guid>
      <dc:creator>cisco_lite</dc:creator>
      <dc:date>2009-02-07T17:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175479#M877191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to have bidirectional NAT then you can't use dynamic NAT, you will have to use statics translations. So for each 10.1.1.x host you want to be able to ping from the ASA management interface you would need to setup the following - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You need a spare IP address to present each 10.1.1.x address to the ASA. This can either be from the 20.0.0.x network &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use a totally new network that is unused but you then need to add a route to the ASA. Lets say you choose 192.168.10.0/24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route (inside) 192.168.10.0 255.255.255.0 20.0.0.1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets assume you use spare addresses from 20.0.0.x network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int vlan 10&lt;/P&gt;&lt;P&gt;ip nat inside &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int vlan 20&lt;/P&gt;&lt;P&gt;ip nat outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source static 10.1.1.99 20.0.0.99 route-map PNAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 101 access-list 101 permit ip 10.1.1.0 0.0.0.255 host 20.0.0.11 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;route-map PNAT permit 10&lt;/P&gt;&lt;P&gt;match ip address 101 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.. for each 10.1.1.x address you want to be able to NAT from the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 18:32:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175479#M877191</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-02-09T18:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175480#M877192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jon. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more query...Could you please let me know whether source address nat'ing is supported in FWSM 3.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling to find materials/command to do source address nat'ing (on the network) in FWSM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For e.g. I would like to NAT the source address of packet when originated from one interface/subnet (such as 2.0.0.x/24) and routed out another interface to 30.0.0.x/24 network. 30.0.0.x/24 network may be couple of hops aways from the out interface. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THe requirement to do this NAT bi-directionally. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 20:03:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175480#M877192</guid>
      <dc:creator>cisco_lite</dc:creator>
      <dc:date>2009-02-09T20:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175481#M877193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Source natting is definitely supported on the FWSM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't matter how many hops away the destination is. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming 2.0.0.x is on the inside interface of the FWSM and that the 30.0.0.x/24 network is reachable via the outside interface of the FWSM - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) If you want to present the internal addresses to the outside as the same addresses - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 2.0.0.0 2.0.0.0 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that whatever device the 30.0.0.0/24 subnet is routed off that device will need to know where to go to get back to the 2.0.0.0/24 network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you want to present the 2.0.0.x addresses as different addresses &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 5.0.0.0 2.0.0.0 netmask 255.255.255.0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again devices on the outside of the FWSM will need to know how to route to the 5.0.0.x network which should be routed to the outside interface of the FWSM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 20:18:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175481#M877193</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-02-09T20:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175482#M877194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried option 2 but I don't see the source address being NAT'ed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static entry (host level only): &lt;/P&gt;&lt;P&gt;static (inside,outside) 5.0.0.99 2.0.0.99 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debug log at the outgoing router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.Feb 12 20:07:27.327: IP: tableid=0, s=2.0.0.99 (GigabitEthernet0/0), d=10.0.0.4 (GigabitEthernet0/0), routed via RIB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.0.0.4 is the router ethernet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 20:12:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175482#M877194</guid>
      <dc:creator>cisco_lite</dc:creator>
      <dc:date>2009-02-12T20:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175483#M877195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am now running a sniffer trace on the outside interface of FWSM connected to the router. And I still see the unnat'ed actual source ip going out on ping requests. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any thing else other than the static entry in FWSM required for source address NAT'ing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such a simple thing...I don't know what is missing ? Its been week I am trying to get source NAT'ing done on FWSM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 14:08:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175483#M877195</guid>
      <dc:creator>cisco_lite</dc:creator>
      <dc:date>2009-02-17T14:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175484#M877196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, i missed your follow up on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) all the NAT config relevant to inside and outside interfaces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) IP address you are coming from on the inside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Output of "sh xlate" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 15:47:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175484#M877196</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-02-17T15:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175485#M877197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for returning on this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only one static NAT entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) 5.0.0.99 2.0.0.99 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IP address I am coming from on the inside is 2.0.0.99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The relevant sh xlate is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global 2.0.0.99 Local 2.0.0.99&lt;/P&gt;&lt;P&gt;(Pls excuse me for not posting complete 'sh xlate' output)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it is not getting NAT'ed to 5.0.0.99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 16:44:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175485#M877197</guid>
      <dc:creator>cisco_lite</dc:creator>
      <dc:date>2009-02-17T16:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problem - ASA</title>
      <link>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175486#M877198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any other NAT statements ie. not just static entries on the inside. Key thing is do you have any nat exemption rules on the inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be that a nat rule is being used before your static entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing is have you tried clearing that specific xlate entry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear xlate 2.0.0.99 (syntax may need changing for FWSM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 22:13:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/routing-problem-asa/m-p/1175486#M877198</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-02-17T22:13:28Z</dc:date>
    </item>
  </channel>
</rss>

