Cisco Nexus 7000 Series Configuration Manual page 109

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

Advertisement

Chapter 5
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 .
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
vrf context vrf-name
Example:
switch(config)# vrf context Red
switch(config-vrf)#
Step 3
ip wccp { service-number | web-cache}
[mode {open [redirect-list acl-name ] |
closed service-list acl-name }]]
[password [0-7] pwstring ]
Example:
switch(config-vrf)# ip wccp 10
Example:
switch(config-vrf)# ip wccp web-cache
password Test1 redirect-list httpTest
Step 4
show ip wccp [vrf vrf-name ]
Example:
switch(config-vrf)# show ip wccp vrf Red
Step 5
copy running-config startup-config
Example:
switch(config-vrf)# copy running-config
startup-config
OL-20002-02
Purpose
Enters configuration mode.
Enters VRF configuration mode. The vrf-name can be
any case-sensitive alphanumeric string up to 63
characters.
Creates an open or closed mode service group. The
service list identifies a named extended IP access list
that defines the packets that will match the service.
This is required only when the service is defined as
closed mode.
Optional parameters include:
The service-number range is from 1 to 255. The
acl-name can be any case-sensitive alphanumeric
string up to 64 characters. The pwstring can be any
case-sensitive alphanumeric string up to eight
characters
(Optional) Displays information about WCCPv2. The
vrf-name can be any case-sensitive alphanumeric
string up to 64 characters.
(Optional) Saves this configuration change.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
mode—Configures the service group in open or
closed mode. The default is open. For closed
mode, configures an IP access list to define the
traffic type that will match this service.
password—Configures MD5 authentication for a
service group. Use password 0 pwstring to store
the password in clear text. Use password 7
pwstring to store the password in encrypted form.
You can use the password 7 keywords for an
already encrypted password.
redirect-list—Configures a global WCCPv2
redirection list for the service group to control the
traffic that is redirected to the cache engine.
service-list—Configures an IP access list that
defines the traffic type redirected by the service
group.
Configuring WCCPv2
5-11

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents