Tuesday 25 September 2018

Understanding the configuration of WCCP

--> You can check my previous post to understand what is WCCP by clicking here (http://networkingmaterials.blogspot.com/2017/09/introduction-to-wccp.html).

--> WCCP can be configured on the Router, Multilayer Switch as well as Firewall.

--> In this post, I will explain how to configure WCCP on the Router.



Step1: Configure WCCP Version 2

Router(config)# ip wccp version 2

Step2: Specify the IP Address of WSA in an ACL.

Router(config) # access-list 10 permit host 192.168.2.200

Step3: Specify which traffic needs to be redirected to WSA using an ACL.

Router (config)# access-list 100 permit tcp any any eq 80

Router (config)# access-list 100 permit tcp any any eq 443

Router (config)# access-list 100 permit tcp any any eq 8080

Step4: Configure WCCP Service IP and combine all the parameters 

Router (config)# ip wccp 50 group-list 10 redirect-list 100 password cisco

Step5: Apply WCCP on the interface of the Router.

Router (config)# int fa0/0.100

Router (config-if)# ip wccp 50 redirect in

Ref: Cisco.com

Md.Kareemoddin

CCIE # 54759

No comments:

Post a Comment