2 WAE WCCP l2 only 1 gets the traffic

Hi,
I have 1 WAN Router and 2 WAVE devices configured in WCCP. The configuration works fine except that only the first WAVE that sees the router and established the WCCP receives the traffic. What I mean is that both WAVEs see the router and vice versa. When I establish the WCCP connection, the first WAVE to establish it becomes LEAD WAE and the other one does not get packets. If I disconnect the lead WAE or change its WCCP config and put it back, WCCP switches over to the other WAE and the other one is now exclusevly receiving the traffic. No load balancing is acheived.
First here's my setup:
1 WAN Router Cisco ISR G2 2911 IOS 15.2(1)T
2 Cisco WAVE-274 WAAS version 4.3.3 configured identically for WCCP.
Router IP: 10.x.y.1/22
WAVE IPs: 10.x.y.9 and 10.x.y.7 /22 and default gateway is the router 10.x.y.1
Users are on the same network 10.x.y.0/22 (is this a problem? i read in some WAAS config guide that the WAE cannot be in the same network as users)
Second here's the relevant config:
Router:
ip cef
ip wccp 61
ip wccp 62
interface GigabitEthernet0/0
description *** LAN Connection ***
ip wccp 61 redirect in
ip addr 10.x.y.1 255.255.252.0
interface GigabitEthernet0/1
description *** WAN Connection ***
ip wccp 62 redirect in
ip addr WAN_IP...
WAAS:
primary-interface GigabitEthernet 1/0
interface GigabitEthernet 1/0
ip address 10.x.y.9 255.255.252.0 (and .7 for the second WAVE)
interface InlineGroup 1/1
shutdown
wccp router-list 1 10.x.y.1
wccp tcp-promiscuous router-list-num 1 l2-redirect l2-return
wccp version 2
When I do the following on the router:
show ip wccp 61 detail
or show ip wccp 62 detail
I see:
WCCP Client information:
        WCCP Client ID:          10.x.y.7
        Protocol Version:        2.0
        State:                   Usable
        Redirection:             L2
        Packet Return:           L2
        Assignment:              HASH
        Initial Hash Info:       00000000000000000000000000000000
                                 FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
        Assigned Hash Info:      FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                 00000000000000000000000000000000
        Hash Allotment:          128 (50.00%)
        Packets s/w Redirected:  103912
        Connect Time:            03:34:05
        GRE Bypassed Packets
          Process:               0
          CEF:                   0
          Errors:                0
        WCCP Client ID:          10.x.y.9
        Protocol Version:        2.0
        State:                   Usable
        Redirection:             L2
        Packet Return:           L2
        Assignment:              HASH
        Initial Hash Info:       FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
                                 00000000000000000000000000000000
        Assigned Hash Info:      00000000000000000000000000000000
                                 FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
        Hash Allotment:          128 (50.00%)
        Packets s/w Redirected:  0
        Connect Time:            01:46:24
        GRE Bypassed Packets
          Process:               0
          CEF:                   0
          Errors:                0
On the WAAS, the WCCP Assignment Settings for Load Balancing is the default: Hash. (Hash on Source IP (Service 61):)
the Egress Method is IP forwarding
I have several connections from different source IP addresses and somehow they all end up hashed on the same WAE:
ConnID        Source IP:Port          Dest IP:Port            PeerID          Accel     RR
   360          10.x.y.3:49463   10.q.w.36:52732      xx:xx:xx:xx:xx:xx TMDL  16.1%
   373          10.x.y.4:55005   10.q.w.36:52732      xx:xx:xx:xx:xx:xx TMDL  24.8%
I checked in several places and read the best practices; the router platform support... and it seems that the config is OK
http://www.cisco.com/en/US/prod/collateral/contnetw/ps5680/ps6870/white_paper_c11-608042.html
Any ideas?
Thanks,
Patrick

Although it is recommended to use HASH for 2900 series routers, I just switched to MASK method for load balancing on both WAVE devices. This is supported according to Cisco doc. It seems that connections are now being accelerated by both WAVEs.
The behaviour is a bit weird though, connections are first being sent to one WAE then they show up as passthrough on it for a quick second and after that they get treated by the second wave!
I also see this behaviour when looking at the counters on the router, the counters went up to 274 packets on one router and are no longer changing although new connections are being treated, while the other router has a lot more packets:
ROUTER#show ip wccp 61 detail
WCCP Client information:
        WCCP Client ID:          10.x.y.7
        Protocol Version:        2.0
        State:                   Usable
        Redirection:             L2
        Packet Return:           L2
        Packets Redirected:      274
        Connect Time:            01:49:58
        Assignment:              MASK
        Mask  SrcAddr    DstAddr    SrcPort DstPort
        0000: 0x00000F00 0x00000000 0x0000  0x0000
        Value SrcAddr    DstAddr    SrcPort DstPort CE-IP
        0008: 0x00000800 0x00000000 0x0000  0x0000
        0009: 0x00000900 0x00000000 0x0000  0x0000
        0010: 0x00000A00 0x00000000 0x0000  0x0000 
        0011: 0x00000B00 0x00000000 0x0000  0x0000 
        0012: 0x00000C00 0x00000000 0x0000  0x0000 
        0013: 0x00000D00 0x00000000 0x0000  0x0000 
        0014: 0x00000E00 0x00000000 0x0000  0x0000
        0015: 0x00000F00 0x00000000 0x0000  0x0000
        WCCP Client ID:          10.x.y.9
        Protocol Version:        2.0
        State:                   Usable
        Redirection:             L2
        Packet Return:           L2
        Packets Redirected:      100788
        Connect Time:            01:49:56
        Assignment:              MASK
        Mask  SrcAddr    DstAddr    SrcPort DstPort
        0000: 0x00000F00 0x00000000 0x0000  0x0000
        Value SrcAddr    DstAddr    SrcPort DstPort CE-IP
        0000: 0x00000000 0x00000000 0x0000  0x0000 
        0001: 0x00000100 0x00000000 0x0000  0x0000 
        0002: 0x00000200 0x00000000 0x0000  0x0000 
        0003: 0x00000300 0x00000000 0x0000  0x0000 
        0004: 0x00000400 0x00000000 0x0000  0x0000
        0005: 0x00000500 0x00000000 0x0000  0x0000 
        0006: 0x00000600 0x00000000 0x0000  0x0000 
        0007: 0x00000700 0x00000000 0x0000  0x0000 
Any ideas?
Maybe I should've just clustered the WAVEs inline...

Similar Messages

  • When I try to right click "Save As" on photos in my yahoo email, I only get the option of saving as a secure download firefox document. How can I save the photo as it is intended (jpeg, png) ?

    If someone includes a photo in the email body message (I use yahoo), if I right click on the image to save it to my computer, I only get the option to save it as a firefox document - secure download. If I save it as such and then click on the link, it takes me to a page full of weird code.
    Please advise. I would like to be able to right click on the photo as save the image to my computer.

    If Firefox doesn't saves the image with a valid image file extension like .jpg or .png then you need to add that file extensions yourself. You can rename already saved images and change the file extension to get working images. Add quotes around the name while renaming ("image.jpg") if Windows hides the current file extension or refuses to change the name (i.e you get image.jpg.html).
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • I have two libraries on separate computers. If i turned itunes match on in both computers would the two libraries merge? So if my iphone normally syncs with my laptop would i still only get the iphones library or would i get both as one?

    I have two libraries on separate computers. If i turned itunes match on in both computers would the two libraries merge? So if my iphone normally syncs with my laptop would i still only get the iphones library or would i get both as one?

    Yes, the two libraries should merge. However, you need to turn on match on one computer and let it finish before adding the second library.
    Once you turn march on n your phone then you don't sync it with iTunes, but the merged library will show up on the phone. If you don't turn on match on your phone and continue to sync then all of the music from both libraries should be available to sync to it.
    The only bit I can't confirm is what happens if you try to sync music to the phone which isnt actually downloaded into iTunes. Im not in a position to test that, but maybe someone else can help.

  • Anytime I try to print in Firefox a Microsoft KB article that is 1 page, I always only get the first page.

    Anytime I print any Microsoft KB article, I only get the first page worth of text. This is very troubling because the articles are typically long, and I only get 1 page. The second page always comes out blank (even though in IE it will print out multiple pages with all the text).
    My specific example today is listed in the URL below. This example will only print to the "DIR" command, I don't get the full page printed out.
    Anyone else have this problem? Anyone have a resolution? I hate having to hit up IE just to print a single article.
    I updated to FF 8.01 just to make sure, and I have tried different printers and even computers, to no avail. Even the print preview has the issue, only the first page worth of text is printed and the second page is always blank (even if there are 3, 4, 5, etc pages of data to be printed).
    I have also tried the Firefox Menu -> Print command, and the "on-page" print command. I have seen moderate success with highlighting all the text that I want to print and going to "Print-Selection" but it is ugly.
    Any feedback or assistance is greatly appreciated.

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • How can I print Double A4 with HP Officejet 6500? I only get the first page...

    I try to print a large photo in "landscape" Double A4 with my HP Officejet 6500.
    I can select "Double A4" to print but I only get the first page. So I only have  half a photo.
    What should I do?

    chris
    You can not attach a multi-page .pdf document to Pages.
    Just create a folder in which you enclose both your Pages letter and the .pdf.
    Peter

  • How to get the traffic split up in VPN 3000 Concentrator?

    Hi,
    Requirement:
    I want to parse & analyze the Cisco VPN 3000 Concentrator logs and provide the report for the happenings using the log.
    Issue:
    I am able to get the traffic split up for Cisco Pix501 thro' it's logs for the VPN connections. But in Cisco3000VPN Concentartor, i am not able to get the traffic details for any PPTP/IPSec connections. It simply provide the overall traffic log when the seeion is closed. For example below is my traffic log,
    <189>14014 07/23/2004 19:16:24.640 SEV=4 AUTH/28 RPT=41 192.168.101.41 User [sarav] Group [Base Group] disconnected: Session Type: PPTP Duration: 0:16:37 Bytes xmt: 216 Bytes rcv: 38023 Reason: User Requested
    My Question:
    Is there any configuration/solution available to get the live traffic[traffic split up] thro' that VPN connection for Cisco3000VPN Concentartor?
    Please help me in getting this issue resolved.
    Thanks to all helping me to resolve the issue.
    Thanks.

    You get the details from the Pix logs not because of VPN functionality but because the Pix is a stateful device the manages and logs each and every session.
    The VPN 3000 is not stateful or session aware. The best you could do is provide packet level logging, but this would generate enormous log files that would need to be statistically analyzed to provide useful information.
    Your best options are to run their traffic through a Pix firewall for the session logging, use the first hop router inside the network that can provide Netflow export for analysis, or use a probe to monitor the traffic that can discern the indivdual flows. For the last two, ntop can analyze netflow of mirrored sessions to provide protocol analysis by src/dest IP, top protocols used, etc.
    -Shannon

  • I want to sync tasks in Outlook with my iPhone. I have tried Toodledo (not good) and Todo. Todo works, but it cuts off most of the text. I only get the beginning of my (long) lists. Any ideas how I can solve this problem?

    I want to sync tasks in Outlook with my iPhone. I have tried Toodledo (not good) and Todo. Todo works, but it cuts off most of the text. I only get the beginning of my (long) lists. Any ideas how I can solve this problem? I starting to regret that I switched to iPhone...

    Usually if you have some kind of hardware failure there is some beeping during POST or most motherboards now have LED indicators to produce and error message based on the type of failure
    So if its bad memory, not place properly, mismatched, processor not inserted properly, mismatched voltage or voltage connector not present etc it beeps or generates the error id.
    Power supplies can be tested for failure. There are some walk throughs for testing just them with a switch, paperclip or a jumper (I'd suggest not doing this if you are not familiar with the dangers of electricity).
    Memory can be tested with memory diagnostics programs like Memtest+
    Processors can overheat if the proper precautions have not been taken usually you will get a POST beep or error code for that.
    If the motherboard has no response then do the basics first:
    Check power connectors and power supply. Once you determine that is not the case move on to other items like graphics cards in all the way or memory.

  • HT202157 How can itv from my iPad to Apple TV I only get the sound and no picture

    How can itv from my iPad to Apple TV I only get the sound and no picture

    Welcome to the Apple Community.
    If you mean from the iTV player app, that's because iTV block AirPlay from working with their app.

  • HT5517 I have enabled airplay from my ipad to my apple tv and I am only getting the audio and no picture?

    I have enabled airplay from my ipad to my apple tv and I am only getting the audio and no picture?

    I assume this is using an app.
    Check the developer's website as many only support Audio Airplay.

  • HT4623 My ipad2 is not restarting after updating to iOS7, I now only get the apple symbol? Please advise what I need to do to get it working again. Thanks.

    My ipad2 is not restarting after updating to iOS7, I now only get the apple symbol? Please advise what I need to do to get it working again. Thanks.

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • Currently I have 10 bookmark folders, but when I try to bookmark a new webpage, I only get the option of 5 of them. Is there anything I can do to make them all visible?

    Currently I have 10 bookmark folders, but when I try to bookmark a new webpage, I only get the option of 5 of them. Is there anything I can do to make them all visible? I am now having to bookmark it to the "bookmark menu" and then manually moving it to the folder I want cause it is not being displayed.

    No there is no arrow besides any of the folders (I do not have any sub-folders); I do have a "choose..." option, but that does not work either in showing all of the folders.

  • How can I view a PDF file on my IPad? I only get the first page.

    How can I view a PDF file from my Ipad, both in email and Internet links? I only get the first page.

    Support for viewing PDFs in emails and web-pages is built in to the iPad. You need not have bought an app for that.
    There are PDF apps that provide more features than the built-in functionality, but for basic viewing of multi-page PDFs no app is required.

  • I dont get sound for videos, games and music but ringtone still works. When i press volume buttons on side of phone i only get the picture of the nell and no little dots underneath. This is on my iphone 4s and ipad. It happened at the same time.

    I dont get sound for videos, games and music but ringtone still works. When i press volume buttons on side of phone i only get the picture of the nell and no little dots underneath. This is on my iphone 4s and ipad. It happened at the same time.

    Recurring theme with the 4s losing alerts except for the phone ringing.  Most complaints seem to center on the 7.1 upgrade.  The fix is dodgy, putting in a charger, playing a you tube video then pulling out the charger and wiggling it until you get the sound back.  When you get the sound back, the volume buttons start to work again.  Alternate solutions involve cleaning the docking port with a toothbrush, running a pick over the electrodes etc.

  • I downloaded a song yesterday and when i go to play it i only get the first four or five seconds, then it quits. When I check for available downloads, Apple says all songs have been downloaded to this computer.This last purchase didn't download.

    I downloaded a song yesterday, April 6th. It didn't download successfully, but Apple or i-tunes said it has been downloadd to my computer. Well it hasn't. I only get the first 4 or 5 seconds when i try to play it.  i don't want to pay for it again.  What should I do?

    Launch iTunes on your computer.
    From the menu bar click iTunes > Preferences then select the Advanced tab.
    Click Reset warnings and Reset cache
    Click OK.
    Restart your computer, launch iTunes.
    Click Store > Check for Available Downloads...

  • When I open a template I only get the first page. Any ideas?

    Hi, When I open a template in Pages I only get the first page and not the continuation pages. Does anyone have any ideas of what I'm doing wrong? Thanks.

    This same question was asked & answered earlier today. I'll use my same response & the same screenshot I used then.
    Skimming the templates in the Template Chooser shows you all of the pages available in the template once you open it. You can insert the one(s) you want, even more than one of any of them. Most users don't want or need all of the different pages, especially when they start the document.

  • When I start Firefox, I only get the background of my browser in the Firefox window. I already reinstalled it, but that doesn't fix the problem.

    When I start Firefox, I only get the background of my browser in the Firefox window. I the normal window for 1 second, but then it changes in only the background window. So without toolbar, or navigation. I already reinstalled it, but that doesn't fix the problem.

    Try to disable hardware acceleration in Firefox.
    Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    https://hacks.mozilla.org/2010/09/hardware-acceleration/
    https://support.mozilla.org/kb/how-do-i-upgrade-my-graphics-drivers

Maybe you are looking for