cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
166
Views
0
Helpful
0
Replies

FMC FlexConfig WCCP Issue

Jim Matuska
Level 1
Level 1

I created a FlexConfig using the WCCP Template in FMC to use for Cisco WSA filtering with our FTD Firewalls.  The problem is my FlexConfig is only giving me half of the configuration I need. 

In a preview for FlexConfig I get the "wccp web-cache-90 group-list WS_GATEWAY redirect-list WS_REDIRECT" that I am expecting but I also need the interface configuration which I would expect to also have a line for "wccp interface inside 90 redirect in" but it is not in the preview.  

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.  Is the template wrong?  My FlexConfig is below.  I did check and I have set all the variables such as 

 

FlexConfig Interface section

#### Assiging wccp onto interface
#foreach( $interfaceName in $security-zone)
wccp interface $interfaceName $service redirect in
#end

 

**ll FlexConfig for WCCP below

#set( $service = "web-cache-90") 
 #if( $isServiceIdentifier == "true") 
 #set( $service = "$serviceIdentifier") 
 #end 
 #set ( $wccpCli = "wccp") 
 #set ( $wccpCli = "$wccpCli $service") 
 ####wccpGroupList is place-holder for extended ACL. 
 ####Replace wccpGroupList with extended ACL defined in FMC by inserting policy-object of type extended ACL. 
 #if( $wccpGroupList ) 
 #set( $wccpCli = "$wccpCli group-list $wccpGroupList") 
 #end 
 ####wccpRedirectList is place-holder for extended ACL. 
 ####Replace wccpRedirectList with extended ACL defined in FMC by inserting policy-object of type extended ACL. 
 #if( $wccpRedirectList ) 
 #set( $wccpCli = "$wccpCli redirect-list $wccpRedirectList") 
 #end 
 
$wccpCli 

 #### Assiging wccp onto interface 
 #foreach( $interfaceName in $security-zone)
 wccp interface $interfaceName $service redirect in 
 #end

0 Replies 0
Review Cisco Networking for a $25 gift card