Re: Current status of WCCP support

2016-12-14 Thread Chao Xu
Hi Alan, It is my fault. With the config line below: LOCAL proxy.config.wccp.addr STRING "192.168.0.211" The traffic_manager can not parse the ADDR but no error log. [Nov 30 23:38:15.158] Manager {0x7f309db73740} NOTE: [LocalManager::LocalManager] WCCP identifying address set to "192.168.0.211

Re: Current status of WCCP support

2016-12-01 Thread Alan Carroll
That's very odd, since traffic_wccp and traffic_manager link literally the same code to perform WCCP operations. Any chance you can get a packet capture of the two HERE_I_AM packets for comparison? On Wednesday, November 30, 2016 9:49 AM, Chao Xu wrote: Hi Alan, I have setup an WCCP

Re: Current status of WCCP support

2016-11-30 Thread Chao Xu
Hi Alan, I have setup an WCCP environment. ## Cisco Switch R1#conf t R1(config)#ip wccp 0 R1(config)# R1#terminal monitor R1#debug ip wccp events WCCP events debugging is on R1#debug ip wccp packets WCCP packet info debugging is on ## ATS Configuration add 2 lines into records.config LOCAL

Re: Current status of WCCP support

2016-11-30 Thread Chao Xu
Hi Alan, 1) ./configure with "--enabled-wccp" 2) The WCCP configuration in records.config proxy.config.wccp.addr STRING 192.168.0.1 // the wccp router ip proxy.config.wccp.services STRING /path/to/wccp.config The wccp.config is setup by guide https://docs.trafficserver.apache.org/en/latest/adm

Re: Current status of WCCP support

2016-11-29 Thread Alan Carroll
As far as I know, WCCP is considered a finished feature and there is no ongoing development. It is still just WCCP V2 because, AFAIK, WCCP V3 was never released. I haven't used it for a while but I don't see what would have broken it. Did you (1) --enable-wccp and (2) install a WCCP configuratio

Re: Current status of WCCP support

2016-11-29 Thread Chao Xu
I tried to setup WCCP with ATS 6.0.x but it did not work correctly. I really need it work correctly in Q1, 2017. It will be great if you could share any document or guidelines to support me. BTW, do you known which ATS version the WCCP worked correctly ? Thanks. Oknet Xu 2016-11-29 22:38 GMT+

Current status of WCCP support

2016-11-29 Thread Jonathan Adams
Hi, I've been experimenting with WCCP support in ATS and had some questions. What is the current status of this support? Is it still under active development or is it considered "done"? I'm trying to use it with a gre tunnel and it is not registering with the router properly. Based on my (limi