<?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 ZBF Problems with IP Phone in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/zbf-problems-with-ip-phone/m-p/2361107#M270924</link>
    <description>&lt;P&gt;I am using a Cisco 2821 with IOS 12.4(22)YB8.&amp;nbsp; I have a pretty simple ZBF setup.&amp;nbsp; All TCP, UDP, and ICMP from the internal LAN is inspected to the Internet.&amp;nbsp; My problem is with my IP phone, which connects to an Asterisk Server on the Internet.&amp;nbsp; I can call out, but the call will drop everytime after about 10 minutes.&amp;nbsp; Also, incoming calls do not work.&amp;nbsp; If I disable the ZBF, everything works fine.&amp;nbsp; Calls do not drop, and incoming calls work fine.&amp;nbsp; Anyone have any ideas?&amp;nbsp; Here is a scrubbed config to the relevants parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-any CLASS_IN_OUT&lt;BR /&gt; match protocol icmp&lt;BR /&gt; match protocol tcp&lt;BR /&gt; match protocol udp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect POLICY_IN_OUT&lt;/P&gt;&lt;P&gt;&amp;nbsp; class type inspect CLASS_IN_OUT&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;policy-map type inspect POLICY_OUT_IN&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 INSIDE&lt;/P&gt;&lt;P&gt;zone security OUTSIDE&lt;/P&gt;&lt;P&gt;zone-pair security ZONE_PAIR_IN_OUT source INSIDE destination OUTSIDE&lt;/P&gt;&lt;P&gt; service-policy type inspect POLICY_IN_OUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone-pair security ZONE_PAIR_OUT_IN source OUTSIDE destination INSIDE&lt;/P&gt;&lt;P&gt; service-policy type inspect POLICY_OUT_IN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; description WAN Interface&lt;/P&gt;&lt;P&gt; bandwidth 20000&lt;/P&gt;&lt;P&gt; ip address dhcp&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; zone-member security OUTSIDE&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; description LAN Interface&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.128&lt;/P&gt;&lt;P&gt; ip nbar protocol-discovery&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; zone-member security INSIDE&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list NATHOST interface GigabitEthernet0/0 overload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list standard NATHOST&lt;/P&gt;&lt;P&gt; permit 192.168.1.0 0.0.0.127&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 03:35:54 GMT</pubDate>
    <dc:creator>William Pearson</dc:creator>
    <dc:date>2019-03-12T03:35:54Z</dc:date>
    <item>
      <title>ZBF Problems with IP Phone</title>
      <link>https://community.cisco.com/t5/network-security/zbf-problems-with-ip-phone/m-p/2361107#M270924</link>
      <description>&lt;P&gt;I am using a Cisco 2821 with IOS 12.4(22)YB8.&amp;nbsp; I have a pretty simple ZBF setup.&amp;nbsp; All TCP, UDP, and ICMP from the internal LAN is inspected to the Internet.&amp;nbsp; My problem is with my IP phone, which connects to an Asterisk Server on the Internet.&amp;nbsp; I can call out, but the call will drop everytime after about 10 minutes.&amp;nbsp; Also, incoming calls do not work.&amp;nbsp; If I disable the ZBF, everything works fine.&amp;nbsp; Calls do not drop, and incoming calls work fine.&amp;nbsp; Anyone have any ideas?&amp;nbsp; Here is a scrubbed config to the relevants parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-any CLASS_IN_OUT&lt;BR /&gt; match protocol icmp&lt;BR /&gt; match protocol tcp&lt;BR /&gt; match protocol udp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect POLICY_IN_OUT&lt;/P&gt;&lt;P&gt;&amp;nbsp; class type inspect CLASS_IN_OUT&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;policy-map type inspect POLICY_OUT_IN&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 INSIDE&lt;/P&gt;&lt;P&gt;zone security OUTSIDE&lt;/P&gt;&lt;P&gt;zone-pair security ZONE_PAIR_IN_OUT source INSIDE destination OUTSIDE&lt;/P&gt;&lt;P&gt; service-policy type inspect POLICY_IN_OUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone-pair security ZONE_PAIR_OUT_IN source OUTSIDE destination INSIDE&lt;/P&gt;&lt;P&gt; service-policy type inspect POLICY_OUT_IN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; description WAN Interface&lt;/P&gt;&lt;P&gt; bandwidth 20000&lt;/P&gt;&lt;P&gt; ip address dhcp&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; zone-member security OUTSIDE&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; description LAN Interface&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.128&lt;/P&gt;&lt;P&gt; ip nbar protocol-discovery&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; zone-member security INSIDE&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip nat inside source list NATHOST interface GigabitEthernet0/0 overload&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list standard NATHOST&lt;/P&gt;&lt;P&gt; permit 192.168.1.0 0.0.0.127&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:35:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-problems-with-ip-phone/m-p/2361107#M270924</guid>
      <dc:creator>William Pearson</dc:creator>
      <dc:date>2019-03-12T03:35:54Z</dc:date>
    </item>
    <item>
      <title>ZBF Problems with IP Phone</title>
      <link>https://community.cisco.com/t5/network-security/zbf-problems-with-ip-phone/m-p/2361108#M270928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not a voice expert, but I do inspect the traffic going from the outside zone to the inside when using ZBF. ZBF is application aware. This probably doesn't answer the reason it times out after 10 minutes. But when you say incoming calls don't work on an iphone, but do when you disable the ZBF, this could be a reason. Let me know if you try this and if it works for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 08:19:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-problems-with-ip-phone/m-p/2361108#M270928</guid>
      <dc:creator>jshojayi</dc:creator>
      <dc:date>2014-02-06T08:19:53Z</dc:date>
    </item>
    <item>
      <title>ZBF Problems with IP Phone</title>
      <link>https://community.cisco.com/t5/network-security/zbf-problems-with-ip-phone/m-p/2361109#M270934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to have fixed the problem.&amp;nbsp; My phone registers to the phone server on port 5060.&amp;nbsp; So I did this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended VOIP&lt;/P&gt;&lt;P&gt; permit udp host X.X.X.X any eq 5060&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-any VOIP&lt;/P&gt;&lt;P&gt; match access-group name VOIP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect POLICY_OUT_IN&lt;/P&gt;&lt;P&gt; class type inspect VOIP&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;&lt;/P&gt;&lt;P&gt;So after passing UDP 5060 from the phone server to the inside, I was able to receive incoming calls and I have not had any further drops.&amp;nbsp; From the way I understand this phone works, you typically don't have to open up anything from the outside.&amp;nbsp; It works from the inside out, opening a connection with the phone server when it boots.&amp;nbsp; All I can figure is the ZBF has some kind of security timeout on those connections after a period of ten minutes or so.&amp;nbsp; So the phone was opening a connection with the server, but the firewall was closing the connection after ten minutes.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 14:12:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zbf-problems-with-ip-phone/m-p/2361109#M270934</guid>
      <dc:creator>William Pearson</dc:creator>
      <dc:date>2014-02-07T14:12:21Z</dc:date>
    </item>
  </channel>
</rss>

