This article provides information on how to implement the functionality of the Web Cache Communication Protocol, which is not supported as a feature on EX devices, via filter based forwarding.
Web Cache Communication Protocol (WCCP) is a Cisco developed content-routing protocol that provides a mechanism to redirect traffic flows in real-time. It has built-in load balancing, scaling, fault tolerance, and service-assurance (failsafe) mechanisms.
user@switch# show firewall family inet { filter test { term 1 { from { protocol tcp; source-port http; } then { routing-instance instance_test; } } term default { then accept; } } }
switch@juniper# show routing-instances instance_test { routing-options { static { route 0.0.0.0/0 next-hop 20.20.20.2; } } }
user@switch# show interfaces vlan.10 family inet { filter { input test; } address 10.10.10.1/24; }