Cisco Cache Engine

Excuse the noob question. But does anyone have a cisco cache engine running succesfully inline with mikrotiks. I have my wireless network feeding back to a switch, which then goes into a server running the mikrotik OS. I would like to place a cisco cache engine between the mikrotik, and the gateway out to the internet. What is the best way to go about setting this up? I have little experince with this.

Thanks
-T3C

Enable the ICP server with fetch as MT doesnt support wccp

config t

icp client enable
icp server enable
icp server remote-client 202.174.x.x fetch

Where remote client is your MT router

sho icp server
ICP server enabled
Listen on port 3130
HTTP proxy server for ICP on port 3128
Number of remote clients = 1
ICP remote client 202.174.x.x fetch misses: Yes

Then setup ip proxy on the MT as per
http://www.mikrotik.com/docs/ros/2.9/ip/proxy

:slight_smile:

Thanks!