<?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 Base Firewall and wccp issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/zone-base-firewall-and-wccp-issue/m-p/1608813#M590933</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a 2811 router with IOS 12.4(15)T10 where wccp enabled on the router to divert the traffic to waas appliance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;recently i add the Zone base firewall configuration, but caused some problems from communication from outside traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if wccp alone is enable all communication work fine, if ZBF is enabled alone also all communication works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when both features are enabled, some traffic coming from outside stops. i had to create an access-list called waas and bind it to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wccp "ip wccp 62 redirect-list waas" and "ip wccp 61 redirect-list waas" in order to stop sending these traffic waas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not the solution at all because i am exempting traffic from compression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note there is no problem from inside to outside traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody has an idea on how to solve this problem, by enabling ZBF and wccp(without the exemptions) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below part of the configuration :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip wccp 61 redirect-list waas&lt;BR /&gt;ip wccp 62 redirect-list waas&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;ip inspect log drop-pkt&lt;BR /&gt;ip inspect WAAS enable&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;parameter-map type inspect sgblmap&lt;BR /&gt;&amp;nbsp; audit-trail on&lt;BR /&gt;&amp;nbsp; tcp window-scale-enforcement loose &lt;BR /&gt;sessions maximum 2147483647&lt;BR /&gt;!&lt;BR /&gt;crypto isakmp policy 10&lt;BR /&gt;encr 3des&lt;BR /&gt;hash md5&lt;BR /&gt;authentication rsa-encr&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec transform-set sgbl esp-3des esp-md5-hmac &lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;crypto map ho1 10 ipsec-isakmp &lt;BR /&gt;set peer 10.5.23.1&lt;BR /&gt;set transform-set sgbl &lt;BR /&gt;match address ho&lt;BR /&gt;qos pre-classify&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map type inspect match-any ZBF_IN_TO_OUT&lt;BR /&gt;match protocol tcp&lt;BR /&gt;match protocol icmp&lt;BR /&gt;match protocol udp&lt;BR /&gt;match protocol h323&lt;BR /&gt;match protocol h323callsigalt&lt;BR /&gt;class-map type inspect match-any ZBF_OUT_TO_IN&lt;BR /&gt;match access-group name mgmtIN&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;policy-map type inspect ZBF_IN_TO_OUT&lt;BR /&gt;class type inspect ZBF_IN_TO_OUT&lt;BR /&gt;&amp;nbsp; inspect&lt;BR /&gt;class class-default&lt;/P&gt;&lt;P&gt;policy-map type inspect ZBF_OUT_TO_IN&lt;BR /&gt;class type inspect ZBF_OUT_TO_IN&lt;BR /&gt;&amp;nbsp; inspect sgblmap&lt;BR /&gt;class class-default&lt;BR /&gt;!&lt;BR /&gt;zone security inside&lt;BR /&gt;description LAN2OUTSIDE&lt;BR /&gt;zone security outside&lt;BR /&gt;description WAN2INSIDE&lt;BR /&gt;zone-pair security ZBF_IN_TO_OUT source inside destination outside&lt;BR /&gt;service-policy type inspect ZBF_IN_TO_OUT&lt;BR /&gt;zone-pair security ZBF_OUT_TO_IN source outside destination inside&lt;BR /&gt;service-policy type inspect ZBF_OUT_TO_IN&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Loopback0&lt;BR /&gt;ip address 10.23.23.5 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0&lt;BR /&gt;description link to 2960 switch&lt;BR /&gt;no ip address&lt;BR /&gt;ip route-cache flow&lt;BR /&gt;delay 1&lt;BR /&gt;duplex full&lt;BR /&gt;speed 100&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.10&lt;BR /&gt;description MGMT VLAN&lt;BR /&gt;encapsulation dot1Q 10&lt;BR /&gt;ip address 10.10.23.4 255.255.255.0&lt;BR /&gt;ip wccp 61 redirect in&lt;BR /&gt;ip wccp 62 redirect out&lt;BR /&gt;zone-member security inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.20&lt;BR /&gt;description WAAS VLAN&lt;BR /&gt;encapsulation dot1Q 20&lt;BR /&gt;ip address 10.20.23.4 255.255.255.0&lt;BR /&gt;ip wccp redirect exclude in&lt;BR /&gt;zone-member security inside&lt;BR /&gt;standby 20 ip 10.20.23.1&lt;BR /&gt;standby 20 priority 120&lt;BR /&gt;standby 20 preempt&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface FastEthernet0/0.77&lt;BR /&gt;description ROUTING VLAN&lt;BR /&gt;encapsulation dot1Q 77&lt;BR /&gt;ip address 10.77.23.4 255.255.255.0&lt;BR /&gt;ip access-group ethernetIN-new in&lt;BR /&gt;ip wccp 61 redirect in&lt;BR /&gt;ip wccp 62 redirect out&lt;BR /&gt;zone-member security inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/0&lt;BR /&gt;description Connection to HQ (GDS)&lt;BR /&gt;no ip address&lt;BR /&gt;no ip unreachables&lt;BR /&gt;encapsulation frame-relay&lt;BR /&gt;load-interval 30&lt;BR /&gt;frame-relay traffic-shaping&lt;BR /&gt;frame-relay lmi-type cisco&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/0.1 point-to-point&lt;BR /&gt;bandwidth 256&lt;BR /&gt;ip address 10.5.23.2 255.255.255.252&lt;BR /&gt;no ip redirects&lt;BR /&gt;no ip proxy-arp&lt;BR /&gt;zone-member security outside&lt;BR /&gt;snmp trap link-status&lt;BR /&gt;frame-relay interface-dlci 123&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; class mc-256&lt;BR /&gt;frame-relay ip rtp header-compression&lt;BR /&gt;crypto map ho1&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface Async1&lt;BR /&gt;bandwidth 9&lt;BR /&gt;ip unnumbered FastEthernet0/0.10&lt;BR /&gt;ip access-group ASYNC_OUT out&lt;BR /&gt;zone-member security outside&lt;BR /&gt;encapsulation ppp&lt;BR /&gt;dialer in-band&lt;BR /&gt;dialer idle-timeout 60&lt;BR /&gt;dialer wait-for-carrier-time 60&lt;BR /&gt;dialer hold-queue 100&lt;BR /&gt;dialer-group 1&lt;BR /&gt;async dynamic routing&lt;BR /&gt;async mode dedicated&lt;BR /&gt;routing dynamic&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 Async1 100&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip access-list extended ethernetIN-new&lt;BR /&gt;permit tcp host 10.2.23.254 eq 3389 host 10.0.134.1&lt;BR /&gt;permit tcp 10.22.23.0 0.0.0.255 host 10.0.1.194 eq 443&lt;BR /&gt;permit tcp 10.22.23.0 0.0.0.255 host 10.0.1.196 eq 443&lt;BR /&gt;permit tcp 10.22.23.0 0.0.0.255 eq 5000 host 10.0.1.80&lt;BR /&gt;permit tcp 10.22.23.0 0.0.0.255 eq 1494 192.82.134.32 0.0.0.31&lt;BR /&gt;permit tcp 10.4.23.0 0.0.0.255 host 10.0.1.65 eq 88&lt;BR /&gt;permit tcp host 10.2.23.253 host 10.0.1.65 eq 389&lt;BR /&gt;permit tcp host 10.2.23.253 host 10.0.1.65 eq 3268&lt;BR /&gt;permit tcp host 10.4.23.254 host 10.0.1.98 eq 5989&lt;BR /&gt;permit tcp host 10.4.23.254 eq 5989 host 10.0.1.98&lt;BR /&gt;permit tcp host 10.4.23.254 eq 8333 host 10.0.1.98&lt;BR /&gt;permit tcp host 10.4.23.254 eq 902 host 10.0.1.98&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; udp any eq netbios-ns any&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; icmp any any&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; ip any any&lt;/P&gt;&lt;P&gt;ip access-list extended mgmtIN&lt;BR /&gt;permit ip 10.0.2.0 0.0.0.255 any&lt;BR /&gt;permit tcp host 10.0.134.1 host 10.2.23.254 eq 3389&lt;BR /&gt;permit tcp any any eq 1720&lt;BR /&gt;permit tcp any eq 1720 any&lt;BR /&gt;permit udp any any range 16384 32767&lt;BR /&gt;permit tcp 10.0.2.0 0.0.0.255 host 10.2.23.200 eq 5012&lt;BR /&gt;permit tcp 10.0.134.0 0.0.0.7 10.10.23.0 0.0.0.7 eq telnet&lt;BR /&gt;permit tcp host 10.4.0.31 host 10.3.23.2 eq ftp&lt;BR /&gt;permit tcp host 10.4.0.31 host 10.3.23.2 eq ftp-data&lt;BR /&gt;permit tcp 10.0.134.0 0.0.0.7 10.10.23.0 0.0.0.7 eq 22&lt;BR /&gt;permit icmp any any echo&lt;BR /&gt;permit icmp any any echo-reply&lt;BR /&gt;permit tcp host 10.0.1.190 any&lt;BR /&gt;permit udp host 10.0.1.132 10.10.23.0 0.0.0.7 eq 160&lt;BR /&gt;permit udp host 10.0.1.132 10.10.23.0 0.0.0.7 eq snmp&lt;BR /&gt;permit udp host 10.0.1.190 10.10.23.0 0.0.0.7 eq snmp&lt;BR /&gt;permit udp host 10.0.1.190 10.10.23.0 0.0.0.7 eq 160&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; ip any any&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip access-list extended waas&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; ip any host 10.15.23.111&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp host 10.0.134.1 host 10.2.23.254 eq 3389 log&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp 10.0.136.0 0.0.0.255 host 10.2.23.254 eq 3389&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp 10.0.136.0 0.0.0.255 host 10.2.23.254 range 135 139&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp 10.0.136.0 0.0.0.255 host 10.2.23.254 eq 445&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp host 10.0.1.98 host 10.4.23.254 eq 3389&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; ip host 10.0.1.98 host 10.4.23.254&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp host 10.0.1.98 host 10.4.23.254 eq 445&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp host 10.0.1.98 host 10.4.23.254 range 135 139&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp 10.0.136.0 0.0.0.255 host 10.2.23.253 eq 1801&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp 10.0.136.0 0.0.0.255 host 10.2.23.253 eq www&lt;BR /&gt;permit ip any any&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 19:55:29 GMT</pubDate>
    <dc:creator>gaboughanem</dc:creator>
    <dc:date>2019-03-11T19:55:29Z</dc:date>
    <item>
      <title>Zone Base Firewall and wccp issue</title>
      <link>https://community.cisco.com/t5/network-security/zone-base-firewall-and-wccp-issue/m-p/1608813#M590933</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a 2811 router with IOS 12.4(15)T10 where wccp enabled on the router to divert the traffic to waas appliance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;recently i add the Zone base firewall configuration, but caused some problems from communication from outside traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if wccp alone is enable all communication work fine, if ZBF is enabled alone also all communication works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when both features are enabled, some traffic coming from outside stops. i had to create an access-list called waas and bind it to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wccp "ip wccp 62 redirect-list waas" and "ip wccp 61 redirect-list waas" in order to stop sending these traffic waas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not the solution at all because i am exempting traffic from compression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note there is no problem from inside to outside traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody has an idea on how to solve this problem, by enabling ZBF and wccp(without the exemptions) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below part of the configuration :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip wccp 61 redirect-list waas&lt;BR /&gt;ip wccp 62 redirect-list waas&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;ip inspect log drop-pkt&lt;BR /&gt;ip inspect WAAS enable&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;parameter-map type inspect sgblmap&lt;BR /&gt;&amp;nbsp; audit-trail on&lt;BR /&gt;&amp;nbsp; tcp window-scale-enforcement loose &lt;BR /&gt;sessions maximum 2147483647&lt;BR /&gt;!&lt;BR /&gt;crypto isakmp policy 10&lt;BR /&gt;encr 3des&lt;BR /&gt;hash md5&lt;BR /&gt;authentication rsa-encr&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;crypto ipsec transform-set sgbl esp-3des esp-md5-hmac &lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;crypto map ho1 10 ipsec-isakmp &lt;BR /&gt;set peer 10.5.23.1&lt;BR /&gt;set transform-set sgbl &lt;BR /&gt;match address ho&lt;BR /&gt;qos pre-classify&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map type inspect match-any ZBF_IN_TO_OUT&lt;BR /&gt;match protocol tcp&lt;BR /&gt;match protocol icmp&lt;BR /&gt;match protocol udp&lt;BR /&gt;match protocol h323&lt;BR /&gt;match protocol h323callsigalt&lt;BR /&gt;class-map type inspect match-any ZBF_OUT_TO_IN&lt;BR /&gt;match access-group name mgmtIN&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;policy-map type inspect ZBF_IN_TO_OUT&lt;BR /&gt;class type inspect ZBF_IN_TO_OUT&lt;BR /&gt;&amp;nbsp; inspect&lt;BR /&gt;class class-default&lt;/P&gt;&lt;P&gt;policy-map type inspect ZBF_OUT_TO_IN&lt;BR /&gt;class type inspect ZBF_OUT_TO_IN&lt;BR /&gt;&amp;nbsp; inspect sgblmap&lt;BR /&gt;class class-default&lt;BR /&gt;!&lt;BR /&gt;zone security inside&lt;BR /&gt;description LAN2OUTSIDE&lt;BR /&gt;zone security outside&lt;BR /&gt;description WAN2INSIDE&lt;BR /&gt;zone-pair security ZBF_IN_TO_OUT source inside destination outside&lt;BR /&gt;service-policy type inspect ZBF_IN_TO_OUT&lt;BR /&gt;zone-pair security ZBF_OUT_TO_IN source outside destination inside&lt;BR /&gt;service-policy type inspect ZBF_OUT_TO_IN&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;interface Loopback0&lt;BR /&gt;ip address 10.23.23.5 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0&lt;BR /&gt;description link to 2960 switch&lt;BR /&gt;no ip address&lt;BR /&gt;ip route-cache flow&lt;BR /&gt;delay 1&lt;BR /&gt;duplex full&lt;BR /&gt;speed 100&lt;/P&gt;&lt;P&gt;interface FastEthernet0/0.10&lt;BR /&gt;description MGMT VLAN&lt;BR /&gt;encapsulation dot1Q 10&lt;BR /&gt;ip address 10.10.23.4 255.255.255.0&lt;BR /&gt;ip wccp 61 redirect in&lt;BR /&gt;ip wccp 62 redirect out&lt;BR /&gt;zone-member security inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/0.20&lt;BR /&gt;description WAAS VLAN&lt;BR /&gt;encapsulation dot1Q 20&lt;BR /&gt;ip address 10.20.23.4 255.255.255.0&lt;BR /&gt;ip wccp redirect exclude in&lt;BR /&gt;zone-member security inside&lt;BR /&gt;standby 20 ip 10.20.23.1&lt;BR /&gt;standby 20 priority 120&lt;BR /&gt;standby 20 preempt&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface FastEthernet0/0.77&lt;BR /&gt;description ROUTING VLAN&lt;BR /&gt;encapsulation dot1Q 77&lt;BR /&gt;ip address 10.77.23.4 255.255.255.0&lt;BR /&gt;ip access-group ethernetIN-new in&lt;BR /&gt;ip wccp 61 redirect in&lt;BR /&gt;ip wccp 62 redirect out&lt;BR /&gt;zone-member security inside&lt;BR /&gt;!&lt;BR /&gt;interface FastEthernet0/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/0&lt;BR /&gt;description Connection to HQ (GDS)&lt;BR /&gt;no ip address&lt;BR /&gt;no ip unreachables&lt;BR /&gt;encapsulation frame-relay&lt;BR /&gt;load-interval 30&lt;BR /&gt;frame-relay traffic-shaping&lt;BR /&gt;frame-relay lmi-type cisco&lt;BR /&gt;!&lt;BR /&gt;interface Serial0/0/0.1 point-to-point&lt;BR /&gt;bandwidth 256&lt;BR /&gt;ip address 10.5.23.2 255.255.255.252&lt;BR /&gt;no ip redirects&lt;BR /&gt;no ip proxy-arp&lt;BR /&gt;zone-member security outside&lt;BR /&gt;snmp trap link-status&lt;BR /&gt;frame-relay interface-dlci 123&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; class mc-256&lt;BR /&gt;frame-relay ip rtp header-compression&lt;BR /&gt;crypto map ho1&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface Async1&lt;BR /&gt;bandwidth 9&lt;BR /&gt;ip unnumbered FastEthernet0/0.10&lt;BR /&gt;ip access-group ASYNC_OUT out&lt;BR /&gt;zone-member security outside&lt;BR /&gt;encapsulation ppp&lt;BR /&gt;dialer in-band&lt;BR /&gt;dialer idle-timeout 60&lt;BR /&gt;dialer wait-for-carrier-time 60&lt;BR /&gt;dialer hold-queue 100&lt;BR /&gt;dialer-group 1&lt;BR /&gt;async dynamic routing&lt;BR /&gt;async mode dedicated&lt;BR /&gt;routing dynamic&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;ip forward-protocol nd&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 Async1 100&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip access-list extended ethernetIN-new&lt;BR /&gt;permit tcp host 10.2.23.254 eq 3389 host 10.0.134.1&lt;BR /&gt;permit tcp 10.22.23.0 0.0.0.255 host 10.0.1.194 eq 443&lt;BR /&gt;permit tcp 10.22.23.0 0.0.0.255 host 10.0.1.196 eq 443&lt;BR /&gt;permit tcp 10.22.23.0 0.0.0.255 eq 5000 host 10.0.1.80&lt;BR /&gt;permit tcp 10.22.23.0 0.0.0.255 eq 1494 192.82.134.32 0.0.0.31&lt;BR /&gt;permit tcp 10.4.23.0 0.0.0.255 host 10.0.1.65 eq 88&lt;BR /&gt;permit tcp host 10.2.23.253 host 10.0.1.65 eq 389&lt;BR /&gt;permit tcp host 10.2.23.253 host 10.0.1.65 eq 3268&lt;BR /&gt;permit tcp host 10.4.23.254 host 10.0.1.98 eq 5989&lt;BR /&gt;permit tcp host 10.4.23.254 eq 5989 host 10.0.1.98&lt;BR /&gt;permit tcp host 10.4.23.254 eq 8333 host 10.0.1.98&lt;BR /&gt;permit tcp host 10.4.23.254 eq 902 host 10.0.1.98&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; udp any eq netbios-ns any&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; icmp any any&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; ip any any&lt;/P&gt;&lt;P&gt;ip access-list extended mgmtIN&lt;BR /&gt;permit ip 10.0.2.0 0.0.0.255 any&lt;BR /&gt;permit tcp host 10.0.134.1 host 10.2.23.254 eq 3389&lt;BR /&gt;permit tcp any any eq 1720&lt;BR /&gt;permit tcp any eq 1720 any&lt;BR /&gt;permit udp any any range 16384 32767&lt;BR /&gt;permit tcp 10.0.2.0 0.0.0.255 host 10.2.23.200 eq 5012&lt;BR /&gt;permit tcp 10.0.134.0 0.0.0.7 10.10.23.0 0.0.0.7 eq telnet&lt;BR /&gt;permit tcp host 10.4.0.31 host 10.3.23.2 eq ftp&lt;BR /&gt;permit tcp host 10.4.0.31 host 10.3.23.2 eq ftp-data&lt;BR /&gt;permit tcp 10.0.134.0 0.0.0.7 10.10.23.0 0.0.0.7 eq 22&lt;BR /&gt;permit icmp any any echo&lt;BR /&gt;permit icmp any any echo-reply&lt;BR /&gt;permit tcp host 10.0.1.190 any&lt;BR /&gt;permit udp host 10.0.1.132 10.10.23.0 0.0.0.7 eq 160&lt;BR /&gt;permit udp host 10.0.1.132 10.10.23.0 0.0.0.7 eq snmp&lt;BR /&gt;permit udp host 10.0.1.190 10.10.23.0 0.0.0.7 eq snmp&lt;BR /&gt;permit udp host 10.0.1.190 10.10.23.0 0.0.0.7 eq 160&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; ip any any&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ip access-list extended waas&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; ip any host 10.15.23.111&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp host 10.0.134.1 host 10.2.23.254 eq 3389 log&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp 10.0.136.0 0.0.0.255 host 10.2.23.254 eq 3389&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp 10.0.136.0 0.0.0.255 host 10.2.23.254 range 135 139&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp 10.0.136.0 0.0.0.255 host 10.2.23.254 eq 445&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp host 10.0.1.98 host 10.4.23.254 eq 3389&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; ip host 10.0.1.98 host 10.4.23.254&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp host 10.0.1.98 host 10.4.23.254 eq 445&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp host 10.0.1.98 host 10.4.23.254 range 135 139&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp 10.0.136.0 0.0.0.255 host 10.2.23.253 eq 1801&lt;BR /&gt;deny&amp;nbsp;&amp;nbsp; tcp 10.0.136.0 0.0.0.255 host 10.2.23.253 eq www&lt;BR /&gt;permit ip any any&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:55:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-base-firewall-and-wccp-issue/m-p/1608813#M590933</guid>
      <dc:creator>gaboughanem</dc:creator>
      <dc:date>2019-03-11T19:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Zone Base Firewall and wccp issue</title>
      <link>https://community.cisco.com/t5/network-security/zone-base-firewall-and-wccp-issue/m-p/1608814#M590935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you cheked your logs to see if the drop is caused by ZFW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 18:46:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-base-firewall-and-wccp-issue/m-p/1608814#M590935</guid>
      <dc:creator>PAUL GILBERT ARIAS</dc:creator>
      <dc:date>2011-02-23T18:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Zone Base Firewall and wccp issue</title>
      <link>https://community.cisco.com/t5/network-security/zone-base-firewall-and-wccp-issue/m-p/1608815#M590941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes i have checked the logs and there are no drop logs seen on the router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i mentioned that the problem is the traffic from outside, binded by access-list mgmtIN are dropped although i cannot see the logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i disable wccp, everthing works fine without any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Feb 2011 19:24:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/zone-base-firewall-and-wccp-issue/m-p/1608815#M590941</guid>
      <dc:creator>gaboughanem</dc:creator>
      <dc:date>2011-02-23T19:24:47Z</dc:date>
    </item>
  </channel>
</rss>

