<?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 Zone based firewall and VPN in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/zone-based-firewall-and-vpn/m-p/1311299#M858142</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are trying to migrate from CBAC to ZBF to ease our firewall management. We translated all the ACLs to ZBF and it was a breeze. Everything went fine except one thing (the VPNs stopped working) which I'm hoping someone with more experience will help us figure out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The network topology to illustrate the problem is as follows:&lt;/P&gt;&lt;P&gt;(the IPs slightly changed to protect the innocent)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Internet]&lt;/P&gt;&lt;P&gt;.5 ^&lt;/P&gt;&lt;P&gt;     |&lt;/P&gt;&lt;P&gt;192.168.0.4/30&lt;/P&gt;&lt;P&gt;     |&lt;/P&gt;&lt;P&gt;     | .6 F0/1&lt;/P&gt;&lt;P&gt;[ Cisco 2801] .17 Vlan 1&amp;lt;--- 192.168.63.16/29 --&amp;gt; [DMZ]&lt;/P&gt;&lt;P&gt;F0/0 ^ .1&lt;/P&gt;&lt;P&gt;          |&lt;/P&gt;&lt;P&gt;192.168.1.0/24&lt;/P&gt;&lt;P&gt;          |&lt;/P&gt;&lt;P&gt;          v&lt;/P&gt;&lt;P&gt;      [LAN]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(yes I know my ASCII drawing is bad)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have three zones: Internet, DMZ and Lan. The VPNs terminate on the LNS at 192.168.63.17 (public IPs) and the VirtualTemplate2 is a member of the LAN zone to allow trusted traffic to flow between the LAN and the VPN clients. Unfortunately this doesn't seem to work... removing both i/faces F0/0 and VirtualTemplate2 from the LAN zone and the traffic flows as expected so this is clearly a ZBF problem. From the VPN client we can ping the LAN i/face of the router (192.168.1.1) but no other hosts (such as 192.168.1.2) unless we remove both interfaces from the LAN zone. Any ideas on how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bellow are the relevant parts of the configuration on 2801:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn enable&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;vpdn-group PPTP&lt;/P&gt;&lt;P&gt;! Default PPTP VPDN group&lt;/P&gt;&lt;P&gt; accept-dialin&lt;/P&gt;&lt;P&gt;  protocol pptp&lt;/P&gt;&lt;P&gt;  virtual-template 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-any allow-cmap&lt;/P&gt;&lt;P&gt; match protocol tcp&lt;/P&gt;&lt;P&gt; match protocol udp&lt;/P&gt;&lt;P&gt; match protocol icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect allow-pmap&lt;/P&gt;&lt;P&gt; class type inspect allow-cmap&lt;/P&gt;&lt;P&gt;  inspect&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;  drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone security internet&lt;/P&gt;&lt;P&gt; description 'Internet zone'&lt;/P&gt;&lt;P&gt;zone security lan&lt;/P&gt;&lt;P&gt; description 'LAN zone'&lt;/P&gt;&lt;P&gt;zone security dmz&lt;/P&gt;&lt;P&gt; description 'DMZ zone'&lt;/P&gt;&lt;P&gt;zone-pair security lan-internet source lan destination internet&lt;/P&gt;&lt;P&gt; service-policy type inspect allow-pmap&lt;/P&gt;&lt;P&gt;zone-pair security lan-dmz source lan destination dmz&lt;/P&gt;&lt;P&gt; service-policy type inspect allow-pmap&lt;/P&gt;&lt;P&gt;zone-pair security dmz-lan source dmz destination lan&lt;/P&gt;&lt;P&gt; service-policy type inspect allow-pmap&lt;/P&gt;&lt;P&gt;zone-pair security dmz-internet source dmz destination internet&lt;/P&gt;&lt;P&gt; service-policy type inspect allow-pmap&lt;/P&gt;&lt;P&gt;zone-pair security internet-dmz source internet destination dmz&lt;/P&gt;&lt;P&gt; service-policy type inspect internet-dmz-pmap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&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; no mop enabled&lt;/P&gt;&lt;P&gt; zone-member security lan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; ip address 192.168.0.6 255.255.255.252&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; ip mtu 1492&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&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; no mop enabled&lt;/P&gt;&lt;P&gt; zone-member security internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Virtual-Template2&lt;/P&gt;&lt;P&gt; ip unnumbered FastEthernet0/0&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; no ip mroute-cache&lt;/P&gt;&lt;P&gt; peer default ip address pool VPN_POOL&lt;/P&gt;&lt;P&gt; no keepalive&lt;/P&gt;&lt;P&gt; ppp encrypt mppe 128 required&lt;/P&gt;&lt;P&gt; ppp authentication ms-chap-v2&lt;/P&gt;&lt;P&gt; zone-member security lan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; ip address 192.168.63.17 255.255.255.248&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; no mop enabled&lt;/P&gt;&lt;P&gt; zone-member security dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip local pool VPN_POOL 192.168.1.235 192.168.1.254&lt;/P&gt;&lt;P&gt;no ip cef&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We 've already read "Using VPN with Zone-Based Policy Firewall" but didn't help us figure it out. We were expecting this "Traffic is implicitly allowed to flow by default among interfaces that are members of the same zone" to hold out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;-fotos&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 16:12:00 GMT</pubDate>
    <dc:creator>georgiadisf</dc:creator>
    <dc:date>2019-03-11T16:12:00Z</dc:date>
    <item>
      <title>Zone based firewall and VPN</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-and-vpn/m-p/1311299#M858142</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are trying to migrate from CBAC to ZBF to ease our firewall management. We translated all the ACLs to ZBF and it was a breeze. Everything went fine except one thing (the VPNs stopped working) which I'm hoping someone with more experience will help us figure out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The network topology to illustrate the problem is as follows:&lt;/P&gt;&lt;P&gt;(the IPs slightly changed to protect the innocent)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Internet]&lt;/P&gt;&lt;P&gt;.5 ^&lt;/P&gt;&lt;P&gt;     |&lt;/P&gt;&lt;P&gt;192.168.0.4/30&lt;/P&gt;&lt;P&gt;     |&lt;/P&gt;&lt;P&gt;     | .6 F0/1&lt;/P&gt;&lt;P&gt;[ Cisco 2801] .17 Vlan 1&amp;lt;--- 192.168.63.16/29 --&amp;gt; [DMZ]&lt;/P&gt;&lt;P&gt;F0/0 ^ .1&lt;/P&gt;&lt;P&gt;          |&lt;/P&gt;&lt;P&gt;192.168.1.0/24&lt;/P&gt;&lt;P&gt;          |&lt;/P&gt;&lt;P&gt;          v&lt;/P&gt;&lt;P&gt;      [LAN]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(yes I know my ASCII drawing is bad)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have three zones: Internet, DMZ and Lan. The VPNs terminate on the LNS at 192.168.63.17 (public IPs) and the VirtualTemplate2 is a member of the LAN zone to allow trusted traffic to flow between the LAN and the VPN clients. Unfortunately this doesn't seem to work... removing both i/faces F0/0 and VirtualTemplate2 from the LAN zone and the traffic flows as expected so this is clearly a ZBF problem. From the VPN client we can ping the LAN i/face of the router (192.168.1.1) but no other hosts (such as 192.168.1.2) unless we remove both interfaces from the LAN zone. Any ideas on how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bellow are the relevant parts of the configuration on 2801:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vpdn enable&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;vpdn-group PPTP&lt;/P&gt;&lt;P&gt;! Default PPTP VPDN group&lt;/P&gt;&lt;P&gt; accept-dialin&lt;/P&gt;&lt;P&gt;  protocol pptp&lt;/P&gt;&lt;P&gt;  virtual-template 2&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect match-any allow-cmap&lt;/P&gt;&lt;P&gt; match protocol tcp&lt;/P&gt;&lt;P&gt; match protocol udp&lt;/P&gt;&lt;P&gt; match protocol icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect allow-pmap&lt;/P&gt;&lt;P&gt; class type inspect allow-cmap&lt;/P&gt;&lt;P&gt;  inspect&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;  drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zone security internet&lt;/P&gt;&lt;P&gt; description 'Internet zone'&lt;/P&gt;&lt;P&gt;zone security lan&lt;/P&gt;&lt;P&gt; description 'LAN zone'&lt;/P&gt;&lt;P&gt;zone security dmz&lt;/P&gt;&lt;P&gt; description 'DMZ zone'&lt;/P&gt;&lt;P&gt;zone-pair security lan-internet source lan destination internet&lt;/P&gt;&lt;P&gt; service-policy type inspect allow-pmap&lt;/P&gt;&lt;P&gt;zone-pair security lan-dmz source lan destination dmz&lt;/P&gt;&lt;P&gt; service-policy type inspect allow-pmap&lt;/P&gt;&lt;P&gt;zone-pair security dmz-lan source dmz destination lan&lt;/P&gt;&lt;P&gt; service-policy type inspect allow-pmap&lt;/P&gt;&lt;P&gt;zone-pair security dmz-internet source dmz destination internet&lt;/P&gt;&lt;P&gt; service-policy type inspect allow-pmap&lt;/P&gt;&lt;P&gt;zone-pair security internet-dmz source internet destination dmz&lt;/P&gt;&lt;P&gt; service-policy type inspect internet-dmz-pmap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0&lt;/P&gt;&lt;P&gt; ip address 192.168.1.1 255.255.255.0&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; ip nat inside&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&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; no mop enabled&lt;/P&gt;&lt;P&gt; zone-member security lan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; ip address 192.168.0.6 255.255.255.252&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; ip mtu 1492&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&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; no mop enabled&lt;/P&gt;&lt;P&gt; zone-member security internet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Virtual-Template2&lt;/P&gt;&lt;P&gt; ip unnumbered FastEthernet0/0&lt;/P&gt;&lt;P&gt; no ip route-cache&lt;/P&gt;&lt;P&gt; no ip mroute-cache&lt;/P&gt;&lt;P&gt; peer default ip address pool VPN_POOL&lt;/P&gt;&lt;P&gt; no keepalive&lt;/P&gt;&lt;P&gt; ppp encrypt mppe 128 required&lt;/P&gt;&lt;P&gt; ppp authentication ms-chap-v2&lt;/P&gt;&lt;P&gt; zone-member security lan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface Vlan1&lt;/P&gt;&lt;P&gt; ip address 192.168.63.17 255.255.255.248&lt;/P&gt;&lt;P&gt; no ip redirects&lt;/P&gt;&lt;P&gt; ip virtual-reassembly&lt;/P&gt;&lt;P&gt; no mop enabled&lt;/P&gt;&lt;P&gt; zone-member security dmz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip local pool VPN_POOL 192.168.1.235 192.168.1.254&lt;/P&gt;&lt;P&gt;no ip cef&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We 've already read "Using VPN with Zone-Based Policy Firewall" but didn't help us figure it out. We were expecting this "Traffic is implicitly allowed to flow by default among interfaces that are members of the same zone" to hold out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;-fotos&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:12:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-and-vpn/m-p/1311299#M858142</guid>
      <dc:creator>georgiadisf</dc:creator>
      <dc:date>2019-03-11T16:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Zone based firewall and VPN</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-and-vpn/m-p/1311300#M858143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok we figured this out. For some reason the above policy has been blocking GRE replies from the Vlan1 going out to the peer through F0/1 (consumed by Firewall as we noticed in the debug logs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We did a couple of changes in the policy-maps and everything works as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2009 15:33:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-and-vpn/m-p/1311300#M858143</guid>
      <dc:creator>georgiadisf</dc:creator>
      <dc:date>2009-09-04T15:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Zone based firewall and VPN</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-and-vpn/m-p/1311301#M858144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post your changes?&amp;nbsp; I'm having a similar issue....Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jul 2010 16:18:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-and-vpn/m-p/1311301#M858144</guid>
      <dc:creator>m.yost</dc:creator>
      <dc:date>2010-07-11T16:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Zone based firewall and VPN</title>
      <link>https://community.cisco.com/t5/network-security/zone-based-firewall-and-vpn/m-p/1311302#M858145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well it's been some time (almost a year) and I don't remember the specific changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But something like this should do the trick:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: terminal, monaco; "&gt;ip access-list extended PPTP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: terminal, monaco; "&gt; permit tcp any host XXX.XXX.XXX.XXX eq 1723&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: terminal, monaco; "&gt; permit gre any host XXX.XXX.XXX.XXX (same host as above)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; "&gt;ip access-list extended GRE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: terminal, monaco; "&gt; permit gre any any&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: terminal, monaco; "&gt;zone security internet&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: terminal, monaco; "&gt; description 'Internet zone'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: terminal, monaco; "&gt;zone security dmz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: terminal, monaco; "&gt; description 'DMZ zone'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: terminal, monaco; "&gt;zone-pair security internet-dmz source internet destination dmz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: terminal, monaco; "&gt; service-policy type inspect internet-dmz-pmap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; "&gt;policy-map type inspect internet-dmz-pmap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; "&gt; class type inspect dmz-other-services-cmap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; "&gt;&amp;nbsp; inspect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; "&gt; class class-default&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; "&gt;&amp;nbsp; drop log&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; "&gt;class-map type inspect match-all dmz-other-services-cmap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; "&gt; match class-map other-services-cmap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; "&gt;class-map type inspect match-any other-services-cmap&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; "&gt; match protocol icmp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco; "&gt; match access-group name GRE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps and sorry I can't give more specific info,&lt;/P&gt;&lt;P&gt;-fotos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jul 2010 22:16:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-based-firewall-and-vpn/m-p/1311302#M858145</guid>
      <dc:creator>georgiadisf</dc:creator>
      <dc:date>2010-07-11T22:16:58Z</dc:date>
    </item>
  </channel>
</rss>

