<?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: ip virtual-reassembly and ZBF in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358439#M300401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for explanations guys!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So the only traffic I receive on the poublic interface(via internet thru ISP) here on this VPN router is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1) VPN related (ESP/ISAKMP/NON-500 ISAKMP)&lt;/P&gt;&lt;P&gt;2) SSH (being allowed on public interface only from some certain host for out of band management to self zone)&lt;/P&gt;&lt;P&gt;3) DHCP client (being allowed on public interface from any to self zone)&lt;/P&gt;&lt;P&gt;4) No NAT enabled at all - internal hosts can talk to networks advertised from VPN tunnel interfaces&lt;/P&gt;&lt;P&gt;Based on that - what would your advise be - do I need to bother enabling ip virtual-reassembly on public interface or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 17:13:43 GMT</pubDate>
    <dc:creator>Ruterford</dc:creator>
    <dc:date>2014-01-14T17:13:43Z</dc:date>
    <item>
      <title>ip virtual-reassembly and ZBF</title>
      <link>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358436#M300398</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am wondering if this is necessary to enable ip virtual-reassembly on the internet facing interface on a VPN router(DMVPN spoke)&amp;nbsp; in case if I don't have any NAT configured on it. I run ZBF and have only policy that allows only VPN traffic for DMVPN spoke, DHCP and management via SSH from some specific host only . I am reluctant to enable it, need expert's comment.&lt;/P&gt;&lt;P&gt;Here is my configuration below, so all far works fine:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet4&lt;/P&gt;&lt;P&gt; ip address dhcp&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; no ip unreachables&lt;/P&gt;&lt;P&gt; no ip proxy-arp&lt;/P&gt;&lt;P&gt; ip mtu 1492&lt;/P&gt;&lt;P&gt; zone-member security outside&lt;/P&gt;&lt;P&gt; ip tcp adjust-mss 1360&lt;/P&gt;&lt;P&gt; duplex auto&lt;/P&gt;&lt;P&gt; speed auto&lt;/P&gt;&lt;P&gt; no cdp enable&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended ISAKMP_IPSEC_DHCP_in&lt;/P&gt;&lt;P&gt; permit udp any any eq bootpc&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; permit esp host &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;PUBLIC IP OF DMVPN HUB&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;any&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; permit udp host &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;PUBLIC IP OF DMVPN HUB&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;eq isakmp any eq isakmp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; permit udp host &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;PUBLIC IP OF DMVPN HUB&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;eq non500-isakmp any eq non500-isakmp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;ip access-list extended ISAKMP_IPSEC_DHCP_out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; permit udp any any eq bootps&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; permit esp any host &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;PUBLIC IP OF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;DMVPN HUB&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; permit udp any eq isakmp host &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;PUBLIC IP OF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;DMVPN HUB&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;eq isakmp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; permit udp any eq non500-isakmp host &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;PUBLIC IP OF &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;DMVPN HUB&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;eq non500-isakmp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ip access-list extended SSHaccess&lt;/P&gt;&lt;P&gt; permit tcp host &amp;lt;MGMT HOST&amp;gt; any eq 22&lt;/P&gt;&lt;P&gt; permit tcp host &lt;SPAN style="font-size: 10pt;"&gt;&amp;lt;MGMT HOST&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;any eq 22&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-all IPSEC-DHCP-IN-cmap&lt;/P&gt;&lt;P&gt; match access-group name ISAKMP_IPSEC_DHCP_in&lt;/P&gt;&lt;P&gt;class-map type inspect match-all SSHaccess-cmap&lt;/P&gt;&lt;P&gt; match access-group name SSHaccess&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect Outside-Router-pmap&lt;/P&gt;&lt;P&gt; class type inspect SSHaccess-cmap&lt;/P&gt;&lt;P&gt;&amp;nbsp; inspect&lt;/P&gt;&lt;P&gt; class type inspect IPSEC-DHCP-IN-cmap&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 log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;class-map type inspect match-all IPSEC-DHCP-OUT-cmap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; match access-group name ISAKMP_IPSEC_DHCP_out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect Router-Outside-pmap&lt;/P&gt;&lt;P&gt; class type inspect IPSEC-DHCP-OUT-cmap&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 log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect Inside-Outside-pmap&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop log&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect Outside-Inside-pmap&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect Outside-Outside-pmap&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; drop log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone-pair security outside-to-router source outside destination self&lt;/P&gt;&lt;P&gt; service-policy type inspect Outside-Router-pmap&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;zone-pair security router-to-outside source self destination outside&lt;/P&gt;&lt;P&gt; service-policy type inspect Router-Outside-pmap&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;zone-pair security inside-to-outside source inside destination outside&lt;/P&gt;&lt;P&gt; service-policy type inspect Inside-Outside-pmap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;zone-pair security outside-to-inside source outside destination inside&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; service-policy type inspect Outside-Inside-pmap&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;zone-pair security outside-to-outside source outside destination outside&lt;/P&gt;&lt;P&gt; service-policy type inspect Outside-Outside-pmap&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:26:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358436#M300398</guid>
      <dc:creator>Ruterford</dc:creator>
      <dc:date>2019-03-12T03:26:48Z</dc:date>
    </item>
    <item>
      <title>ip virtual-reassembly and ZBF</title>
      <link>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358437#M300399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No virtual-reassembly it not required for anything-VPN.&lt;/P&gt;&lt;P&gt;It's only needed for features which might want to have a look at full packets (NAT is one, certain inspection engines as other). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vide:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/ios-xml/ios/security/d1/sec-cr-i3.html#wp3273051086"&gt;http://www.cisco.com/en/US/docs/ios-xml/ios/security/d1/sec-cr-i3.html#wp3273051086&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 09:24:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358437#M300399</guid>
      <dc:creator>Marcin Latosiewicz</dc:creator>
      <dc:date>2014-01-10T09:24:17Z</dc:date>
    </item>
    <item>
      <title>ip virtual-reassembly and ZBF</title>
      <link>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358438#M300400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ruterford,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Marcin said not related to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now let's talk about the usage of that feature:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would basically let you configure the router to react to fragmentation attacks where you will deterine how much fragments a packet can have or the maximum amount of IP packets that can be using the reasembly feature at the same time, the time you have to reassemble an IP packet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So based on how the network behaves, the traffic you receive you can make a desicion about to enable it or not/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for some Networking Assistance?&amp;nbsp; &lt;BR /&gt;&lt;SPAN&gt;Contact me directly at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jcarvaja@laguiadelnetworking.com"&gt;jcarvaja@laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;I will fix your problem ASAP. &lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:03:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358438#M300400</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2014-01-10T16:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: ip virtual-reassembly and ZBF</title>
      <link>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358439#M300401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for explanations guys!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So the only traffic I receive on the poublic interface(via internet thru ISP) here on this VPN router is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1) VPN related (ESP/ISAKMP/NON-500 ISAKMP)&lt;/P&gt;&lt;P&gt;2) SSH (being allowed on public interface only from some certain host for out of band management to self zone)&lt;/P&gt;&lt;P&gt;3) DHCP client (being allowed on public interface from any to self zone)&lt;/P&gt;&lt;P&gt;4) No NAT enabled at all - internal hosts can talk to networks advertised from VPN tunnel interfaces&lt;/P&gt;&lt;P&gt;Based on that - what would your advise be - do I need to bother enabling ip virtual-reassembly on public interface or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:13:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358439#M300401</guid>
      <dc:creator>Ruterford</dc:creator>
      <dc:date>2014-01-14T17:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: ip virtual-reassembly and ZBF</title>
      <link>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358440#M300403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bump&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 16:41:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358440#M300403</guid>
      <dc:creator>Ruterford</dc:creator>
      <dc:date>2014-01-16T16:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: ip virtual-reassembly and ZBF</title>
      <link>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358441#M300405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ruteford,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, no need for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just make sure you configure your ZBFW as restrictive as possible using the self-zone to protect the router and make sure you log everything to determine any kind of problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for some Networking Assistance?&amp;nbsp; &lt;BR /&gt;&lt;SPAN&gt;Contact me directly at &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:jcarvaja@laguiadelnetworking.com"&gt;jcarvaja@laguiadelnetworking.com&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;I will fix your problem ASAP. &lt;BR /&gt; &lt;BR /&gt;Cheers, &lt;BR /&gt; &lt;BR /&gt;Julio Carvajal Segura &lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://laguiadelnetworking.com"&gt;http://laguiadelnetworking.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 01:49:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/ip-virtual-reassembly-and-zbf/m-p/2358441#M300405</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2014-01-17T01:49:47Z</dc:date>
    </item>
  </channel>
</rss>

