• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back
What is WCCP?
Web Cache Communication Protocol

Cisco proprietary content routing technology. It redirects content to a local Cisco Content Engine or other proxy.
How does WCCP affect the end user?
It is completely transparent. No proxy config requred.
What version of WCCP is the default?
2
What command will configure WCCP version 1?
router(config)# ip wccp version 1
What are the restrictions of WCCP version 1?
Version 1 only supports port 80 redirection. It also only supports one router per content engine cluster.
What are the enhancements of WCCP version 2 over version 1?
Version 2 supports up to 32 content engines and 32 routers in a service group.

Multicast can be used for communications.
What are the constraints of using multicast for WCCP v2 communications?
All content engines in the cluster must be able to talk to all routers.

TTL of 15 or less for multicast must be used on routers.
What are the requirements for WCCP traffic redirection?
Traffic redirection must be done either via GRE tunnel or direct L2 adjacency.

L2 method requires content engine and router to be on same subnet.
How does WCCP accomplish traffic redirection using a direct L2 adjacency?
MAC address rewriting
What is the base config for WCCP?
ip wccp web-cache
int f0/0
ip wccp web-cache redirect in
What is the syntax to limit the WCCP content engines allowed to participate?
router(config)# ip wccp web-cache group-list <ACL>
What is the syntax to limit what requests are redirected via WCCP?
router(config)# ip wccp web-cache redirect-list <ACL>
What is the syntax to view WCCP status?
show ip wccp web-cache
What is the syntax to define other protocols to be redirected via WCCP?
router(config)# ip wccp web-cache service-list <ACL>