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

WCCP Support for other TCP Ports

joet8591
Level 1
Level 1

Looking for a sample config using WCCP to redirect TCP port 8080 and 8443 as well some other custom TCP ports.

Currently using the CEs/WAEs for HTTP and other standard streaming protocols.

Using ACNS 5.X. Not clear on the service group config.

router#

ip wccp web-cache redirect-list 123

ip wccp 60 redirect-list 123

ip wccp 70 redirect-list 123

ip wccp 80 redirect-list 123

ip wccp 81 redirect-list 123

ip wccp 82 redirect-list 123

interface xxxx

ip wccp web-cache redirect out

ip wccp 60 redirect out

ip wccp 70 redirect out

ip wccp 80 redirect out

ip wccp 81 redirect out

ip wccp 82 redirect out

Thanks

JT

4 Replies 4

alejrodr
Cisco Employee
Cisco Employee

JT,

Please take a look at this doc, will help you with the redirection of 8080 and 8443.

http://www.cisco.com/en/US/products/hw/contnetw/ps546/products_configuration_example09186a00801abf77.shtml

For the other services, it is pretty much as you have them on the router.

http://www.cisco.com/univercd/cc/td/doc/product/webscale/uce/acns55/55ldg/wccpch.htm#wp1262001

You will need to enable them on the CE as well.

http://www.cisco.com/univercd/cc/td/doc/product/webscale/uce/acns55/55ldg/wccpch.htm#wp1634177

Something like this for WMT and RTSP:

Router:

ip wccp web-cache

ip wccp 80

ip wccp 81

ip wccp 82

ip wccp 83

interface FastEthernet0/1

description to WAN

ip address xxxxxxx

ip wccp web-cache redirect out

ip wccp 80 redirect out

ip wccp 81 redirect out

ip wccp 82 redirect out

ip wccp 83 redirect out

CE:

wccp router-list 1 192.168.1.1

wccp web-cache router-list-num 1

wccp rtsp router-list-num 1

wccp wmt router-list-num 1

wccp version 2

Hope it helps.

-Alejandro.

Are the actual TCP Ports (non standard) configured on the CDM GUI? The CE then tells the wccp router to look for that TCP port based on the service number.

(We have some web apps on TCP 2000 and 3000.)

Thanks

JT

Jt,

Yes, you can use the CDM Gui to assign the non standard ports for the custom web-cache service.

Check step 8-e.

http://www.cisco.com/univercd/cc/td/doc/product/webscale/uce/acns55/55cdg/9136rout.htm#wp1041547

-Alejandro.