<?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: ZBF problem or IOS bug in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949558#M457832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I would remove the "permit icmp host 1.1.1.5 any from the "DMZ310_TO_INTERNET_INSPECT" access-list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended DMZ310_TO_INTERNET_INSPECT&lt;/P&gt;&lt;P&gt;permit ip host 1.1.1.5 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because you already have ICMP in the "DMZ310-&amp;gt;INT_INSPECTION_PROTOCOLS" class-map and maybe that is doing something weird, I don't know, worth a try!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2012 15:43:30 GMT</pubDate>
    <dc:creator>Henrik Grankvist</dc:creator>
    <dc:date>2012-03-22T15:43:30Z</dc:date>
    <item>
      <title>ZBF problem or IOS bug</title>
      <link>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949556#M457827</link>
      <description>&lt;P&gt;Hi , I have simple rules in ZBF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-all DMZ310_TO_INTERNET_PASS&lt;/P&gt;&lt;P&gt; match access-group name DMZ310_TO_INTERNET_PASS&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt;class-map type inspect match-all DMZ310-&amp;gt;INTERNET_INSP_COMB&lt;/P&gt;&lt;P&gt; match access-group name DMZ310_TO_INTERNET_INSPECT&lt;/P&gt;&lt;P&gt; match class-map DMZ310-&amp;gt;INT_INSPECTION_PROTOCOLS&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map type inspect match-any DMZ310-&amp;gt;INT_INSPECTION_PROTOCOLS&lt;/P&gt;&lt;P&gt;description ---=============&lt;/P&gt;&lt;P&gt;match protocol tcp&lt;/P&gt;&lt;P&gt;match protocol icmp&lt;/P&gt;&lt;P&gt;match protocol dns&lt;/P&gt;&lt;P&gt;match protocol user-nashssh&lt;/P&gt;&lt;P&gt;match protocol http&lt;/P&gt;&lt;P&gt;match protocol udp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect DMZ310-&amp;gt;INTERNET_POLICY&lt;/P&gt;&lt;P&gt; class type inspect DMZ310_TO_INTERNET_PASS&lt;/P&gt;&lt;P&gt;&amp;nbsp; pass&lt;/P&gt;&lt;P&gt; class type inspect DMZ310-&amp;gt;INTERNET_INSP_COMB&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;zone security INTERNET&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;zone security DMZ310&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;zone-pair security DMZ310-&amp;gt;INTERNET source DMZ310 destination INTERNET&lt;/P&gt;&lt;P&gt; service-policy type inspect DMZ310-&amp;gt;INTERNET_POLICY&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.310&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 310&lt;/P&gt;&lt;P&gt; ip address 1.1.1.2 255.255.255.128&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly in&lt;/P&gt;&lt;P&gt; zone-member security DMZ310&lt;/P&gt;&lt;P&gt; standby 3 ip 1.1.1.1&lt;/P&gt;&lt;P&gt; standby 3 priority 15&lt;/P&gt;&lt;P&gt; standby 3 preempt&lt;/P&gt;&lt;P&gt; ip policy route-map BGP-DEFAULT-ROUTE&lt;/P&gt;&lt;P&gt; service-policy input POLICE_DMZ310_IN&lt;/P&gt;&lt;P&gt; service-policy output POLICE_DMZ310_OUT&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.301&lt;/P&gt;&lt;P&gt; description -=ISP=-&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 301&lt;/P&gt;&lt;P&gt; ip address 2.2.2.2 255.255.255.252&lt;/P&gt;&lt;P&gt; ip flow ingress&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly in&lt;/P&gt;&lt;P&gt; zone-member security INTERNET&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended DMZ310_TO_INTERNET_INSPECT&lt;/P&gt;&lt;P&gt; permit icmp host 1.1.1.5 any&lt;/P&gt;&lt;P&gt; permit ip host 1.1.1.5 any&lt;/P&gt;&lt;P&gt; deny&amp;nbsp;&amp;nbsp; ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)From host 1.1.1.5 I can ping any host to INTERNET, and I see my session, but when I try ant TCP connection it's faild, no session I can see.&lt;/P&gt;&lt;P&gt;2)If I add this host to my passing ACL DMZ310_TO_INTERNET_PASS and backpassACL INTERNET_TO_DMZ310_PASS&lt;/P&gt;&lt;P&gt;permit icmp host 1.1.1.5 any&lt;/P&gt;&lt;P&gt;permit ip host 1.1.1.5 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works, TCP works &lt;/P&gt;&lt;P&gt;why so?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:45:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949556#M457827</guid>
      <dc:creator>Krasnoperov</dc:creator>
      <dc:date>2019-03-11T22:45:44Z</dc:date>
    </item>
    <item>
      <title>ZBF problem or IOS bug</title>
      <link>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949557#M457828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know if this is just been left since you did your "pass-test", but:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect DMZ310-&amp;gt;INTERNET_POLICY&lt;/P&gt;&lt;P&gt; class type inspect DMZ310_TO_INTERNET_PASS &lt;STRONG&gt;&amp;lt;----------------- Is treated before the inspect statement at the row after it&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; pass&lt;/P&gt;&lt;P&gt; class type inspect DMZ310-&amp;gt;INTERNET_INSP_COMB&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that class-map I'm pointing at matches a access-list that doesn't exist atm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 15:36:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949557#M457828</guid>
      <dc:creator>Henrik Grankvist</dc:creator>
      <dc:date>2012-03-22T15:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: ZBF problem or IOS bug</title>
      <link>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949558#M457832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I would remove the "permit icmp host 1.1.1.5 any from the "DMZ310_TO_INTERNET_INSPECT" access-list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended DMZ310_TO_INTERNET_INSPECT&lt;/P&gt;&lt;P&gt;permit ip host 1.1.1.5 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because you already have ICMP in the "DMZ310-&amp;gt;INT_INSPECTION_PROTOCOLS" class-map and maybe that is doing something weird, I don't know, worth a try!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2012 15:43:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949558#M457832</guid>
      <dc:creator>Henrik Grankvist</dc:creator>
      <dc:date>2012-03-22T15:43:30Z</dc:date>
    </item>
    <item>
      <title>ZBF problem or IOS bug</title>
      <link>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949559#M457836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean that I should just change PASS and put it after INSPECT, I did this, but nothing change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect DMZ310-&amp;gt;INTERNET_POLICY&lt;/P&gt;&lt;P&gt; class type inspect DMZ310-&amp;gt;INTERNET_INSP_COMB&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect&lt;/P&gt;&lt;P&gt; class type inspect DMZ310_TO_INTERNET_PASS&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; pass&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In fact in my acl in this rule &lt;/P&gt;&lt;P&gt;class type inspect DMZ310_TO_INTERNET_PASS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exist &lt;/P&gt;&lt;P&gt;I just forget to paste in my config in this discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access list DMZ310_TO_INTERNET_PASS&lt;/P&gt;&lt;P&gt;permit ip host 1.1.1.10 any&lt;/P&gt;&lt;P&gt;deny ip any any&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 05:45:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949559#M457836</guid>
      <dc:creator>Krasnoperov</dc:creator>
      <dc:date>2012-03-23T05:45:22Z</dc:date>
    </item>
    <item>
      <title>ZBF problem or IOS bug</title>
      <link>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949560#M457840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And this I try to do, but nothing change&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 05:46:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949560#M457840</guid>
      <dc:creator>Krasnoperov</dc:creator>
      <dc:date>2012-03-23T05:46:30Z</dc:date>
    </item>
    <item>
      <title>ZBF problem or IOS bug</title>
      <link>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949561#M457842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well I think it's just a bug, because I just copy all my rules (policy-map,class-maps,ACLs), change they names(add 1 at the end)(router change their ID's I suppose), and point this to my zone-pair security and it works fine!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-all DMZ310_TO_INTERNET_PASS1&lt;/P&gt;&lt;P&gt; match access-group name DMZ310_TO_INTERNET_PASS1&lt;/P&gt;&lt;P&gt; !&lt;/P&gt;&lt;P&gt;class-map type inspect match-all DMZ310-&amp;gt;INTERNET_INSP_COMB1&lt;/P&gt;&lt;P&gt; match access-group name DMZ310_TO_INTERNET_INSPECT1&lt;/P&gt;&lt;P&gt; match class-map DMZ310-&amp;gt;INT_INSPECTION_PROTOCOLS1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map type inspect match-any DMZ310-&amp;gt;INT_INSPECTION_PROTOCOLS1&lt;/P&gt;&lt;P&gt;description ---=============&lt;/P&gt;&lt;P&gt;match protocol tcp&lt;/P&gt;&lt;P&gt;match protocol icmp&lt;/P&gt;&lt;P&gt;match protocol dns&lt;/P&gt;&lt;P&gt;match protocol user-nashssh&lt;/P&gt;&lt;P&gt;match protocol http&lt;/P&gt;&lt;P&gt;match protocol udp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect DMZ310-&amp;gt;INTERNET_POLICY1&lt;/P&gt;&lt;P&gt; class type inspect DMZ310_TO_INTERNET_PASS1&lt;/P&gt;&lt;P&gt;&amp;nbsp; pass&lt;/P&gt;&lt;P&gt; class type inspect DMZ310-&amp;gt;INTERNET_INSP_COMB1&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;zone security INTERNET&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;zone security DMZ310&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;zone-pair security DMZ310-&amp;gt;INTERNET source DMZ310 destination INTERNET&lt;/P&gt;&lt;P&gt; service-policy type inspect DMZ310-&amp;gt;INTERNET_POLICY1&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.310&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 310&lt;/P&gt;&lt;P&gt; ip address 1.1.1.2 255.255.255.128&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly in&lt;/P&gt;&lt;P&gt; zone-member security DMZ310&lt;/P&gt;&lt;P&gt; standby 3 ip 1.1.1.1&lt;/P&gt;&lt;P&gt; standby 3 priority 15&lt;/P&gt;&lt;P&gt; standby 3 preempt&lt;/P&gt;&lt;P&gt; ip policy route-map BGP-DEFAULT-ROUTE&lt;/P&gt;&lt;P&gt; service-policy input POLICE_DMZ310_IN&lt;/P&gt;&lt;P&gt; service-policy output POLICE_DMZ310_OUT&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1.301&lt;/P&gt;&lt;P&gt; description -=ISP=-&lt;/P&gt;&lt;P&gt; encapsulation dot1Q 301&lt;/P&gt;&lt;P&gt; ip address 2.2.2.2 255.255.255.252&lt;/P&gt;&lt;P&gt; ip flow ingress&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly in&lt;/P&gt;&lt;P&gt; zone-member security INTERNET&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;ip access-list extended DMZ310_TO_INTERNET_INSPECT1&lt;/P&gt;&lt;P&gt; permit icmp host 1.1.1.5 any&lt;/P&gt;&lt;P&gt; permit ip host 1.1.1.5 any&lt;/P&gt;&lt;P&gt; deny&amp;nbsp;&amp;nbsp; ip any any&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 05:51:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949561#M457842</guid>
      <dc:creator>Krasnoperov</dc:creator>
      <dc:date>2012-03-23T05:51:59Z</dc:date>
    </item>
    <item>
      <title>ZBF problem or IOS bug</title>
      <link>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949562#M457846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, good! Thats good to know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 09:26:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-problem-or-ios-bug/m-p/1949562#M457846</guid>
      <dc:creator>Henrik Grankvist</dc:creator>
      <dc:date>2012-03-23T09:26:10Z</dc:date>
    </item>
  </channel>
</rss>

