Configuring Wccpv2 In A Vrf - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring WCCPv2
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
Command
ip wccp service-number redirect {in | out}
Example:
switch(config-if)# ip wccp 10 redirect in
ip wccp web-cache redirect {in | out}
Example:
switch(config-if)# ip wccp web-cache
redirect out
ip wccp redirect exclude in
Example:
switch(config-if)# ip wccp redirect
exclude in
This example shows how to configure a router to redirect web-related packets without a destination of
19.20.2.1 to the web cache:
switch(config)# access-list 100
switch(config-acl)# deny ip any host 192.0.2.1
switch(config-acl)# permit ip any any
switch(config-acl)# exit
switch(config)# ip wccp web-cache redirect-list 100
switch(config)# interface ethernet 2/1
switch(config-if)# ip wccp web-cache redirect out

Configuring WCCPv2 in a VRF

You can configure WCCPv2 redirection on an interface in a VRF.
The WCCPv2 VRF must match the VRF configured on the interface.
Note
SUMMARY STEPS
1.
2.
3.
4.
5.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
5-10
config t
vrf-context vrf-name
ip wccp {service-number | web-cache} [mode {open [redirect-list acl-name] | closed service-list
acl-name}]] [password [0-7] pwstring]
show ip wccp [vrf vrf-name]
copy running-config startup-config
Chapter 5
Purpose
Applies WCCPv2 redirection on the ingress or
egress traffic for this interface.
Applies WCCPv2 redirection on the ingress or
egress web cache traffic for this interface.
Excludes ingress traffic from WCCP redirection on
this interface.
Configuring WCCPv2
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents