<?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 FMC FlexConfig WCCP Issue in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/fmc-flexconfig-wccp-issue/m-p/5112502#M1112843</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I created a FlexConfig using the WCCP Template in FMC to use for Cisco WSA filtering with our FTD Firewalls.&amp;nbsp; The problem is my FlexConfig is only giving me half of the configuration I need.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In a preview for FlexConfig I get the &lt;STRONG&gt;"wccp web-cache-90 group-list WS_GATEWAY redirect-list WS_REDIRECT"&lt;/STRONG&gt; that I am expecting but I also need the interface configuration which I would expect to also have a line for&lt;STRONG&gt; "wccp interface inside 90 redirect in"&lt;/STRONG&gt; but it is not in the preview.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am thinking it has something to do with the last few lines in the FlexConfig that is supposed to assign wccp onto the interface but it is direct from the template.&amp;nbsp; Is the template wrong?&amp;nbsp; My FlexConfig is below.&amp;nbsp; I did check and I have set all the variables such as&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FlexConfig Interface section&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#### Assiging wccp onto interface&lt;BR /&gt;#foreach( $interfaceName in $security-zone)&lt;BR /&gt;wccp interface $interfaceName $service redirect in&lt;BR /&gt;#end&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;**ll FlexConfig for WCCP below&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#set(&amp;nbsp;$service&amp;nbsp;=&amp;nbsp;"web-cache-90")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#if(&amp;nbsp;$isServiceIdentifier&amp;nbsp;==&amp;nbsp;"true")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#set(&amp;nbsp;$service&amp;nbsp;=&amp;nbsp;"$serviceIdentifier")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#end&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#set&amp;nbsp;(&amp;nbsp;$wccpCli&amp;nbsp;=&amp;nbsp;"wccp")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#set&amp;nbsp;(&amp;nbsp;$wccpCli&amp;nbsp;=&amp;nbsp;"$wccpCli&amp;nbsp;$service")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;####wccpGroupList&amp;nbsp;is&amp;nbsp;place-holder&amp;nbsp;for&amp;nbsp;extended&amp;nbsp;ACL.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;####Replace&amp;nbsp;wccpGroupList&amp;nbsp;with&amp;nbsp;extended&amp;nbsp;ACL&amp;nbsp;defined&amp;nbsp;in&amp;nbsp;FMC&amp;nbsp;by&amp;nbsp;inserting&amp;nbsp;policy-object&amp;nbsp;of&amp;nbsp;type&amp;nbsp;extended&amp;nbsp;ACL.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#if(&amp;nbsp;$wccpGroupList&amp;nbsp;)&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#set(&amp;nbsp;$wccpCli&amp;nbsp;=&amp;nbsp;"$wccpCli&amp;nbsp;group-list&amp;nbsp;$wccpGroupList")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#end&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;####wccpRedirectList&amp;nbsp;is&amp;nbsp;place-holder&amp;nbsp;for&amp;nbsp;extended&amp;nbsp;ACL.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;####Replace&amp;nbsp;wccpRedirectList&amp;nbsp;with&amp;nbsp;extended&amp;nbsp;ACL&amp;nbsp;defined&amp;nbsp;in&amp;nbsp;FMC&amp;nbsp;by&amp;nbsp;inserting&amp;nbsp;policy-object&amp;nbsp;of&amp;nbsp;type&amp;nbsp;extended&amp;nbsp;ACL.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#if(&amp;nbsp;$wccpRedirectList&amp;nbsp;)&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#set(&amp;nbsp;$wccpCli&amp;nbsp;=&amp;nbsp;"$wccpCli&amp;nbsp;redirect-list&amp;nbsp;$wccpRedirectList")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#end&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$wccpCli&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;####&amp;nbsp;Assiging&amp;nbsp;wccp&amp;nbsp;onto&amp;nbsp;interface&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#foreach(&amp;nbsp;$interfaceName&amp;nbsp;in&amp;nbsp;$security-zone)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;wccp&amp;nbsp;interface&amp;nbsp;$interfaceName&amp;nbsp;$service&amp;nbsp;redirect&amp;nbsp;in&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#end&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 22:11:08 GMT</pubDate>
    <dc:creator>Jim Matuska</dc:creator>
    <dc:date>2024-05-21T22:11:08Z</dc:date>
    <item>
      <title>FMC FlexConfig WCCP Issue</title>
      <link>https://community.cisco.com/t5/network-security/fmc-flexconfig-wccp-issue/m-p/5112502#M1112843</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I created a FlexConfig using the WCCP Template in FMC to use for Cisco WSA filtering with our FTD Firewalls.&amp;nbsp; The problem is my FlexConfig is only giving me half of the configuration I need.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In a preview for FlexConfig I get the &lt;STRONG&gt;"wccp web-cache-90 group-list WS_GATEWAY redirect-list WS_REDIRECT"&lt;/STRONG&gt; that I am expecting but I also need the interface configuration which I would expect to also have a line for&lt;STRONG&gt; "wccp interface inside 90 redirect in"&lt;/STRONG&gt; but it is not in the preview.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am thinking it has something to do with the last few lines in the FlexConfig that is supposed to assign wccp onto the interface but it is direct from the template.&amp;nbsp; Is the template wrong?&amp;nbsp; My FlexConfig is below.&amp;nbsp; I did check and I have set all the variables such as&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FlexConfig Interface section&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#### Assiging wccp onto interface&lt;BR /&gt;#foreach( $interfaceName in $security-zone)&lt;BR /&gt;wccp interface $interfaceName $service redirect in&lt;BR /&gt;#end&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;**ll FlexConfig for WCCP below&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#set(&amp;nbsp;$service&amp;nbsp;=&amp;nbsp;"web-cache-90")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#if(&amp;nbsp;$isServiceIdentifier&amp;nbsp;==&amp;nbsp;"true")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#set(&amp;nbsp;$service&amp;nbsp;=&amp;nbsp;"$serviceIdentifier")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#end&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#set&amp;nbsp;(&amp;nbsp;$wccpCli&amp;nbsp;=&amp;nbsp;"wccp")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#set&amp;nbsp;(&amp;nbsp;$wccpCli&amp;nbsp;=&amp;nbsp;"$wccpCli&amp;nbsp;$service")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;####wccpGroupList&amp;nbsp;is&amp;nbsp;place-holder&amp;nbsp;for&amp;nbsp;extended&amp;nbsp;ACL.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;####Replace&amp;nbsp;wccpGroupList&amp;nbsp;with&amp;nbsp;extended&amp;nbsp;ACL&amp;nbsp;defined&amp;nbsp;in&amp;nbsp;FMC&amp;nbsp;by&amp;nbsp;inserting&amp;nbsp;policy-object&amp;nbsp;of&amp;nbsp;type&amp;nbsp;extended&amp;nbsp;ACL.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#if(&amp;nbsp;$wccpGroupList&amp;nbsp;)&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#set(&amp;nbsp;$wccpCli&amp;nbsp;=&amp;nbsp;"$wccpCli&amp;nbsp;group-list&amp;nbsp;$wccpGroupList")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#end&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;####wccpRedirectList&amp;nbsp;is&amp;nbsp;place-holder&amp;nbsp;for&amp;nbsp;extended&amp;nbsp;ACL.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;####Replace&amp;nbsp;wccpRedirectList&amp;nbsp;with&amp;nbsp;extended&amp;nbsp;ACL&amp;nbsp;defined&amp;nbsp;in&amp;nbsp;FMC&amp;nbsp;by&amp;nbsp;inserting&amp;nbsp;policy-object&amp;nbsp;of&amp;nbsp;type&amp;nbsp;extended&amp;nbsp;ACL.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#if(&amp;nbsp;$wccpRedirectList&amp;nbsp;)&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#set(&amp;nbsp;$wccpCli&amp;nbsp;=&amp;nbsp;"$wccpCli&amp;nbsp;redirect-list&amp;nbsp;$wccpRedirectList")&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#end&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;$wccpCli&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;####&amp;nbsp;Assiging&amp;nbsp;wccp&amp;nbsp;onto&amp;nbsp;interface&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#foreach(&amp;nbsp;$interfaceName&amp;nbsp;in&amp;nbsp;$security-zone)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;wccp&amp;nbsp;interface&amp;nbsp;$interfaceName&amp;nbsp;$service&amp;nbsp;redirect&amp;nbsp;in&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;#end&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 22:11:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/fmc-flexconfig-wccp-issue/m-p/5112502#M1112843</guid>
      <dc:creator>Jim Matuska</dc:creator>
      <dc:date>2024-05-21T22:11:08Z</dc:date>
    </item>
  </channel>
</rss>

