01-05-2011 07:01 PM
Hi All:
I have attached a simply diagram here, basically, in core area, i have two routers and one big WAE appliance; at the edge area, i have two routers and two small WAE appliances.
at most of the time, the traffics are asymetric. (please see the red broken arrow line in the attached file). i have enabled WCCP on the four routers, i want to ask: how to controll the WCCP load balance to make sure traffic going out from the same user and come back will always go through the same WAE at the edge site, which means the traffic going out and return will via the same pair of WAE, so the optimization will happen.
thanks
Solved! Go to Solution.
01-06-2011 06:20 AM
The WCCP database is replicated across both routers therefore asymetrical routing is NOT an issue.
01-06-2011 08:11 AM
Jason,
The two edge routers will have the same WCCP Hash or Mask buckets which will determine which WAE to send the traffic to.
Assuming you are using software based routers at the edge and you've configured the default of Hash assignment on the edge WAEs you could use the following command on the routers to see where specific hosts will be sent based on the hash calculation.
show ip wccp
Here is a sample output from my lab with two WAEs and two Routers (2821 and 2911):
########### Router1 #######################
pdi-2821-rtp#sh ip wccp 61 det
WCCP Client information:
WCCP Client ID: 14.110.3.130
Protocol Version: 2.0
State: Usable
Redirection: GRE
Packet Return: GRE
Assignment: HASH
Initial Hash Info: 00000000000000000000000000000000
00000000000000000000000000000000
Assigned Hash Info: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
00000000000000000000000000000000
Hash Allotment: 128 (50.00%)
Packets s/w Redirected: 14
Connect Time: 00:01:10
Bypassed Packets
Process: 0
CEF: 0
Errors: 0
WCCP Client ID: 14.110.3.131
Protocol Version: 2.0
State: Usable
Redirection: GRE
Packet Return: GRE
Assignment: HASH
Initial Hash Info: 00000000000000000000000000000000
00000000000000000000000000000000
Assigned Hash Info: 00000000000000000000000000000000
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Hash Allotment: 128 (50.00%)
Packets s/w Redirected: 0
Connect Time: 00:00:25
Bypassed Packets
Process: 0
CEF: 0
Errors: 0
pdi-2821-rtp#sh ip wccp 61 hash 0.0.0.0 14.110.3.117 0 0
WCCP hash information for:
Primary Hash: Src IP: 14.110.3.117
Bucket: 22
WCCP Client: 14.110.3.131
pdi-2821-rtp#sh ip wccp 62 hash 14.110.3.117 0.0.0.0 0 0
WCCP hash information for:
Primary Hash: Dst IP: 14.110.3.117
Bucket: 22
WCCP Client: 14.110.3.131
01-05-2011 07:01 PM
01-06-2011 06:20 AM
The WCCP database is replicated across both routers therefore asymetrical routing is NOT an issue.
01-06-2011 08:11 AM
Jason,
The two edge routers will have the same WCCP Hash or Mask buckets which will determine which WAE to send the traffic to.
Assuming you are using software based routers at the edge and you've configured the default of Hash assignment on the edge WAEs you could use the following command on the routers to see where specific hosts will be sent based on the hash calculation.
show ip wccp
Here is a sample output from my lab with two WAEs and two Routers (2821 and 2911):
########### Router1 #######################
pdi-2821-rtp#sh ip wccp 61 det
WCCP Client information:
WCCP Client ID: 14.110.3.130
Protocol Version: 2.0
State: Usable
Redirection: GRE
Packet Return: GRE
Assignment: HASH
Initial Hash Info: 00000000000000000000000000000000
00000000000000000000000000000000
Assigned Hash Info: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
00000000000000000000000000000000
Hash Allotment: 128 (50.00%)
Packets s/w Redirected: 14
Connect Time: 00:01:10
Bypassed Packets
Process: 0
CEF: 0
Errors: 0
WCCP Client ID: 14.110.3.131
Protocol Version: 2.0
State: Usable
Redirection: GRE
Packet Return: GRE
Assignment: HASH
Initial Hash Info: 00000000000000000000000000000000
00000000000000000000000000000000
Assigned Hash Info: 00000000000000000000000000000000
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
Hash Allotment: 128 (50.00%)
Packets s/w Redirected: 0
Connect Time: 00:00:25
Bypassed Packets
Process: 0
CEF: 0
Errors: 0
pdi-2821-rtp#sh ip wccp 61 hash 0.0.0.0 14.110.3.117 0 0
WCCP hash information for:
Primary Hash: Src IP: 14.110.3.117
Bucket: 22
WCCP Client: 14.110.3.131
pdi-2821-rtp#sh ip wccp 62 hash 14.110.3.117 0.0.0.0 0 0
WCCP hash information for:
Primary Hash: Dst IP: 14.110.3.117
Bucket: 22
WCCP Client: 14.110.3.131
01-09-2011 11:15 PM
thanks a lot.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide