ACE :Transparent Cache-SP

Gurus,
I have a setup for transparent caching with my SP client and as of now we are using leastconn as predictor with A2(1.3) as the version.
here are my pain points:
1. The Cache guys tell me the moment we turn normalization ON the caches cant FTP the logs to their FTP servers (the traffic/conn drops after sometime).we dont have randomization ON.
I feel its more of the cache issue or of the connection than of security as normalization will either allow or disallow but will not terminate after some time.
2. also im observing in "show stats" output , lot of "Total layer4 rejections" and some Layer7 conns, and "Total times rserver was unavailable" .. as we see probe-fails a lot when traffic peaks up thus making cache to be out-of-service , need to know when do we have these issues.does it need to have the whole farm to fail or is it for connections failing for a single cache-server?
any good links to find more on the troubleshooting aspect of ACE ?
thanks
Shukla.

Shukla,
ACE has a default idle timeout of 1hour for all traffic going through.
This is true with and without normalization.
Once the connection times out, it is being removed from the connection-list.
This is where normalization makes a difference.
With normalization, a connection can only be established with a SYN.
So, when the application starts sending again, we do not allow the packets to go through.
Without normalization, any packet can be used to establish the connection, so when the server start sending data again, we re-establish the connection and allow the packets to go through.
L4 rejections occur when we can't find a server active - so the whole farm is down.
Gilles.

Similar Messages

  • Have any one configure transparent caching on ACE module

    How to configure transparent caching on ACE module? Please kindly give me a example configure. Thank you very much.

    here is a basic config.
    The module will intercept traffic coming in on vlan 20 and loadbalance it doing a url hashing to caches in vlan 30.
    The mode is transparent so the destination ip address is preserved.
    serverfarm host CACHES
    transparent
    predictor hash url
    rserver linux1
    inservice
    rserver linux1-24
    inservice
    class-map match-all VIP-TCP80
    2 match virtual-address 0.0.0.0 0.0.0.0 tcp eq www
    policy-map type loadbalance first-match SF-CACHES
    class class-default
    serverfarm CACHES
    policy-map multi-match SLB-CACHES
    class VIP-TCP80
    loadbalance vip inservice
    loadbalance policy SF-CACHES
    interface vlan 20
    ip address 192.168.20.123 255.255.255.0
    peer ip address 192.168.20.121 255.255.255.0
    access-group input PERMIT-ANY
    service-policy input ALLOW-ALL
    service-policy input SLB-CACHES
    no shutdown

  • ACE4710 Transparent Caching

    Hello Friends,
    I am facing a problem with the ACE4710, problem description as follows;
    We have two IronPort web security boxes loadbalanced using the ACE4710 which configured in the bridged mode for transparent caching . Now we are facing a strange problem with downloading from websites like cisco.com, ibm.com etc.. it gives the error ;;connection timedout''  in the final stage...What we observed that these sites are initially https and then changing to http something like that... below is the configuration details;
    ==================
    serverfarm host IRONPORT-SF
      transparent
      predictor hash url
      rserver IRONPORT-1
        probe IRONPORT-ICMP
        inservice
      rserver IRONPORT-2
        probe IRONPORT-ICMP
        inservice
    sticky ip-netmask 255.255.255.255 address source IRONPORT-STICKY
      timeout 60
      timeout activeconns
      replicate sticky
      serverfarm IRONPORT-SF
    policy-map type loadbalance first-match IRONPORT-LB
      class class-default
        sticky-serverfarm IRONPORT-STICKY
    class-map match-all VIP-TCP443
      2 match virtual-address 0.0.0.0 0.0.0.0 tcp eq https
    class-map match-all VIP-TCP80
      2 match virtual-address 0.0.0.0 0.0.0.0 tcp eq www
    policy-map multi-match SERVERFARM-POLICY
      class VIP-TCP80
        loadbalance vip inservice
        loadbalance policy IRONPORT-LB
        loadbalance vip icmp-reply active
      class VIP-TCP443
        loadbalance vip inservice
        loadbalance policy IRONPORT-LB
        loadbalance vip icmp-reply active
    policy-map type loadbalance first-match IRONPORT-LB
      class class-default
        sticky-serverfarm IRONPORT-STICKY
    policy-map multi-match SERVERFARM-POLICY
      class VIP-TCP80
        loadbalance vip inservice
        loadbalance policy IRONPORT-LB
        loadbalance vip icmp-reply active
    interface vlan 20
      description ---------CLIENT SIDE INTERFACE---------
      ip address <<IP Address>> <<Mask>>
      alias <<IP Address>> <<Mask>>
      peer ip address <<IP Address>> <<Mask>>
      no normalization
      no icmp-guard
      access-group input ACL-IN
      service-policy input REMOTE-ACCESS
      service-policy input SERVERFARM-POLICY
      no shutdown
    interface vlan 208
      description ---------SERVER SIDE INTERFACE--------
      ip address <<IP Address>> <<Mask>>
      alias <<IP Address>> <<Mask>>
      peer ip address <<IP Address>> <<Mask>>
      no normalization
      mac-sticky enable
      no icmp-guard
      access-group input ACL-IN
      no shutdown
    =============================
    If anybody has the same setup or anyone faced similar problem....Pls comment.
    Rgds
    Sudheer.

    Hi Sudheer,
    You mentioned that you are using the ACE in bridge mode, please confirm this point as I don't see any BVI interface configured, so I guess you are using it in routed mode?!
    Looking through your configuration and considering routed mode deployment, I don't see how the ACE could effect these connection in anyway, you are doing basic L4 load balancing, and sharing the same sticky group under both policy map, which mean the client will stay stuck to the same server even if it been redirected by the web-site, so this connection change will not effect the ACE load balancing decision.
    I would recommend you to capture the traffic on the client, ACE, IronPort simultaneously then have a look who is breaking the communication, that should give you better understanding about the problem.
    Best regards,
    Ahmad   

  • Load-balancing of transparent cache + IP spoofing + RTSP + MMS not working

    We have already in production an architecture with load-balancing of
    transparent cache + ip spoofing.
    We are unable to do the same for streaming flows (MMS and RTSP).
    We are doing PBR from our core network (2 * C6K) to redirect port 80, 554 and
    1755 toward CSS boxes, same in our access router (2* Ciso7200).
    In this config desired flows are redirected toward the CSS.
    Then CSS should load balance the traffic toward our BlueCoat proxy-cache farm.
    It's working fine for HTTP but we are unable to make it works for MMS and
    RTSP.
    Note that we are requiered to use ECMP to perform IP Spoofing on the CSS, meaning we need 4 routes for each client subnet (one route toward upstream C6K, and 3 routes for each proxy cache). We use acl to get rid off looping condition.
    Anyone who has already put in place Load-balancing of Streaming transparent cache + IP spoofing could give us some hint.
    Many thanks.
    Regards,
    Pierre Viennet

    Gilles, thanks for your input.
    Here where we are at with streaming implementation:
    - HTTP on all type off client is working
    - RTSP: TCP 554 with Real Media client is working
    - RTSP: TCP 554 with WMP not working, but it's due to a bug in Bluecoat implementation, the proxy send an error when he see a request with ( User-Agent: WMPlayer ) for RTSP content.
    - MMS: TCP 1755 not working with IP spoofing enable on the proxy but OK without IP spoofing...
    - UDP 554: not working
    - UDP 1755: not working
    I fully understand the limitation for UDP traffic.
    But I don't see why it's not working for MMS over TCP traffic.
    Note that I have the exact same configuration for RTSP and MMS.
    Why is it not working for MMS with IP spoofing? Are you aware of a difference on the way CSS handle MMS flows? or a specificity of the MMS protocol?
    Below what we can see on the different equipement when trying to launch a MMS over TCP Stream:
    c6k-Faaa#sh mls ip source 195.83.182.72
    Displaying Netflow entries in Supervisor Earl
    DstIP SrcIP Prot:SrcPort:DstPort Src i/f:AdjPtr
    Pkts Bytes Age LastSeen Attributes
    202.3.225.5 195.83.182.72 tcp :1755 :1504 0 : 0
    3 124 17 18:58:12 L3 - Dynamic
    202.3.225.5 195.83.182.72 tcp :1755 :1527 0 : 0
    2 84 3 18:58:20 L3 - Dynamic
    202.3.225.5 195.83.182.72 tcp :554 :1503 0 : 0
    4 360 17 18:58:06 L3 - Dynamic
    c6k-Faaa#
    CSS11503_CORE1# sho flows 202.3.225.5 | grep 1755
    202.3.225.5 38531 195.83.182.72 1755 0.0.0.0 TCP
    2/3 2/1
    202.3.225.5 1527 195.83.182.72 1755 195.83.182.72 TCP
    2/7 2/3
    CSS11503_CORE1# sho flows 202.3.225.5 | grep 1755
    202.3.225.5 38531 195.83.182.72 1755 0.0.0.0 TCP
    2/3 2/1
    202.3.225.5 1527 195.83.182.72 1755 195.83.182.72 TCP
    2/7 2/3
    CSS11503_CORE1# sho flows 202.3.225.5 | grep 1755
    202.3.225.5 38531 195.83.182.72 1755 0.0.0.0 TCP
    2/3 2/1
    202.3.225.5 1527 195.83.182.72 1755 195.83.182.72 TCP
    2/7 2/3
    CSS11503_CORE1#
    TCP 192.168.4.19:1491 195.83.182.72:554 TIME_WAIT
    TCP 192.168.4.19:1492 195.83.182.72:554 TIME_WAIT
    TCP 192.168.4.19:1493 195.83.182.72:1755 TIME_WAIT
    TCP 192.168.4.19:1502 195.83.182.72:554 TIME_WAIT
    TCP 192.168.4.19:1503 195.83.182.72:554 TIME_WAIT
    TCP 192.168.4.19:1504 195.83.182.72:1755 TIME_WAIT
    TCP 192.168.4.19:1525 195.83.182.72:554 TIME_WAIT
    TCP 192.168.4.19:1526 195.83.182.72:554 TIME_WAIT
    TCP 192.168.4.19:1527 195.83.182.72:1755 TIME_WAIT
    Many Thanks for your input.
    Pierre Viennet.

  • DLSW Ethernet Redundancy Transparent Cache

    I have corrupt entries in the ethernet redundancy transparent cache. These are causing problems establishing new sessions.
    Can I clear the entries individually and how long does the cache take to time out?

    Hi,
    the "dlsw clear transparent circuit" was introduced with CSCdv16277, it is in ios 12.1(11.5) and higher, 12.2(6.4) and higher and it also rolled into 12.3.
    Please note the "circuit" option is hidden. you can not see it with the ? asking for help in the parser.
    in respect to the origin of the erroneous cache entries. They can be a bug on itself. But they also can be a result of a configuration not exactly like it should be.
    I would advice to open a case with the tac and have the configurations sanity checked.
    If this is something you can reproduce at will than we would certainly be very interested how you get into this state.
    Dlsw ethernet redundancy was quite modified a bit in the last 2 years. Depending on what version of code you run you might need to go to a higher level to pick up all the current maintenance.
    My personal few is a recent 12.2 image or even better a recent 12.3 image.
    thanks...
    Matthias

  • How to Configure Transparent caching on Cat 6500 with CSM in bridge mode?

    hi.
    I found How to Configure Transparent caching on Cat 6500 with CSM in routed mode.
    But,
    I need help How to Configure Transparent caching on Cat 6500 with CSM in bridge mode?
    Please let me know sample configuration.
    thanks.

    Hi,
    I wrote the document you mentioned and I also wrote the one below.
    http://www.cisco.com/en/US/partner/products/hw/modules/ps2706/products_configuration_example09186a00802c1201.shtml
    The one with the SSLM is a bridge mode config.
    If you replace the SSLM with a cache [or a farm of caches] it would be a similar config.
    Replace the SSL21 vserver with an HTTP vserver [most important is to keep the vlan configured on each vserver]
    Regards,
    Gilles.

  • Transparent Cache & Failover Bypass

    Hi,
    i'm using transparent caching on a 11501 sending all http traffic to a BlueCoat Cache.
    I have set the failover bypass option.
    When the cache is down, the CSS bypass the cache, but the problem is that i want the http requests to have the CSS source address so the firewall let them pass.
    But the http requests have the client ip.
    Is there a solution to this?
    the cache rule is L5
    Thanks

    HI,
    just use the primarySorryServer command (see http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_command_reference_chapter09186a008028fe78.html#wp1140863). This command takes care or requestes if all other services in a content rule failed. In your case this will take place if your Caches are failing. The sorryserver (your firewall) will than take over the job until the caches return working.
    Btw. be aware that this service should only do "routing". So no need for destination NAT.
    Regards,
    Joerg

  • How to Configure Transparent caching on Cat 6500 with CSM in routed mode

    I am trying to configure Transparent caching on Cat 6500 with CSM in routed mode, but facing some problems in it , also I have gone thru the example config on cisco site for transparent caching using CSM on Cat 6500 , but the above does not fit my clients requirement.
    The scenario is like
    Access Switches - Cat6500 with MSFC & CSM - Internet Router
    |
    Cache Engines and Real servers
    The clients as well as real servers are on seperate VLANs (L3) and the requirement is to load balance the internet traffic using cache engines.
    I'd really appreciate any helpful suggestions or any useful links/docs/info on this.
    Thanks
    kumar

    Hello Joerg,
    Thanks for the reply.
    I have already gone thru the sample config shown by this weblink, however this link refers to configuring transparent caching on the CSM in BRIDGED MODE ( i.e both the client and server vlans are having the same IP address ) but in our case , we have multiple L3 VLANS on the CAT6509 having IP addresses in different SUBNETS , and the Real servers to be used for caching also exist on one of these VLANS. Thus, the scenario described by the Weblink does not apply here. Also , in the configuration referred by the above weblink, the VLAN 100 is configured as client , however the endusers are shown to be on vlan200 which is configured as SERVER VLAN in the CSM.
    Dont you think there is something wrong here, I mean the endusers should be on VLAN 100 (Client) and real servers on VLAN 200 (SERVER).
    So, I have to configure CSM in routed mode ( i.e both the client and server vlans will have seperate IP addresses in different subnets ) and the endusers will be on all VLANS .
    Pls let me know , how I can implement this solution.
    Thanks again
    Sudhir

  • Reverse Proxy and Transparent Caching

    I've seen a couple threads on these particular subjects, and I'm still a little curious. I understand that it is possible to have both of these configured, but what is the proper method of accomplishing this?
    For example, our setup is similar to the configuration in the configuration guide for clients and content engines on different subnets, so the transparent part seems pretty simple where the "ip wccp web-cache redirect out" command will be on the interface connected to the internet.
    However, for the reverse proxy portion, can I also configure reverse proxy on the same internet-connected interface with "ip wccp 99 redirect in"? Or does the transparent caching take precendence even though they are for different conditions? If that is the case, do I then need to use the "ip wccp 99 redirect out" command on the interface that would be pointing back towards the origin servers?
    I'd just like to clarify because we don't have test devices to play around with, so we would be modifying production devices.
    As a completely different question, if only transparent caching is configured, is it still possible to use the CE590 as a proxy server? The reason I am asking is that we recently shut down wccp because we were seeing excessive traffic at odd hours. A stroll through the transaction logs revealed that most of this traffic was destined for foreign subnets. It appeared that the CE590 was acting as a proxy for these foreign IPs because the source IP address as well as the data being retrieved were foreign to our network.
    If anyone can help with my questions, it would be greatly appreciated.
    David

    According to this thread,
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&CommCmd=MB%3Fcmd%3Ddisplay_location%26location%3D.ee8a89a
    if you are redirecting both the services on the same interface, One service takes precedence over the other and I believe transparent web-cache redirect takes precedence over reverse-proxy.I think you need to use the "ip wccp 99 redirect out" command on the interface that would be pointing back towards the origin servers.
    For details refer:
    http://www.cisco.com/en/US/partner/products/sw/conntsw/ps491/products_configuration_guide_chapter09186a00800af658.html#19607
    I'm not too sure about the CE 590 but i know that the CE 560 can be used as a proxy for transparent caching using WCCP.

  • Transparent Caching causing permanent WAN-Traffic

    Hello,
    we enabled Windows 7 Transparent Caching in one of our branch offices via Group Policy.
    We limited the Cache Size to 5GB and max file size 512MB. The branch office uses a central fileserver connected via a 2x2Mbit Link (MPLS). During the course of the week, we observed high bandwidth usage after we enabled Transparent Caching on the Clients. Digging
    deeper into the problem we used network sniffers and procmon from sysinternals to see what is going on. We also connected to several clients that produced the traffic to see what the users were doing (copy jobs running?).
    What we found out: The traffic was not unidirectional, but up and download bandwidth was EQUALLY eaten up. The clients had NO copy jobs running, just Outlook, Word and Excel open with no file transfer going out through these applications.
    The users also had some Windows Explorers open and these showed a directory listing of the remote fileservers they were working with. After we closed the Windows Explorer windows, the traffic immediately stopped!
    Through network sniffing we found out that the explorer process was constantly pulling directory data from the remote fileserver. So you see a SMB request packet from the client and then a packet with a filename from the remote fileserver. Looks like a directory
    traversing. You see also that these files (or at least some KB from them) are written to the C:\windows\csc directory structure. I first tought about the search indexer, but this should not touch network drives by default. But even more strange is that this
    traffic stops immediately when the explorer windows are closed.
    What is this and how can this be avoided?

    Hi,
    How do you configure Offline files? What's your "Configure Background Sync" settings?
    Background Sync is a machine-specific setting which applies to any user who logs on to the specified computer while this policy setting is in effect. This policy setting is in effect when a network folder is determined to be in “slow-link” mode, as specified
    by the “Configure slow-link mode” policy setting.
    If your fileserver make big change constantly, you may need to update the list of directory paths that the functionality can be enabled for.
    To provide data integrity, Windows 7 always contacts the server to ensure that the cached copy is up to date.
    For detailed information to check, please refer to the following article:
    Configuring New Offline Files Features for Windows 7 Computers Step-by-Step Guide
    http://technet.microsoft.com/en-us/library/ff633429(v=ws.10).aspx
    Best regards,
    Karen Hu
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • If cache go down, how to bypass Transparent Caching in CSM ?

    hi.
    I configured transparent caching in CSM.
    But cache go down, CSM dropped traffic to web server.
    In this case, deed more configuration?
    please me know how to bypass in cache go down .
    thanks.
    ============== CSM configuration ==================
    module ContentSwitchingModule 3
    vlan 10 client
    ip address 192.168.112.2 255.255.255.0
    route 172.29.0.0 255.255.0.0 gateway 192.168.112.1
    vlan 11 server
    ip address 192.168.112.2 255.255.255.0
    gateway 192.168.112.3
    route 172.18.1.10 255.255.255.255 gateway 192.168.112.4
    probe CACHE icmp
    interval 2
    retries 1
    failed 2
    receive 1
    serverfarm CACHE
    no nat server
    no nat client
    real 172.18.1.10
    inservice
    probe CACHE
    serverfarm FORWARD
    no nat server
    no nat client
    predictor forward
    policy NOCACHE
    client-group 10
    serverfarm FORWARD
    policy CACHE
    serverfarm CACHE
    vserver FROMCACHE
    virtual 0.0.0.0 0.0.0.0 any
    serverfarm FORWARD
    persistent rebalance
    inservice
    vserver REDIRECT
    virtual 0.0.0.0 0.0.0.0 tcp www
    vlan 10
    serverfarm CACHE
    persistent rebalance
    slb-policy NOCACHE
    slb-policy CACHE
    inservice
    access-list 10 permit 172.29.1.10

    under your vserver redirect, instead of configuring 'serverfarm cache' configure 'serverfarm cache backup forward'
    If the serverfarm cache goes down, the CSM will use the backup which is a forward.
    However, in this case, the response from the server will probably not come back to the CSM, so you should configure the vserver with the command 'unidirectional' as well.
    Regards,
    Gilles.

  • Transparent Cache; Need separation for YouTube.

    Gurus,
    here I'm again trying to get some insight to my clients cache issues:
    We recently wanted to separate Youtube traffic from the global cache pool and make a separate 3-cache pool, we hit a major issue, the moment we added the paramters/class-maps/policy-maps, we saw ACE dropping 80% of normal existing traffic and we were left with an outage of the web, the ACE just wont pass traffic, even after we removed the class-maps and polices and reloading the ACE module , had to reboot the c6500s
    Here the config:
    YOUTUBE SERVERFARM:
    rserver host BCXX
    description BC-YOUTUBE-x
    ip address X.X.X.X
    inservice
    rserver host BCYY
    description BC-YOUTUBE-y
    ip address Y.Y.Y.Y
    inservice
    rserver host BCZZ
    description YOUTUBE -z
    ip address Z.Z.Z.Z
    inservice
    serverfarm host LEASTCONNECTIONS_FARM
    description Transparent Proxy Least Connection Farm
    transparent
    failaction purge
    predictor leastconns slowstart 60
    probe PORT_80
    rserver BC05
    inservice
    rserver BC06
    inservice
    rserver BC07
    serverfarm host YOUTUBE_FARM
    transparent
    failaction purge
    predictor roundrobin
    probe PORT_80
    rserver BC-YOUTUBE-x
    inservice
    reserver BC-YOUTUBE-y
    inservice
    rserver BC-YOUTUBE-z
    inservice
    class-map type http loadbalance match-any YOUTUBE-1
    2 match http header Host header-value "www.youtube.com"
    class-map type http loadbalance match-any YOUTUBE-2
    2 match http url /get_video.*
    sticky ip-netmask 255.255.255.255 address both STICKY_SF
    timeout 30
    timeout activeconns
    replicate sticky
    serverfarm LEASTCONNECTIONS_FARM
    policy-map type loadbalance first-match TRANSPARENT_LB_PM
    class YOUTUBE-1
    serverfarm YOUTUBE_FARM
    class YOUTUBE-2
    serverfarm YOUTUBE_FARM
    class class-default
    sticky-serverfarm STICKY_SF
    , We saw some buffer crunches but not sure, we are running A2(1.3) .
    last year we had same config with ONLY mathcing URL /get_video.* and was working fine with dest_ip hashing,
    this time we added the host www.youtube.com and 3 separate caches.
    doesnt seem to make sense to us,
    if anyone has worked to segregate U-tube , do share their config philosophy.
    we are thinking about separate context or diff policies, but that's too much config related, still all options open.
    do let me now champs..
    Shukla.

    if you had to reboot the cat6k this is not a ACE issue.
    The ACE module sits inside the cat6k but should be considered as an external device.
    To separate Youtube traffic you need a new feature of A2(1.4) to hash the secondary cookie value.
    CSCsq99736: ACE predictor hash url should not stop parsing at "?" delimiter
    All video in youtube comes from the same url but with an option "watch?v=9LMTClqvCGs"
    What you need to do is hash the value which can be done with A2(1.4).
    This will guarantee that you always get to the same cache for the same video.
    But your total meltdown was not the result of ACE.
    Sth else must have happened.
    If ACE was the problem, a reboot of ACE w/ a known-working config should have been enough.
    Try not to reboot as a way to fix problems.
    Call the TAC and let them troubleshoot your issue live.
    Gilles.

  • Verification of Transparent cache configuration

    I would like to load balancing a web cache server.
    whenever a client connect to http, the traffic reached a MSFC,
    the MSFC check dst:0.0.0.0:80, and then forwarding to ACE?
    the flow right? It just check only a http to redirect cache!
    So I made a configuration like below.
    access-list anyone line 10 extended permit ip any any
    access-list anyone line 20 extended permit igmp any any
    access-list anyone line 30 extended permit icmp any any
    access-list anyone line 40 extended permit pim any any
    rserver host Cache_1
    ip address 192.168.2.10
    inservice
    rserver host Cache_2
    ip address 192.168.2.11
    serverfarm host CACHES
    transparent
    predictor hash url
    rserver linux1
    inservice
    rserver linux1-24
    inservice
    class-map match-all VIP-TCP80
    2 match virtual-address 0.0.0.0 0.0.0.0 tcp eq www
    class-map type management match-any remote_access
    2 match protocol telnet any
    3 match protocol icmp any
    4 match protocol http any
    5 match protocol https any
    policy-map type loadbalance first-match SF-CACHES
    class class-default
    serverfarm CACHES
    policy-map multi-match SLB-CACHES
    class VIP-TCP80
    loadbalance vip inservice
    loadbalance policy SF-CACHES
    interface vlan 20
    description From_Client
    ip address 192.168.1.2 255.255.255.0
    access-group input anyone
    access-group input PERMIT-ANY
    service-policy input remote_mgmt_allow
    service-policy input SLB-CACHES
    no shutdown
    inter vlan 30
    description From_Server
    ip address 192.168.2.1 255.255.255.0
    service-policy input remote_mgmt_allow
    no shutdown

    this looks good to me.
    Except you should configure an access-group input on interface vlan 30 to allow traffic from the cache.
    Gilles.

  • ACE as cache engine for wccp redirection

    Does anybody know if the ACE 4710 appliance supports WCCP acting as a web-cache engine? I am exausting all possible options, and then some, for deploying a new application networking environment. I just returned from ACE training last week and found myself ramping up to deploy a new ACE.
    I have pretty much exhausted my options for topology. We discussed several different designs in class and I don't like any of them. I have some serious problems with using the ACE as a default-gateway for servers. That options is out due to how other "non application" traffic is handled. Traffic such as RDP from IT support staff, patching from SMS servers, virus dat updates, vulnerability scanning... it all routes to the ACE which has to have static routes... then clients hitting the application VIPs have to be natted so the ACE does not use the static routes and reply directly... it all becomes a very big problem over time.
    Second and third options are one-armed and direct server return... both not suitable for my requirements.
    Now... that leaves me with an option we currently have deployed. That is to use a distribution route-switch (Catalyst 4500 Sup-IV) in the middle. The Cat uses PBR to return http traffic from the web servers back to the ACE. All other traffic follows normal routing table.
    Ok... that works perfect... except PBR is not supported in the Sup-6 engine. Unbelievable... I know. This is a major fly in the ointment for this new deployment.
    Now... there is another protocol that is often used for redirection... WCCP. If the ACE were a wccp web-cache, the router could be configured to redirect ingress http to the ACE. But... the ACE would have to act as a web-cache engine and register with the Cat as a home-router.
    I am sure this option is not an option... but it would be nice. The ACE 4710 appliance has the general processor to do it but it would have to be implemented in software. I'm running A3(1.0) and I cannot find anything related to wccp. Nothing in the command-reference.
    If there are any Cisco developers interested in adding some killer funtionality... this would be it. Wccp can be done in layer-2 as well as layer-3. The Sup-6 supports layer-2 redirection. Since the ACE is generally layer-2 adjacent this would be rather easy to implement. Anyway... food for thought.

    I just would like to mention that you could have ACE in bridge mode inserted between your servers and the gateway (4500).
    All traffic will go through ACE but no need for nating and no statc routes (just one default route pointing to the 4500).
    The only problems would be if you exceed the BW of the 4710 with all your traffic.
    Regarding the WCCP support for the 4710 this is not currently in our roadmap.
    Ask your cisco account team to introduce the request.
    Thanks,
    Gilles.

  • ACE with cache engine "spoof" mode

    If Cache Engine use spoof mode, how ACE be configured for support this mode. Have it any command add into ACE?

    I am looking into this myself. Can the ACE work in this fashion:
    Clients VLAN 10
    Internet VLAN 20
    Cache Servers VLAN 30
    Traffic that comes in from clients on vlan 10, any of it that is tcp port 80, send to the cache on vlan 30. Traffic coming back from the internet, vlan 20, if its tcp port 80, send to the cache on vlan 30.
    Its basic layer 4 redirection. But when the traffic goes to the cache, the cache is not going to use its own IP to make the internet request, its going to use the clients IP, this is why a map is needed on vlan 10 and vlan 20, to ensure traffic is pipelined thru the ace. Has anyone done this?

Maybe you are looking for

  • Lenovo G50-45 Install W7 UEFI

    Dear All, Firstly, sorry for my English and thank you in advance for your assistance with my problem. I recently purchased a G50-45 80e3 model and want to create a dual boot windows 8.1 bing and windows 7 (SP1 64bits UEFI MSDN). The problem is that w

  • Unreported Transaction timeout on commit (Oracle)

    I'm expecting an Oracle error upon commit using "deferred constraints" and           executing an INSERT that should result in a constraint violation. I am not           seeing an error but the transaction hangs for 30seconds (JTA timeout           s

  • Configuring trex for sap dms

    Hi, We have installed SAP DMS (ECC6.0) to manage some of our documentation. Now we are trying to configure TREX to index and search for those documents, which are stored inside the SAP Content Server. Right now we have the entire technical configurat

  • DNS server configuration

    I used the following commands to enable DNS server on my 2651XM router running IOS 12.4(1a - C2600-ADVENTERPRISEK9-M): ip dns server ip dns spoofing xxx.xxx.xxx.xx Now, I'd like to add one local zone to it so it resolves it locally? ..how do I go abo

  • Cash flow account

    hi, may i know what gl account considered as cash flow account? what balance sheet gl account? thanks