<?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: Intra-interface traffic failing in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148208#M877984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused - your no-nat is only from the inside to the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which IP subnet is on the outside? Data or Voice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jan 2009 13:58:14 GMT</pubDate>
    <dc:creator>andrew.prince</dc:creator>
    <dc:date>2009-01-07T13:58:14Z</dc:date>
    <item>
      <title>Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148205#M877981</link>
      <description>&lt;P&gt;I'm having a problem with traffic traversing the ASA on the same interface. I'll explain my configuration/setup, and then the symptoms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured my ASA 5505 with the inside interface having an IP on the internal data VLAN (VLAN 1, security level 100). It is the data VLAN's default gateway. EIGRP has populated the routing table of the ASA with the ISR that routes traffic to and from the Voice VLAN (the ISR has one interface IP on the Data VLAN and another on the Voice VLAN). I've allowed intra-interface routing on the ASA with the "same-security-traffic permit intra-interface" command, exempted NAT between the two networks on the inbound interface and setup an access rule allowing both networks access to one another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Voice VLAN devices are able to access any resource on the data VLAN successfully. However, only ICMP works when devices on the data VLAN try to access a resource on the Voice VLAN: when I try to use telnet or http, the TCP sequence is as follows (according the Wireshark):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1. Data device sends SYN frame to Voice device. This is sent to the ASA (TCP connection built and permitted)&lt;/P&gt;&lt;P&gt; 2. ASA forwards frame to the ISR.&lt;/P&gt;&lt;P&gt; 3. Voice device receives the SYN and responds with SYN/ACK. This is sent to the ISR.&lt;/P&gt;&lt;P&gt; 4. Because the ISR has an interface on the data VLAN, it is forwarded to the Data device.&lt;/P&gt;&lt;P&gt; 5. Data device receives an ACK, but is convinced that this is an ACK for a lost segment.&lt;/P&gt;&lt;P&gt; 6. RST sent from Data device to Voice device.&lt;/P&gt;&lt;P&gt; 7. ASA successfully tears-down the connection due to RESET-O flag.&lt;/P&gt;&lt;P&gt; 8. Voice device receives RST and sends SYN/ACK.&lt;/P&gt;&lt;P&gt; 9. Data device receives SYN/ACK successfully.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; I have ran this through the ASA's Packet Tracer for ICMP, TCP23 and TCP80, and it is successful each time.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; What am I missing here?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Stu&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 14:33:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148205#M877981</guid>
      <dc:creator>clark-computers</dc:creator>
      <dc:date>2019-03-11T14:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148206#M877982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stu - can you post the permit acl and the nat statements for review?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 13:31:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148206#M877982</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-01-07T13:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148207#M877983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IPs and names have been changed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Permit ACL:&lt;/P&gt;&lt;P&gt;name 10.0.1.0 net_Data-LAN&lt;/P&gt;&lt;P&gt;name 10.0.2.0 net_Voice-LAN&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object-group network Grp_Internal-networks&lt;/P&gt;&lt;P&gt; network-object net_Data-LAN 255.255.255.0&lt;/P&gt;&lt;P&gt; network-object net_Voice-LAN 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip object-group Grp_Internal-networks object-group Grp_Internal-networks log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAT:&lt;/P&gt;&lt;P&gt;access-list inside_nat0_outbound extended permit ip object-group Grp_Internal-networks object-group Grp_Internal-networks&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;nat (inside) 0 access-list inside_nat0_outbound outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 13:55:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148207#M877983</guid>
      <dc:creator>clark-computers</dc:creator>
      <dc:date>2009-01-07T13:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148208#M877984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused - your no-nat is only from the inside to the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which IP subnet is on the outside? Data or Voice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 13:58:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148208#M877984</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-01-07T13:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148209#M877985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eh, neither, actually. Both should be on the inside...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 14:28:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148209#M877985</guid>
      <dc:creator>clark-computers</dc:creator>
      <dc:date>2009-01-07T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148210#M877986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is your potential issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the below instead:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 10.0.1.0 10.0.1.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,inside) 10.0.2.0 10.0.2.0 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 14:34:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148210#M877986</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-01-07T14:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148211#M877987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I removed my NAT statement and replaced it with the two statements that you specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem remains and the symptoms are exactly the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 10:35:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148211#M877987</guid>
      <dc:creator>clark-computers</dc:creator>
      <dc:date>2009-01-08T10:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148212#M877988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;post your complete config (sanitised)  for review.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 10:53:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148212#M877988</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-01-08T10:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148213#M877989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Config, as requested...&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>Thu, 08 Jan 2009 16:25:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148213#M877989</guid>
      <dc:creator>clark-computers</dc:creator>
      <dc:date>2009-01-08T16:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148214#M877990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I notice from the config:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You are running EIGRP as an internal routing protocol?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you have an internal router that is a neighbour of the ASA - then why is that device not doing the routing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 16:39:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148214#M877990</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-01-08T16:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148215#M877991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Yes.&lt;/P&gt;&lt;P&gt;2) The other router is a ISR voice gateway. It only routers traffic to/from the voice LAN and Unity (as well as running CUCME). The data devices use the ASA as their default gateway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 16:49:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148215#M877991</guid>
      <dc:creator>clark-computers</dc:creator>
      <dc:date>2009-01-08T16:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148216#M877992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the voice vlan IP subnet in the ASA routing table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 16:50:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148216#M877992</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-01-08T16:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148217#M877993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is. The enter correctly shows that it has been entered by EIGRP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 16:59:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148217#M877993</guid>
      <dc:creator>clark-computers</dc:creator>
      <dc:date>2009-01-08T16:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148218#M877994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I am presuming that the route entry in the ASA knows that the Voice VLAN is reachable via the ISR???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 17:01:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148218#M877994</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-01-08T17:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148219#M877995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it does, and the proof is that ICMP packets are working correctly: devices on both networks can ping each other and traceroutes are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem comes when trying to use some other IP type to access devices on the voice network from the data network.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 09:55:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148219#M877995</guid>
      <dc:creator>clark-computers</dc:creator>
      <dc:date>2009-01-09T09:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148220#M877996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try adding:-&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip object-group net_Data-LAN object-group net_Voice-LAN log&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended permit ip object-group net_Voice-LAN object-group net_Data-LAN log&lt;/P&gt;&lt;P&gt;access-list inside_access_in extended deny ip any any log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then test again - and check the logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 10:04:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148220#M877996</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-01-09T10:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148221#M877997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry mate, I'm afraid it's exactly the same!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried a telnet from a data device to a voice device and the ASA reports that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The traffic matches a permit access-list (the one in your last post) from Data device to Voice device (both on inside interface).&lt;/P&gt;&lt;P&gt;2. Builds inbound TCP connection from Data to Voice (both on inside).&lt;/P&gt;&lt;P&gt;3. Immediately tears-down the TCP connection with the reason 'Reset-O'.&lt;/P&gt;&lt;P&gt;4. Denies TCP (no connection) from Data to Voice with with RST flag on inside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Data device tries to connect three times before failing. The source port on each attempt is the same and the TCP connection ID on each attempt is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 11:12:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148221#M877997</guid>
      <dc:creator>clark-computers</dc:creator>
      <dc:date>2009-01-09T11:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148222#M877998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mmmmm interesting, I am going to take this into the lab - any chance you can send a network diagram with full IP's so I can simulate the issue?  Also what version of IOS are you running?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 11:19:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148222#M877998</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-01-09T11:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148223#M877999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ASA version is asa804-k8.bin with the Security Plus license.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your forum username also your email address?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 11:37:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148223#M877999</guid>
      <dc:creator>clark-computers</dc:creator>
      <dc:date>2009-01-09T11:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Intra-interface traffic failing</title>
      <link>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148224#M878000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK cool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is - drop me an email.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 11:40:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/intra-interface-traffic-failing/m-p/1148224#M878000</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-01-09T11:40:04Z</dc:date>
    </item>
  </channel>
</rss>

