Ip wccp redirection direction at ethernet and serial interface.

hi all.
commonly, we use 'ip wccp 62 redirect in' at serial interface to grap packet for sending cisco waas.
but some document is mentioned that 'ip wccp 62 redirect out' ethernet interface facing data center side.
I guess, there is same meaning, I think that It's better to apply 'ip wccp 62 redirect in' at serial interface due to router performance. Right?
Can you explain clarify for me?
Thank you.

You are correct redirect in is less cpu intensive as compared to redirect out
WCCP redirection can be configured to occur as packets enter a router or switch interface (inbound, or ingress, redirection) or as they are beginning to leave a router or switch interface (outbound, or egress, redirection).
    * Inbound redirection - the WCCP process inspects traffic to find packets that should be optimized before the packets enter the router or switch forwarding/routing selection process.  Inbound redirection is less CPU intensive than outbound redirection (when using process or other SW based switching).
    * Outbound redirection - the WCCP process inspects traffic to find packets that should be optimized as the packets are ready to leave a router or switch interface, after the packet has gone through the router or switch forwarding/routing selecting process.  Outbound redirection is more CPU intensive than inbound redirection.
Thanks
-Smita

Similar Messages

  • Ethernet and Airport Interfaces Reversed

    I created an image of the new Mac Book Pro(Mid 2010) and slapped it on the new Mac Mini(Mid 2010) and everything worked fine except one thing. I used the DVD that came with the Mac Book Pro(Mid 2010) to create the Master Image.
    Under Network Preferences, the Ethernet Interface is displaying the Airport status window(i.e, "Turn Airport On/Off" button is in there). And the Airport Interface is displaying the Ethernet stats.
    Any ideas what could be causing this?
    Message was edited by: jjpotter

    I had the same problem (reversed Ethernet and Airport interfaces) on my 13" MacBook Air after plugging in my Thunderbolt Display. The solution was to go to Network in System Preferences, click the minus symbol under interfaces to delete both of them, click plus to add each one back, then click Apply. Now everything is as it should be.

  • Wccp redirect V2

    Are all Cisco ISR's support wccp redirect V2, included 19xx and 29xx routers?
    Thanks,
    Eric

    Hello,
    1. "ip wccp web-cache redirect in"
    It would work if you squid proxy have another default gateway to internet.
    Otherwise the traffic from the SQUID is also forwarded. You have to use different interfaces for users and squid. On sabinterfeyse vlan SQUID you should not use a configuration wccp
    2. Web-cache permit only http. You must configuring Dynamic WCCP.
    some example:
    in global:
    ip wccp 120 redirect-list 120
    access-list 120 remark REDIRECTION_CRITERIA
    access-list 120 deny   ip host 192.168.1.2 any
    access-list 120 permit tcp 172.16.1.0 0.0.0.255 any eq www
    access-list 120 permit tcp 172.16.1.0 0.0.0.255 any eq 443
    access-list 120 permit tcp 172.16.2.0 0.0.0.255 any eq www
    access-list 120 permit tcp 172.16.2.0 0.0.0.255 any eq 443
    access-list 120 permit tcp 172.16.3.0 0.0.0.255 any eq www
    access-list 120 permit tcp 172.16.3.0 0.0.0.255 any eq 443
    access-list 120 deny   ip any any
    on interface:
    ip wccp 120 redirect in
    See link below for more information
    http://www.cisco.com/en/US/docs/ios-xml/ios/ipapp/configuration/12-4t/iap-wccp.html#GUID-5E9AE273-1AFD-4598-9325-85F8C822D168
    Best regards

  • L2 redirection between a 3750 and WAE 674 WCCP

    hi
    we are using a WAE 674 on a cisco 3750 in WCCP
    WCCP is configured to use L2 redirection
    but we saw this on the switch
    Global WCCP information:
        Router information:
            Router Identifier:                   192.168.100.1
            Protocol Version:                    2.0
        Service Identifier: 61
            Number of Service Group Clients:     1
            Number of Service Group Routers:     1
            Total Packets s/w Redirected:        1
              Process:                           0
              CEF:                               1
            Redirect access-list:                -none-
            Total Packets Denied Redirect:       0
            Total Packets Unassigned:            0
            Group access-list:                   -none-
            Total Messages Denied to Group:      0
            Total Authentication failures:       0
            Total Bypassed Packets Received:     0
        Service Identifier: 62
            Number of Service Group Clients:     1
            Number of Service Group Routers:     1
            Total Packets s/w Redirected:        11
              Process:                           0
              CEF:                               11
            Redirect access-list:                -none-
            Total Packets Denied Redirect:       0
            Total Packets Unassigned:            0
            Group access-list:                   -none-
            Total Messages Denied to Group:      0
            Total Authentication failures:       0
            Total Bypassed Packets Received:     0
    switch configuration
    vlan 1 and 2 : data
    vlan 3 routeurs
    vlan 4 : WAE
    interface Vlan1
    ip address 10.0.0.1 255.255.0.0
    ip wccp 61 redirect in
    standby 0 preempt
    standby 1 ip 10.0.0.6
    standby 1 priority 150
    standby 1 preempt
    standby 1 name hsrp_vlan_1
    interface Vlan2
    ip address 10.1.0.1 255.255.0.0
    ip wccp 61 redirect in
    standby 2 ip 10.1.0.6
    standby 2 priority 150
    standby 2 preempt
    standby 2 name hsrp_vlan_2
    interface Vlan3
    description Routage-FT
    ip address 192.168.1.4 255.255.255.0
    ip wccp 62 redirect in
    standby 3 ip 192.168.1.6
    standby 3 priority 150
    standby 3 preempt
    standby 3 name hsrp_vlan_3
    interface Vlan4
    description VLAN WCCP
    ip address 192.168.100.1 255.255.255.0
    WAE configuration
    wccp router-list 8 192.168.100.1
    wccp tcp-promiscuous mask src-ip-mask 0x1741 dst-ip-mask 0x0
    wccp tcp-promiscuous router-list-num 8 l2-redirect mask-assign l2-return
    wccp version 2

    Hi,
    This counter on the 3750 is a software counter, but all WCCP redirection should be happening in hardware.  Thus, it is expected the number of redirected packets to be zero or very low.  The proper way to tell if WCCP is redirecting traffic to your WAE is to issue the command "show wccp gre" on the WAE and look for the line "transparent non-GRE packets received."
    Example:
    pdi-7341-19#sh wccp gre
    Transparent GRE packets received:              0
    Transparent non-GRE packets received:          28887345
    Transparent non-GRE non-WCCP packets received: 0
    Total packets accepted:                        26012975
    Invalid packets received:                      0
    Packets received with invalid service:         0
    Packets received on a disabled service:        0
    Packets received too small:                    0
    Packets dropped due to zero TTL:               0
    ----output omitted ------
    Cheers,
    Mike Korenbaum
    Cisco WAAS PDI Help Desk
    http://www.cisco.com/go/pdihelpdesk

  • I wonder if It is working ip wccp redirect 61 and 62 on same int at C2800

    hi
    I wonder if it is working like below at C2800.
    case.1
    interface ATM1/0.40 point-to-point
    description to_WAN
    bandwidth 18000
    ip address 192.1681.1 255.255.255.0
    ip wccp 61 redirect out
    ip wccp 62 redirect in
    ! other configuration is omitted.
    In cisco recomemdation, we know that the following configuration is common.
    case.2
    interface fa1/0
    desc from_lan
    ip address 1.1.1.1 255.255.255.0
    ip wccp 61 redirect in
    interface ATM1/0.40 point-to-point
    description to_WAN
    bandwidth 18000
    ip address 192.1681.1 255.255.255.0
    ip wccp 62 redirect in
    BTW, the result of lab test, case.1 at C2800 didn't work, we tested it with FTP, but FTP open didn't open.
    when we change from option1 to option2 , We can open ftp and completed acclecation test.
    my questions point is that At C2800, option 1 is working?

    Hi,
    First thing we should verify is : is WCCP up and running while this issue is happening?
    Can you paste following CLI command ?
    Please get the output of following cli commands when the problem is happening.
    sh ver
    sh ip wccp
    sh ip wccp 61 detail
    sh ip wccp 62 detail
    Further, whar cache engine you are using? and what's the version of the CE?  Can you also paste the cli command output:
    sh egress-method
    sh wccp router
    sh stat connection | in
    Last thing: is this issue related to FTP only ? do you see same issue with any other traffic?
    is this traffic being optimized?
    One more thing you want to add is: add exclude in statement on interface connected to CE.
    cli command: ip wccp redirect exclude in
    Regards.

  • C3750 & WCCP redirection

    Hi all,
    I am trying to setup a web cache using a WAE-612 and a C3750 switch. The switch is configured with three interfaces:
    CLIENTS ----- VLAN 1 ----- SWITCH ----- GI1/0/1 routed ---- SERVER(s)
            WAE-ENGINE ---- VLAN2--|
    I have configured inbound redirection on vlan 1 and inbound redirection on gi1/0/1
    ip wccp web-cache redirect in
    I am using L2 redirect & L2 return & my state is "enabled":
    Switch#show ip wccp web-cache detail
    WCCP Client information:
            WCCP Client ID:          10.101.2.202
            Protocol Version:        2.0
            State:                   Usable
            Redirection:             L2
            Packet Return:           L2
            Packets Redirected:    0
            Connect Time:          02:24:08
            Assignment:            MASK
    First, the "packets redirected" counter doesn't increment, is this normal (maybe due to hardware redirection ?)
    Second, i am seeing HTTP GET requests from my clients going to my WAE-engine and i am also seeing the WAE-engine sending them back to the switch (changed mac address, L2 redirection)
    Third, my  cache savings are 0 %
    Fourth, i don't see any traffic returning into the WAE-engine. How can the WAE cache traffic if he never sees the server return traffic ?
    Fifth, i have "spoof client ip" enabled on the WAE (need this for security reasons, web server verifies source ip address)
    Now i am thinking it is logical that my cache savings are 0% . The web-cache service group redirects port 80 packets and the switch supports only "inbound" direction. This means that the switches never redirects the ANSWER of the server,so how on earth can it ever "cache" the response ?
    Am i correct or am i wrong ? How to solve it ?
    Should i use different WCCP service groups on the interfaces (for example: based on source ip redirection, the other on destination ip redirection)
    PS. I am running 12.2(44)SE6 on the switch and 5.5.9.B9 on the WAE
    regards,
    Geert

    Hi Geert,
    With L2 redirection 'packets redirected' counter won't increment since its Hardware redirection. You might want to
    check on WAE counter 'Transparent non-GRE packets received:' by running 'show wccp gre'
    With wccp ip-spoofing enabled, requests will be sent to web server with Clients IP address. So yes you will need
    to configure WCCP to catch return traffic coming from web server to be redirected to WAE.
    To redirect return traffic you will need to configure WCCP Dynamic Service group ,
    By default web-cache service will Mask on Destination address. Since we need to make sure return traffic is sent to
    same WAE as forwarding traffic, we need to Mask return traffic on Source IP address.
    This will config Service group 95 and it will Mask on Source IP which will be Webservers IP address
    wccp service-number 95 mask src-ip-mask 0x1741 dst-ip-mask 0x0 
    wccp service-number 95 router-list-num 1 port-list-num 1 application cache l2-redirect mask-assign l2-return
    wccp version 2
    wccp spoof-client-ip enable
    You will then need to enable 'ip wccp 95 redirect in' on the WAN interface.
    Hope this helps,
    Best Regards,
    Rahul

  • Wccp redirection for waas on same platform as wccp for websense?

    just wondering if anyone knows if a Cisco router or switch can handle wccp redirection enabled for both waas and some other web content filtering appliance using a different service group?
    seems like the priority value would come into play determining which service group gets handled first?
    we currently do WCCP for WaaS on our 3945s.
    I am going to advocate to my customer that we separate this out for CPU load issues, config complexity issues, IOS issues, etc... but the question is going to come up - "can we do WCCP for different applications on our Catalyst 3750 core switch, or our 3945 WAN routers?"
    Thanks,
    Paul

    Hi Paul,
    Yes, it's technically possible to have WCCP redirection for several services even in those devices that don't support setting the priority. However, in this case, both WAAS and Websense need to redirect HTTP traffic, and that's what makes things complicated.
    Assuming you first want to send the traffic to Websense and then to WAAS, I would recommend doing the WAAS redirection only on the WAN link (with one service inbound and the other outbound). You can then configure Web-cache redirection inbound on the client vlan and, a service for the return traffic (I'm not sure if this is required for websense), inbound on the interface where the WAE is connected (with a redirect-list to match only the return direction)
    Even if it's possible to have both redirections in the same device, if possible, I would strongly suggest you to either use different devices for the redirection or to make them mutually exclusive (for example, not sending HTTP to WAAS), otherwise, if you make a small mistake with the configuration, you can end up with a redirection loop.
    Regards
    Daniel

  • WCCP Redirect list ACL mask for WAAS

    Good day,
    I would like to conform if the following would be correct to implement for WCCP redirection list on 6500. We have over 800 branches and we also need to manage the intra-server traffic in the Data Center which we do not want to be re-directed.
    ip access-list extended WCCPLIST-61
    permit tcp 10.112.0.0 0.0.31.255 any
    ip access-list extended WCCPLIST-62
      permit tcp any 10.112.0.0 0.0.31.255
    So, as an example, would these masks work for us, as the number of entries otherwise would be exhaustive.
    Just want to confirm that the mask in the ACL doesn't have to match exactly.
    Thanks in advance.

    Hi Zach,
    Thanks for the response and confirmation.
    I was wanting to make sure that it is not required to have the masks match the source masks, resulting in the exhaustive list (operational nightmare).
    A quick question on the ACL for WCCP redirect-list. Should we not see hits on specific entry's (e.g.permit tcp 10.113.9.0 0.0.0.31 any for the 61 redirect list, and the same for the permit tcp any 10.113.9.0 0.0.0.31 for the 62 redirect list).
    If we don't, no traffic? We see flows on the branch WAE, although very few (not many users), but no hits on the ACL on the DC 6500. Is this due them being handled in hardware maybe, TCAM's?
    Any input would be apprecited.
    Thanks again.
    Paul.

  • WCCP redirected packets

    Need some help determining what dictates how the packets are redirected (process or cef).
    I have a router with 2 ethernet interfaces. CEF is running on both of them. On one of the interfaces most of the packets are Processed redirected and another interface the packets are CEF redirected. Wondering why they are different.
    Any info would be appreciated.
    Below is the WCCP and CEF info.
    Global WCCP information:
        Router information:
            Router Identifier:                   x.x.x.x
            Protocol Version:                    2.0
        Service Identifier: 61
            Number of Service Group Clients:     2
            Number of Service Group Routers:     1
            Total Packets s/w Redirected:            2436488786
              Process:                                        249998
              CEF:                                              2436238788
            Service mode:                        Open
            Service Access-list:                 -none-
            Total Packets Dropped Closed:        0
            Redirect Access-list:                OPTEMAN-BYPASS-WAE
            Total Packets Denied Redirect:       293564010
            Total Packets Unassigned:            80064
            Group Access-list:                   -none-
            Total Messages Denied to Group:      0
            Total Authentication failures:       0
            Total Bypassed Packets Received:     349
        Service Identifier: 62
            Number of Service Group Clients:     2
            Number of Service Group Routers:     1
            Total Packets s/w Redirected:        1874932512
              Process:                                     1871359851
              CEF:                                         3572661
            Service mode:                        Open
            Service Access-list:                 -none-
            Total Packets Dropped Closed:        0
            Redirect Access-list:                OPTEMAN-BYPASS-WAE
            Total Packets Denied Redirect:       404546425
            Total Packets Unassigned:            113696
            Group Access-list:                   -none-
            Total Messages Denied to Group:      0
            Total Authentication failures:       0
            Total Bypassed Packets Received:     18
    sho ip cef gi0/1 det
    IPv4 CEF is enabled and running
    VRF Default:
    1611 prefixes (1611/0 fwd/non-fwd)
    Default network 0.0.0.0/0
    Table id 0
    Database epoch:        0 (1611 entries at this epoch)
    >sho ip cef gi0/2 det
    IPv4 CEF is enabled and running
    VRF Default:
    1611 prefixes (1611/0 fwd/non-fwd)
    Default network 0.0.0.0/0
    Table id 0
    Database epoch:        0 (1611 entries at this epoch)

    Daniel,
    I was just looking at a site that I have a 3845 set up pretty much the same way, except I have a DS3 on the WAN side.
    When I look at the WCCP on the 3845, they are all handled via cef.
    Any ideas on that?
    Here is the wccp info and interface configs on the 3845
    #sho ip wccp
    Global WCCP information:
        Router information:
            Router Identifier:                   X.X.X.X
            Protocol Version:                    2.0
        Service Identifier: 61
            Number of Service Group Clients:     1
            Number of Service Group Routers:     1
            Total Packets s/w Redirected:        557409875
              Process:                           0
              CEF:                               557409875
            Service mode:                        Open
            Service Access-list:                 -none-
            Total Packets Dropped Closed:        0
            Redirect Access-list:                -none-
            Total Packets Denied Redirect:       0
            Total Packets Unassigned:            672
            Group Access-list:                   -none-
            Total Messages Denied to Group:      0
            Total Authentication failures:       0
            Total Bypassed Packets Received:     85
        Service Identifier: 62
            Number of Service Group Clients:     1
            Number of Service Group Routers:     1
            Total Packets s/w Redirected:        546427512
              Process:                           4
              CEF:                               546427508
            Service mode:                        Open
            Service Access-list:                 -none-
            Total Packets Dropped Closed:        0
            Redirect Access-list:                -none-
            Total Packets Denied Redirect:       0
            Total Packets Unassigned:            0
            Group Access-list:                   -none-
            Total Messages Denied to Group:      0
            Total Authentication failures:       0
            Total Bypassed Packets Received:     10
    interface GigabitEthernet0/0
    description LAN
    ip address
    ip wccp 61 redirect in
    ip flow ingress
    ip flow egress
    ip tcp adjust-mss 1360
    duplex full
    speed 100
    media-type rj45
    interface Serial2/0
    description WAN
    bandwidth 45000
    ip address
    ip wccp 62 redirect in
    ip nbar protocol-discovery
    load-interval 30
    dsu bandwidth 44210
    scramble
    crypto map ZZZ

  • Will Cisco 3750G takes 700 users WCCP redirection sessions?

     Hi,
    We are configuring WCCP in Cisco 3750G switches. We would like to know if it can take concurrent 700 users WCCP redirection session?
     If not then what is the maximum session we can achieve with this model? And what will be the next best model which can handle this load.
    Regards
    Asif

    Absolutely correct.
    Here is the URL for your reference:
    http://www.cisco.com/en/US/docs/security/asa/asa91/configuration/general/basic_wccp.html#wp1143527
    Quoted from above:
    "WCCP redirection is supported only on the ingress  of an interface. The only topology that the ASA supports is when client  and cache engine are behind the same interface of the ASA and the cache  engine can directly communicate with the client, without going through  the ASA. "

  • WCCP Redirection not happening on 3750

    I have a problem with WCCP redirection on a 3750 switch. hardware and IOS versions are listed as supporting WCCPv2. WAE configured at a core site and at the remote site. "ip wccp 62 redirect in" configured on the interfaces at each end connected to the WAN link. A WAE is directly connected to the WCCP switch at each end. Traffic is successfully being optimised when ssh to the remote site WAE itself (can see in sh tfo conn summ) but traffic coming from remote site clients does not appear to be getting redirected at the remote site. "ip wccp 61 redirect in" configured on vlan int didn't work and also have tried setting up the int as L3 and configured the same on physical int but still not redirecting. Looks like the traffic from the client IS being redirected at core site though, since we are seeing the traffic in "show tfo conn summ" on the core WAE but it is listed under pass through. Also getting PT no peer for this traffic. Nothing showing up from clients on the remote site WAE unfortunately.
    If anyone has some ideas on how to resolve this please advise.

    Thanks Zach,
    double checked my configs and found it was hash instead of mask. now all working OK...
    Takes a little time to negotiate before the services become "usable" and even when you set it to hash it still comes up as usable so was a bit misleading. We were also using wrong SDM template (which I noticed yesterday in the logging and fixed).
    cheers for the quick responses.

  • A query about Time Capsule, Ethernet, and DSL modems...

    When I originally set up my modem, I used the network assistant and it seemed to "auto-connect", where the assistant tells you that your ISP "may allow you" etc. This was done with the ethernet cable as Modem to Macbook Pro. Then when I purchased a TC, I simply connected the ethernet cable to the TC and let Airport Utility set up a wireless network.
    All was fine, until I was trying to ensure my security was half-decent. I changed a few settings in the TC, and then spent an afternoon trying to get my MBP to "see" the wireless network. I got that managed as well.
    What's confusing me is this, and I hope someone can help me and explain it like I'm a 5-year-old.
    1. In speaking with the ISP tech support, they seemed pretty sure I had to enter specific DCHP, DNS, etc. values in their fields, yet with the network assistant, it seemed to do this not only on its own, but with different values (numbers) then the one tech support told me to use, including an assigned "public" 192 IP address.
    2. Moreover, the ISP told me I should use PPPoE, yet the network assistant seemed just fine with Ethernet and DCHP.
    3. My ethernet IP address (System preferences/Network) is different from my Airport IP address. Is this normal?
    4. Strangely, when I connect another ethernet cable from the TC ethernet out port to the MBP (I was attempting a quicker Time Machine incremental back up), and turned Airport off (as an experiment), I still have internet connectivity. I thought TC ethernet out to MBP would only be for disk data transfer. Is this normal? If I have Airport "ON", would that cable then only be used for data transfer?
    5. I have the TC in Bridge Mode, with Access Control to "Not Enabled". I originally had my MBP and iPod Touch MAC addresses added to Access Control, until I read that this doesn't really help with security. As it stands now, I increased my WPA2 password from an easy to remember one to a random 25 character one. Basically, I am hoping someone can tell me the settings I should use (with detail) to make both the network settings AND the wireless network as safe as possible without having a computer science degree.
    Additional information: I only use my MBP and iPod Touch, and the wireless network is only for my use. No guests whatsoever. I do have a usb printer connected to the TC. The modem has a wireless "WLAN" feature which I have turned off since I have the TC. For my email accounts, I have the correct ports entered, as far as I can tell and as far as I've been told by those providers. I occasionally use Acquisition (not sure how safe it is security wise), and I'm often online playing Call of Duty 4 (wirelessly). I think that all I can think of that's important.
    I really appreciate everyone's comments and guidance.

    4. Strangely, when I connect another ethernet cable from the TC ethernet out port to the MBP (I was attempting a quicker Time Machine incremental back up), and turned Airport off (as an experiment), I still have internet connectivity. I thought TC ethernet out to MBP would only be for disk data transfer. Is this normal? If I have Airport "ON", would that cable then only be used for data transfer?
    Whichever connection is toward the top of the list in System Preferences-> Network preference pane is the one which will be used.
    5. I have the TC in Bridge Mode, with Access Control to "Not Enabled". I originally had my MBP and iPod Touch MAC addresses added to Access Control, until I read that this doesn't really help with security. As it stands now, I increased my WPA2 password from an easy to remember one to a random 25 character one. Basically, I am hoping someone can tell me the settings I should use (with detail) to make both the network settings AND the wireless network as safe as possible without having a computer science degree.
    WPA2 with a long non-dictionary password is the best wireless security.
    2. Moreover, the ISP told me I should use PPPoE, yet the network assistant seemed just fine with Ethernet and DCHP.
    If your ISP uses PPPoE for Internet connections, the device connecting directly to the DSL modem should be configured to use PPPoE.
    3. My ethernet IP address (System preferences/Network) is different from my Airport IP address. Is this normal?
    Yes

  • I bought Photoshop CS6 Extended(education edition) for Mac. Now ik want to install it on my (new) macbook. I have the product code and serial number. I receive an error code: may be a false copy. How can I install this program?

    In 2012, I bought Photoshop CS6 Extended (education edition) for Mac. Now I want to install it on my new Macbook. I have the correct serial number and product code, but I receive an error message: the software may be a false copy etc....What to do?

    Here is a copy of the error
    This means : Installation failed.
    Verification of the Adobe Software failed
    The product you want to install is no valid Adobe product and seems to be falsified.
    HUgo
    Op 29-aug.-2014, om 23:42 heeft Jeff A Wright <[email protected]> het volgende geschreven:
    I bought Photoshop CS6 Extended(education edition) for Mac. Now ik want to install it on my (new) macbook. I have the product code and serial number. I receive an error code: may be a false copy. How can I install this program?
    created by Jeff A Wright in Downloading, Installing, Setting Up - View the full discussion
    Hugo please turn off your e-mail signature.
    If your serial number is listed as being valid at http://www.adobe.com/ then I would recommend obtaining a fresh copy of the installation files.  You can find details on how to locate your serial number at Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.
    To download a fresh copy of the installation files please see Download CS6 products.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6685617#6685617
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Mac Mini (2007 model) Ethernet and 802.11N dead

    Wow, talk about frustrating...my 13 month old 2007-model Mac Mini just crapped out with a couple of issues. The Ethernet networking reports the cable is unplugged, even though it's not, and the 802.11 wireless networking won't connect at N speeds. Of my four Macs, this was the only one without AppleCare, so no warranty help to be had.
    Anyways, to troubleshoot the system, I've verified that the Ethernet cable I am using provides connectivity on another machine, and that other machines in the same workspace can connect to the 802.11n router via "n" speeds. So it's not anything external to the Mac Mini.
    I also booted from a different OS X version via external USB drive, and the Ethernet and Wireless "n" still display the same symptoms. So it sounds like hardware, since a software glitch shouldn't appear with a different boot drive, right?
    Verify disk and repair permissions also performed, with no anomalies noted.
    System Profiler shows the Ethernet port is there, but in following troubleshooting "cable unplugged" errors tips in another thread I tried removing it from the networking pref pane, and re-adding it, but Ethernet doesn't show as an addable option anymore.
    I am able to connect via 802.11g, so the machine's not totally dead connectivity-wise, but as home theater media server, I am sure going to miss the rapid file transfer rates of Ethernet or "n" wireless.
    So, before I write this machine off as crippled, can anyone think of anything else I might try to get Ethernet working again? I suppose a USB-to-ethernet dongle would be better than Wireless-"g", but it's still less than ideal.
    On another note, oddly, several of my programs started complaining about not being registered, which is what lead me to try permissions and disk verifications. Pretty strange.
    Any ideas appreciated.

    Ah, you're right about the N not being supported. Color me stupid on that one...silly me assumed that since I'd only had it a year, and N was around on my other Macs purchased around then, that it was there, but of course the design was a year old already. I'll update the thread post to drop that part.
    As for the cable, I sort of tried two other cables already. My actual setup is to run the Mini to a gigabit switch, then the switch runs a CAT6 cable 50' to the router. I used two different cables out of the switch, and then plugged the long run directly into the Mini. No go. I guess not a big issue to unplug the Mini and move it to another room. I'll give it a go, but take note that it's been working fine on this same cable/switch/router set-up for a year. Odd that it would suddenly change.
    Thanks for the tips, I'll post back with results when I get home and can check it out.

  • Asset and Serial Inventory

    Hello,
    Where does the ZCM10 Inventory Asset Tag and Serial Number fields come from
    ? (The SMBIOS ? Which fields ? )
    We purchase generic INTEL PC's from a local pc vendor (not a dell, or ibm).
    Currently the only asset/serial information is attached adhesivly to the
    PC's.
    I'm looking at a process to modify the SMBIOS via Intel's Integrator
    Toolkit, I have the option to set the following SMBIOS values:
    System Serial Number
    System Version
    Chassis Asset Tag
    Chassis Serial Number
    Using a third party SMBIOS browser I've verified the values are being set
    and changing. Unfortunatly ZCM 10 does not update the "Asset Tag" or the
    "Serial Number" (Even when I click scan now). Where are these values
    (Currenly blank) being pulled from on the PC?
    Thanks,
    -Paul

    Hello,
    After a bit of research It looks like ZCM is looking for the asset/serial as
    part of the BIOS/DMI.
    I have the SMBIOS populated with the information that I would like to
    inventory.
    Is is possible to redirect the asset/serial scanning on the adaptive agent
    to the SMBIOS?
    Is is possible to add a new field which is autofilled via WMI (SMBIOS) ?
    Thanks,
    -Paul
    Paul Kimberley wrote:
    > Hello,
    >
    > Where does the ZCM10 Inventory Asset Tag and Serial Number fields come
    > from ? (The SMBIOS ? Which fields ? )
    >
    > We purchase generic INTEL PC's from a local pc vendor (not a dell, or
    > ibm). Currently the only asset/serial information is attached adhesivly to
    > the PC's.
    >
    > I'm looking at a process to modify the SMBIOS via Intel's Integrator
    > Toolkit, I have the option to set the following SMBIOS values:
    > System Serial Number
    > System Version
    > Chassis Asset Tag
    > Chassis Serial Number
    >
    > Using a third party SMBIOS browser I've verified the values are being set
    > and changing. Unfortunatly ZCM 10 does not update the "Asset Tag" or the
    > "Serial Number" (Even when I click scan now). Where are these values
    > (Currenly blank) being pulled from on the PC?
    >
    > Thanks,
    > -Paul

Maybe you are looking for

  • Nokia 5235 firmware upgrade

    I am from India and have a 5235 the current installed version is 21.6.005. I have an Airtel connection if that helps. Nokia india site shows that there is a software upgrade available from march onwards (You will not find 5235 but if you search for 5

  • Please Help Updating FCPX 10.0.8 files to 10.1.1 - Manually Doesn't Work

    Hello all, I tried updating all my Events and Projects from FCP 10.1.1 after using it for awhile (explanation below) and it won't recognize them. After studying online, I've put my Final Cut Events and FC Projects folders in my boot internal Movies d

  • Assign company code to consolidation staging ledger

    Dear Guru, When I execute tcode GC41, there is an error message , it said : No ledger for consolidation has been specified Message no. GC191 Diagnosis No consolidation staging ledger was allocated to the company code. System Response If an extract is

  • Transform node parts and paste rest

    Hi, its difficult to explain what I need. Heres an example: XML: <DOCUMENT>   <PAGE>     <PAGEHEADER type="1">     </PAGEHEADER>     <block>Hello</block>     <block>World</block>     <line>This is a test</line>     <GREETING type="2">     </GREETING>

  • Doc Raster Effects on gaussian blur

    CS5, Mac 10.8.4. We inherited a design at doc raster effects of 72 dpi, using a light blue PMS 291 arch shape that was gaussian blurred to make a soft arched gradient. Changed doc raster effects to 300 dpi, and the gradient turned into a solid of PMS