MPLS QoS - SUP720BXL GE Port not supporting Strict Priority & Priority %

Hi Sir,
My customer have few C7609s with SUP720 3BXL and running IOS image s72033-advipservicesk9_wan-mz.122-18.SXF6.bin within the MPLS network.
What I experienced is that I can't configured the built-in GE port of the SUP720 for Strict Priority & Priority Percent QoS.
Is there anyone outside there know what is the equivalent or alternative to above mentioned two QoS features ? This is mainly to priortize the voice traffic.
Thanks in advance.
Ray.

The below has been recommended for a customer using 7600 in the
Core with GiGs as normal core facing links.
The implementation goes as below:
i) Enabling the MLS on the 7600 chassis.
mls qos
ii) Configuring Trust Boundary on all Interfaces.
interface GigabitEthernet1/1
mls qos trust
<--By default the Trust Command trusts the incoming DSCP/TOS.
When the ports are configured with the Trust Boundary as given above,
all incoming packets are mapped into Initial Internal DSCP values.
These values are used purely as a reference MAP for Internal QOS
processing on the 7600.
Internal DSCP Output COS
DSCP 0 7 COS 0
DSCP 8 15 COS 1
DSCP 16 23 COS 2
DSCP 24 31 COS 3
DSCP 32 39 COS 4
DSCP 40 47 COS 5
DSCP 48 55 COS 6
DSCP 56 63 COS 7
This deafault mapping can be modified by modifying the DSCP-COS MAP
within the MLS QOS. The the default mapping are as per standards,
and hence it is not recommended to change the mapping.
iii) Directing Traffic into the appropriate Egress Queue.
Once the incoming traffic is mapped to the Initial Internal DSCP,
and the same gets mapped to the Output COS, these values need to
be directed to the appropriate Queues for the desired QOS behavior
on the MPLS EXP packets.
interface x/x
wrr-queue cos-map
priority-queue cos-map
For Eg:
interface gigabitethernet 1/10
wrr-queue cos-map 2 threshold 2 0
wrr-queue cos-map 3 threshold 2 1 2
wrr-queue cos-map 4 threshold 2 3 4
priority-queue cos-map 1 5 6 7
iv) Defining Queue Bandwidth Limits.
After directing the COS to appropriate queues and then assigning them
to appropriate drop threshold values, it is required to define the
bandwidth allocation per queue. This can be done as below.
!<-- To Set minimum assured bandwidth to COS Queue 1,2 & 3
Use the Bandwdith Percentage command as below.
interface GigabitEthernet 1/1
wrr-queue bandwidth percent !
<--Total of Queue Weights should be =100%
To evenly distribute the available bandwidth during congestion for
all the 4 queues, it is required to set the Queue Scheduling Weights
between all the four Queues. This is done by assigning the queues
weights which are used during WRR scheduling.
!<--Set the Queue-Limit Weights of WRR Scheduling as below
interface GigabitEthernet 1/1
wrr-queue queue-limit
priority-queue queue-limit xx
!<--For Example:
interface GigabitEthernet 1/1
wrr-queue queue-limit 25 20 22
priority-queue queue-limit 33
!<-- The example above does a Queue scheduling for Queue 1 for 25% of BW,
Queue 2 for 20% and Queue 3 for 22 % and Priority Queue has 33 %.
To conclude if you want to use the conventional MQC based toggles,
you will need to use FlexWans with WAN ports or OSM's. Where you can
apply the conventional MQC based toggles.
FOr all the LAN ports in 7600 only hardware queues are supported which
can be controlled using MLS, the difference between SUP and Module based
LAN ports is withing the Scheduling alogirthms supported, the Egress and Ingress
buffers, and the number of queues and drop thresholds available.
For Reference use this link:
http://www.cisco.com/univercd/cc/td/doc/product/core/cis7600/software/122sr/swcg/qos.htm
HTH-Cheers,
Swaroop
PS:
Policy Map Class Command Restrictions
PFC QoS does not support these policy map class commands:
?bandwidth
?priority
?queue-limit
?random-detect
?set qos-group
?service-policy

Similar Messages

  • QOS: egress police command not supported in non-leaf classes

    Hello,
    I have issue with egress policers on EFP (Service instance).
    When configure two egress policers on EFPs (on one physical interface), I received a message:
    ME-3600X(config-if-srv)#service-policy output VLAN-50M
    QOS: egress police command not supported in non-leaf classes
    QoS: Policy attachment failed for policymap VLAN-50M
    The configuration looks easy:
    policy-map VLAN-50M
    class VLAN
      police cir 50000000
       exceed-action drop
    class-map match-all VLAN
    match protocol ip
    interface GigabitEthernet0/11
    description TEST
    switchport trunk allowed vlan none
    switchport mode trunk
    mtu 1998
    load-interval 30
    service instance 199 ethernet
      encapsulation dot1q 199
      rewrite ingress tag pop 1 symmetric
      service-policy output VLAN-50M
      xconnect 82.119.245.231 3291 encapsulation mpls
    service instance 500 ethernet
      description L2MNG-SWITCHE
      encapsulation dot1q 500
      rewrite ingress tag pop 1 symmetric
      bridge-domain 500
    I tried to attach the same policy-map to Service Instance 500, with the messages above mentioned.
    I am not sure if this is correct behaviour, and what means term "non-leaf class".
    IOS version is 15.2(4)S2 with AdvancedMetroIPAccess.
    Best regards,
    Josef

    Platform supports three level hierarchy - Port, VLAN and Class.
    Class is the leaf level.
    Queuing is done only at the leaf level.
    You need to attach your policy to the port level policy so that it can be a two level policy.
    Three Level Class-default Policy Example:
    policy-map leaf
    class class-default
    queue-limit xxxxx bytes
    policy-map logical
    class class-default
    service-policy leaf
    policy-map root
    class class-default
    service-policy logical
    Invalid Queue-Limit Policy Configuration Example:
    This case "class-default" is being considered as the port level.
    Following QOS policy configuration failed because the configuration check assumes user is trying to apply the queue-limit at the vlan level which is not supported.
    policy-map child-1
    class class-default
      queue-limit 256 packets
    policy-map VLAN-OUT
    class class-default       <<< Class default is being assumed at the port level , Child policy at the second level
      shape average 5000000
      service-policy child-1
    interface GigabitEthernet0/5
    switchport trunk allowed vlan none
    switchport mode trunk
    service instance 2 ethernet
      encapsulation dot1q 60
      rewrite ingress tag pop 1 symmetric
      bridge-domain 60
    3600-HL-2-N(config)#interface GigabitEthernet0/5
    3600-HL-2-N(config-if-srv)#service-policy output VLAN-OUT
    QOS: queue-limit command not supported in non-leaf classes
    QoS: Policy attachment failed for policymap VLAN-OUT
    *Feb 13 09:55:28.700: %QOSMGR-3-QLIMIT_LEVEL_ERROR: Qlimit command not supported in non-leaf classes

  • My hp pavilion 15 notebook pc ports not supporting any printer

    how to fix problem with port installed with my system not supporting for printer setup? 
    system serial number: [Personal Information Removed]
    product number: G8D90PA#ACJ
    operating system: windows 8.1 single language 64 bit
    microprocessor:  intel (R) core(TM) i5-4210UCPU@ 1.70GHz

    Hi,
    Your machine has 2 USB 3.0 ports as shown in its specs:
        http://support.hp.com/us-en/document/c04329451
    2 USB 3.0
    1 HDMI
    1 RJ-45
    1 headphone/microphone combo
    In theory this should be backward compatible with USB 2.0 port on your printer. But this is not the case. New firmware (if your printer is not too old) from your printer may fix this but what is your printer ?
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Usb ports and FW ports not supporting audio interfaces

    Peace! I have recently ran into a situation with a fire wire interface and usb interface, where neither one will stay powered for a long time. Now its to the point where my macbook, doesn't recognize them at all. I have re-installed drivers, erased the drive, and re-installed the OS. I have also reset the SMC and PRAM, nothing seems to be working. If anyone has any information it would be greatly appreciated as this is frustrating for me at the moment. Thanks in advance! Peace!

    iMac 21.5-inch, Mid 2011(OX 10.8.5).
    I call the repair shop and they told me it would coast $2000 to get it fix, they told me that my mother board was burn, so I send them an email telling them if my mother board was burn wouldnt be able to use my imac. I could get a new one for that price.

  • Cisco 3650 QoS design: "mls QoS" not supported

    Dear colleagues,
    I am currently testing a Cisco 3650 for various catalogue items. One key feature that we use on almost all our catalogue items, is Quality of Service (QoS).
    On the old Cisco 3560 and 3750, we use "mls qos" and related commands. We use numbered ACLs for  untrusted QoS policy that sits on the LAN / ingress port. I have raised a TAC case for this issue but is there a tool to help me convert the "mls QoS" design on the old 3560 platform to the new 3650 platform where "mls qos" is not supported?
    Many thanks.

    Hi,
    The new 3650 runs IOS-XE and the older Cisco 3560 and 3750 run IOS.  So the QOS architecture on the new 3650 is different.
    here is the link to the qos config for the 3650:
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3650/software/release/3se/qos/configuration_guide/b_qos_3se_3650_cg/b_qos_3se_3650_cg_chapter_011.html
    HTH

  • I have a mid 2009 Macbook Pro and i know the Mini-display port does not support audio out but does it support HDMI out? or do i have to buy a Mini-display to DVI and then a DVI to HDMI adapters?

    I have a mid 2009 Macbook Pro and i know the Mini-display port does not support audio out but does it support HDMI out? or do i have to buy a Mini-display to DVI and then a DVI to HDMI adapters?

    Run MDP to HDMI for picture. Use a cable like this to run sound from your audio out on your Mac to your TV's audio in.  That's about all  you can do.

  • Version 03.03.00.XO - MLS QOS not supported

    Hi All,
    Anyone face the same problem with the following IOS Version?
    MLS QOS is not supported in global command.
    Switch#sh ver
    Cisco IOS Software, IOS-XE Software, Catalyst 4500 L3 Switch Software (cat4500es8-UNIVERSALK9-M), Version 03.03.00.XO RELEASE SOFTWARE (fc2)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2013 by Cisco Systems, Inc.
    Compiled Wed 14-Aug-13 07:26 by prod_rel_team
    Cisco IOS-XE software, Copyright (c) 2005-2013 by cisco Systems, Inc.
    All rights reserved.  Certain components of Cisco IOS-XE software are
    licensed under the GNU General Public License ("GPL") Version 2.0.  The
    software code licensed under GPL Version 2.0 is free software that comes
    with ABSOLUTELY NO WARRANTY.  You can redistribute and/or modify such
    GPL code under the terms of GPL Version 2.0.  For more details, see the
    documentation or "License Notice" file accompanying the IOS-XE software,
    or the applicable URL provided on the flyer accompanying the IOS-XE
    software.
    ROM: 15.1(1r)SG2
    Switch uptime is 6 minutes
    System returned to ROM by power-on
    Running default software
    Jawa Revision 3, RadTrooper Revision 0x0.0x41, Conan Revision 0x1449
    Last reload reason: power-on
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    License Information for 'WS-X45-SUP8-E'
        License Level: entservices   Type: Permanent
        Next reboot license Level: entservices
    cisco WS-C4506-E (P5040) processor (revision 2) with 4194304K bytes of physical memory.
    Processor board ID FXS1812Q346
    P5040 CPU at 2.2GHz, Supervisor 8-E
    Last reset from PowerUp
    1 Virtual Ethernet interface
    20 Ten Gigabit Ethernet interfaces
    511K bytes of non-volatile configuration memory.
    Configuration register is 0x2101
    SWITCH(config)#mls qos
                         ^
    % Invalid input detected at '^' marker.
    SWITCH(config)#
    SWITCH(config)#?
    Configure commands:
      aaa                         Authentication, Authorization and Accounting.
      access-list                 Add an access list entry
      access-session              Access Sesion Global Configuration Commands
      agent-server                Modify DNS server properties
      alias                       Create command alias
      ancp                        Configure ANCP
      archive                     Archive the configuration
      arp                         Set a static ARP entry
      async-bootp                 Modify system bootp parameters
      audit                       Router Audit
      authentication              Auth Manager Global Configuration Commands
      auto                        Configure Automation
      banner                      Define a login banner
      beep                        Configure BEEP (Blocks Extensible Exchange
                                  Protocol)
      bfd                         BFD configuration commands
      bfd-template                BFD template configuration
      boot                        Modify system boot parameters
      bridge                      Bridge Group.
      buffers                     Adjust system buffer pool parameters
      bulkstat                    Bulkstat Application
      call-home                   Enter call-home configuration mode
      cdp                         Global CDP configuration subcommands
      cef                         Cisco Express Forwarding
      cisp                        Set CISP parameters
      class-map                   Configure CPL Class Map
      clns                        Global CLNS configuration subcommands
      clock                       Configure time-of-day clock
      cluster                     Cluster configuration commands
      cns                         CNS agents
      comet-server                Configure comet-server properties
      config-register             Define the configuration register
      configuration               Configuration access
      control-plane               Configure control plane services
      crypto                      Encryption module
      cts                         Cisco Trusted Security commands
      default                     Set a command to its defaults
      default-value               Default character-bits values
      define                      interface range macro definition
      device-sensor               IOS Sensor Commands
      diagnostic                  Configure diagnostic information
      dns-server                  Modify DNS server properties
      dnsix-dmdp                  Provide DMDP service for DNSIX
      dnsix-nat                   Provide DNSIX service for audit trails
      do-exec                     To run exec commands in config mode
      dot1x                       IEEE 802.1X Global Configuration Commands
      downward-compatible-config  Generate a configuration compatible with older
                                  software
      eap                         EAP Global Configuration Commands
      emm                         Specify pre-loading of MDF
      enable                      Modify enable password parameters
      end                         Exit from configure mode
      energywise                  EnergyWise Global Configuration Commands
      epm                         EPM Global Configuration Commands
      errdisable                  Error disable
      ethernet                    Ethernet configuration
      event                       Event related configuration commands
      exception                   Exception handling
      exit                        Exit from configure mode
      fallback                    Fallback configuration commands
      fhrp                        Configure First Hop Redundancy Protocols
      file                        Adjust file system parameters
      fips                        FIPS mode after next reload
      flow                        Global Flow configuration subcommands
      format                      Format the output
      global-address-family       Enter address-family base routing topology mode
      help                        Description of the interactive help system
      hostname                    Set system's network name
      hw-module                   Apply command (e.g. shutdown) to specified
                                  hardware target
      hw-module                   Control of individual components in the system
      hw-switch                   Control of individual components in the switch
      id-manager                  ID Pool Manager
      identity                    Identity Configuration Commands
      infra-test                  Configure end2end properties
      interface                   Select an interface to configure
      ip                          Global IP configuration subcommands
      ipc                         Configure IPC system
      ipv6                        Global IPv6 configuration commands
      isis                        Global ISIS configuration subcommands
      issu                        no description
      key                         Key management
      kron                        Kron interval Facility
      l2                          Layer 2
      l2protocol-tunnel           Tunnel Layer2 protocols
      lacp                        LACP configuration
      li-view                     LI View
      license                     Configure License
      line                        Configure a terminal line
      link                        Enable Link State Tracking feature
      lldp                        Global LLDP configuration subcommands
      location                    Global location configuration commands
      logging                     Modify message logging facilities
      login                       Enable secure login checking
      mab                         MAC Authentication Bypass Global Configuration
                                  Commands
      mac                         Global MAC configuration subcommands
      macro                       Macro configuration
      media-proxy                 Global media proxy configuration
      mediatrace                  Mediatrace Application
      memory                      Configure memory management
      metadata                    Metadata Application
      mka                         MACsec Key Agreement (MKA) configuration
      module                      Module
      monitor                     Monitoring different system events
      mvr                         Enable/Disable MVR on the switch
      netconf                     Configure NETCONF
    Thank you.

    Hi,
    QOS implementation has radically changed since the advent of
    sup-7 & later
    You no longer set mls qos as qos is on the engine by default.
    Please see the following links
    http://www.cisco.com/c/en/us/products/collateral/switches/catalyst-4500-series-switches/white_paper_c11-539588.html
    "Ingress QoS: Default Actions
    First and foremost, QoS does not need to be enabled on the Supervisor Engine, it is on by default in compliance with the MQC construct.
    When a packet arrives at an interface, there are two options to take into consideration: is there a policy attached or not? If the packet arrives with or without a marking and there is not a policy attached to the interface, packets will flow through the switch untouched. There are no questions as to where the packet came from or if it has a valid marking. If the packet arrives with or without a marking, and a policy is attached to the interface, the packet will only then be subject to the policy classification."
    And the config guide
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/15-1/XE_330SG/configuration/guide/config/qos_mrg.html#wp1461453
    Hope this helps
    Regards
    Alex

  • HT1476 when i plug my phone into the usb port with the apple charger that came with my phone i get an error msg say charging not supported by this device.   But when i use a gigaware (radioshack brand) usb charger, no error msg.  Why?

    when i plug my phone into the usb port with the apple charger that came with my phone i get an error msg say charging not supported by this device.   But when i use a gigaware (radioshack brand) usb charger, no error msg.  Why?

    - Try restoring the iPod, first from backup and then try to factory settings/new iPod to rule out a software problem.
    - Look at the dock connector on the iPod. Look for abnormalities like bent or corroded contacts, foreign material and broken or cracked plastic.
    - Could you have damaged something when you took the iPod apart and replaced the Home button?

  • HT2693 I purchased Huawei Dongle and trying to connect with my NEW MacBook Pro (OS- Mountain Lion) USB port 3.0 but unfortunately it does not support. When I plugged in my the power is flowing in dongle due green light blinking twice in every 3 sec but no

    Hi,
    I purchased Huawei Dongle and trying to connect with my new MacBook Pro (OS- Mountain Lion) USB port 3.0 but unfortunately it does not support.
    When I plugged in my macbook the power is flowing in dongle due green light blinking twice in every 3 sec but no connection found or diver shown.
    Please let me know how I have to use it. I got some suggestion for USB hub 2.0 but It does not make any sense and driver installation.
    So please suggest proper direction to use it and provide link to install any driver.
    Thanks
    Tauheed Ahmad

    Yes Clinton I did same, but they were (Huawei customer support) surprised about this problem, They behave like they have no idea about USB 2.0 and  3.0 knowledge. They handsUp that reason I posted my problem in this forum.
    So is there any better solution to use any mediator between these USB version handling, Please let me know.
    Thanks
    Tauheed

  • Macbook MiniVGA Display port Epson Projector Issues "Not Supported"

    I have been using my Macbook OSx 10.8.5 with a Rocketfish Mini Displayport to VGA adapter (RF-AP307) connected to an Epson Projector (Powerlite83plus) for 3 weeks and just the other day a blue screen appeared on the projector stating that the computer is 'Not Supported'.
    Actions I have already tried:
    - turned on and off mirroring
    - changed the refresh rate
    - unplugged VGA adapter and restarted the computer
    - attempted to install firmware update for MiniVGA display port following directions located here: http://support.apple.com/downloads/_Mini_DisplayPort_to_VGA_Firmware_Update (update failed because VGA adapter not found)
    Anyone having similar issues and have some additional solutions? Need a solution fast, if I need to buy another VGA adapter I will but would rather not have to spend the money again...
    Thanks

    "- attempted to install firmware update for MiniVGA display port following directions located here: http://support.apple.com/downloads/_Mini_DisplayPort_to_VGA_Firmware_Update (update failed because VGA adapter not found)"
    That update is for the Apple branded adapter, not the Rocketfish adapter.
    I have the same adapter as you and have had no problems.  That doesn't really mean anything other than the part does work with many types of projectors.  Yours could have failed, though.  Does it work on any other display or projector?

  • I have air port express 802.11n and imac ver 10.7.5.  When I try to set up my wifi I get error message 'that the version mac os x is not supported' Help?

    I am trying to set up wifi using air port express 802.11n version 1.3 on my imac os x ver 10.7.5.  Get error message Air port can't be installed on this disk that the ver of mac not supported - Help????

    Please check the model number on the side of the AirPort Express in the faint print. It will start with an "A" followed by four numbers, as in A x x x x.
    Post back with your findings.

  • FTP server: PORT command not supported??

    Hi,
    In a nutshell - we are trying to set up PASV -- PORT connection between a Tiger server (10.4.11) and another system (say it's a windows FTP server). Issuing a PORT command to a Tiger FTP server fails with this error:
    -> PORT 192,168,11,3,199,158
    <- 500 Invalid PORT command
    I have done some research on the web and as far as I can see - this is just a feature that is disabled in Mac OS X ftp server.
    What's strange is that "features" command states that PORT is supported.
    Has anyone seen PORT command work for a Tiger Server ftp daemon?
    Has anyone succeeded enabling this command on a Tiger server?
    Can you recommend another FTP server that works well on a Tiger server?
    Thanks a million,
    Darius

    Passive (PASV) and Port (PORT) mechanisms are orthagonal.
    If you're working with PORT, then you're almost certainly trying to clear through one or more firewalls. And a firewall can also trigger the Illegal Port Command error for a PORT command.
    (Though I don't see a PORT command in the Mac OS X ftp client. I've checked a couple of clients, and it isn't common to expose it.)
    ftp is a mess. Insecure, difficult to configure, insecure, firewall unfriendly, insecure, and slow. And did I mention insecure?
    (No, I'm not a big fan of ftp.)
    Some reading material:
    http://www.cert.org/techtips/ftp_portattacks.html
    http://www.slacksite.com/other/ftp.html
    http://cr.yp.to/ftp/security.html
    As for a suggestion, chuck ftp and switch to sftp.

  • TS2634 i have a ipad gen1 refurbished the wall usb charger keeps saying charging is not supported with this accesory and has taken 24 hrs to charge half the battery and this is a factory charger that uses the usb port whats wrong here help please

    i just purchased a refurbished ipad gen 1 when i pluged in the wall charger with the usb cable a window came up and said (charging not supported with this accesory) the battry was almost dead so i pluged in the wall charger and
    the battery has been charging for 24 hrs and is only 50%charged it is the factory use charger for this unit why does this error come up and why is it taking so long the software is up to date

    Not normal. Take it to an Apple Store for evaluation.
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
    The quickest way (and really the only way) to charge your iPad is with the included 10W or 12W USB Power Adapter. iPad will also charge, although more slowly, when attached to a computer with a high-power USB port (many recent Mac computers) or with an iPhone Power Adapter (5W). When attached to a computer via a standard USB port (2.5W, most PCs or older Mac computers) iPad will charge very slowly (but iPad indicates not charging). Make sure your computer is on while charging iPad via USB. If iPad is connected to a computer that’s turned off or is in sleep or standby mode, the iPad battery will continue to drain.
    Apple recommends that once a month you let the iPad fully discharge & then recharge to 100%.
    How to Calibrate Your Mac, iPhone, or iPad Battery
    http://www.macblend.com/how-to-calibrate-your-mac-iphone-or-ipad-battery/
    At this link http://www.tomshardware.com/reviews/galaxy-tab-android-tablet,3014-11.html , tests show that the iPad 2 battery (25 watt-hours) will charge to 90% in 3 hours 1 minute. It will charge to 100% in 4 hours 2 minutes. The new iPad has a larger capacity battery (42 watt-hours), so using the 10W charger will obviously take longer. If you are using your iPad while charging, it will take even longer. It's best to turn your new iPad OFF and charge over night. Also look at The iPad's charging challenge explained http://www.macworld.com/article/1150356/ipadcharging.html
    Also, if you have a 3rd generation iPad, look at
    Apple: iPad Battery Nothing to Get Charged Up About
    http://allthingsd.com/20120327/apple-ipad-battery-nothing-to-get-charged-up-abou t/
    Apple Explains New iPad's Continued Charging Beyond 100% Battery Level
    http://www.macrumors.com/2012/03/27/apple-explains-new-ipads-continued-charging- beyond-100-battery-level/
    New iPad Takes Much Longer to Charge Than iPad 2
    http://www.iphonehacks.com/2012/03/new-ipad-takes-much-longer-to-charge-than-ipa d-2.html
    Apple Batteries - iPad http://www.apple.com/batteries/ipad.html
    Extend iPad Battery Life (Look at pjl123 comment)
    https://discussions.apple.com/thread/3921324?tstart=30
    New iPad Slow to Recharge, Barely Charges During Use
    http://www.pcworld.com/article/252326/new_ipad_slow_to_recharge_barely_charges_d uring_use.html
    Tips About Charging for New iPad 3
    http://goodscool-electronics.blogspot.com/2012/04/tips-about-charging-for-new-ip ad-3.html
    How to Save and Prolong the battery life of your new ipad
    https://discussions.apple.com/thread/4480944?tstart=0
    Prolong battery lifespan for iPad / iPad 2 / iPad 3: charging tips
    http://thehowto.wikidot.com/prolong-battery-lifespan-for-ipad
    iPhone, iPod, Using the iPad Charger
    http://support.apple.com/kb/HT4327
    Install and use Battery Doctor HD
    http://itunes.apple.com/tw/app/battery-doctor-hd/id459702901?mt=8
    To Extend a Device’s Battery Life, Get to Know It Better
    http://tinyurl.com/b67c7xz
    iPad Battery Replacement
    http://www.apple.com/batteries/replacements.html
    In rare instances when using the Camera Connection Kit, you may notice that iPad does not charge after using the Camera Connection Kit. Disconnecting and reconnecting the iPad from the charger will resolve this issue.
     Cheers, Tom

  • Wrt54gs V4 FWv1.06.1 - Port Redirection not supported? Any workarounds?

    My office does not allow any outbound traffic except for port 80 and 443. On my home network I have VNCServer listening on port 5900. I'd like to have the incoming port 443 to go 192.168.1.102 port 5900. I'm able to successfully 'port range forward' port 443 to go to 192.168.1.102 port 443 ( I modified my VNC Server to listen on port 443 ). I am having difficulty when my VNC Server listens on it's normal port of 5900 as no matter what I do in ' port triggering ' it doesn't allow for port redirection, not that I see. Any help would be appreciated.

    I does not support port redirection. I think none of the Linksys routers supports that.

  • Port channel failure / lacp_switch_get_new_agg_id: secondary l3 agg are not supported

    hi,
    hope that someone can help.
    I ran into port channel issue when trying to add 4 port Quantum Dxi server into a port channel in 3750 stack.
    Configs looks ok:
    interface Port-channel6
    description qdx-server
    switchport access vlan 3
    switchport mode access
    spanning-tree portfast
    spanning-tree bpduguard enable
    end
    all four ports configured as follows
    interface GigabitEthernet1/0/7 , 1/0/5 , 2/0/7 and 2/0/8
    description qdx-server-ethx
    switchport access vlan 3
    switchport mode access
    spanning-tree portfast
    spanning-tree bpduguard enable
    channel-protocol lacp
    channel-group 6 mode active
    end
    all ports joined the channel except Gi 1/0/5 - it got suspended once joined the port channel
    From the debug I got the following:
    Dec 16 13:36:43.082 GMT: FEC: lacp_switch_get_new_agg_id: secondary l3 agg are not supported Po6
    Dec 16 13:36:46.823 GMT: FEC: pagp_switch_agc_compatable: comparing GC values of Gi1/0/5 Gi1/0/7 flag = 1 1
    Dec 16 13:36:46.823 GMT: FEC: pagp_switch_port_attrib_diff: compare LACP modes for Gi1/0/5
    Dec 16 13:36:46.823 GMT: FEC: pagp_switch_port_attrib_diff: Gi1/0/5 Gi1/0/7 same
    Dec 16 13:36:46.823 GMT: FEC: pagp_switch_agc_compatable: GC values are compatable
    Dec 16 13:36:46.823 GMT: FEC: pagp_switch_restart_if_needed(1): Gi1/0/5 in list
    Dec 16 13:36:46.823 GMT: FEC: pagp_switch_invoke_port_down: Gi1/0/5
    Dec 16 13:36:46.823 GMT: FEC: pagp_switch_invoke_port_up: Gi1/0/5
    Dec 16 13:36:46.823 GMT: FEC: pagp_switch_agc_compatable: comparing GC values of Gi1/0/5 Gi1/0/7 flag = 1 1
    Dec 16 13:36:46.823 GMT: FEC: pagp_switch_port_attrib_diff: compare LACP modes for Gi1/0/5
    Dec 16 13:36:46.823 GMT: FEC: pagp_switch_port_attrib_diff: Gi1/0/5 Gi1/0/7 same
    Dec 16 13:36:46.823 GMT: FEC: pagp_switch_agc_compatable: GC values are compatable
    Dec 16 13:36:46.823 GMT: FEC: lacp_switch_calculate_oper_key: oper_key for port Gi1/0/5 is 0x6
    Dec 16 13:36:46.982 GMT: FEC: lacp_switch_get_first_agg_id_from_admin_oper_keys: found aggregator Po6 for admin_key [0x6] and oper_key [0x6]
    Dec 16 13:36:46.982 GMT: FEC: lacp_switch_is_aggregator_valid: aggregator Po6 is still valid
    Dec 16 13:36:46.982 GMT: FEC: lacp_switch_get_first_associated_port_from_agg_id: found port Gi2/0/8 associated to Po6
    Dec 16 13:36:46.982 GMT: FEC: lacp_switch_is_aggregator_valid: aggregator Po6 is still valid
    Dec 16 13:36:46.982 GMT: FEC: lacp_switch_get_next_agg_id_from_admin_oper_keys: aggregator next to Po6 not found for admin_key [0x6] and oper_key [0x6]
    Dec 16 13:36:46.982 GMT: FEC: lacp_switch_get_new_agg_id: secondary l3 agg are not supported Po6
    Dec 16 13:36:56.830 GMT: FEC: pagp_switch_agc_compatable: comparing GC values of Gi1/0/5 Gi1/0/7 flag = 1 1
    Dec 16 13:36:56.830 GMT: FEC: pagp_switch_port_attrib_diff: compare LACP modes for Gi1/0/5
    Dec 16 13:36:56.830 GMT: FEC: pagp_switch_port_attrib_diff: Gi1/0/5 Gi1/0/7 same
    Dec 16 13:36:56.830 GMT: FEC: pagp_switch_agc_compatable: GC values are compatable
    Dec 16 13:36:56.830 GMT: FEC: pagp_switch_restart_if_needed(1): Gi1/0/5 in list
    Dec 16 13:36:56.830 GMT: FEC: pagp_switch_invoke_port_down: Gi1/0/5
    Dec 16 13:36:56.830 GMT: FEC: pagp_switch_invoke_port_up: Gi1/0/5
    Dec 16 13:36:56.830 GMT: FEC: pagp_switch_agc_compatable: comparing GC values of Gi1/0/5 Gi1/0/7 flag = 1 1
    Dec 16 13:36:56.830 GMT: FEC: pagp_switch_port_attrib_diff: compare LACP modes for Gi1/0/5
    Dec 16 13:36:56.830 GMT: FEC: pagp_switch_port_attrib_diff: Gi1/0/5 Gi1/0/7 same
    Dec 16 13:36:56.830 GMT: FEC: pagp_switch_agc_compatable: GC values are compatable
    Dec 16 13:36:56.838 GMT: FEC: lacp_switch_calculate_oper_key: oper_key for port Gi1/0/5 is 0x6
    Dec 16 13:36:56.880 GMT: FEC: lacp_switch_get_first_agg_id_from_admin_oper_keys: found aggregator Po6 for admin_key [0x6] and oper_key [0x6]
    Dec 16 13:36:56.880 GMT: FEC: lacp_switch_is_aggregator_valid: aggregator Po6 is still valid
    Dec 16 13:36:56.880 GMT: FEC: lacp_switch_get_first_associated_port_from_agg_id: found port Gi2/0/8 associated to Po6
    Dec 16 13:36:56.880 GMT: FEC: lacp_switch_is_aggregator_valid: aggregator Po6 is still valid
    Dec 16 13:36:56.880 GMT: FEC: lacp_switch_get_next_agg_id_from_admin_oper_keys: aggregator next to Po6 not found for admin_key [0x6] and oper_key [0x6]
    Dec 16 13:36:56.880 GMT: FEC: lacp_switch_get_new_agg_id: secondary l3 agg are not supported Po6
    Dec 16 13:37:06.837 GMT: FEC: pagp_switch_agc_compatable: comparing GC values of Gi1/0/5 Gi1/0/7 flag = 1 1
    Dec 16 13:37:06.837 GMT: FEC: pagp_switch_port_attrib_diff: compare LACP modes for Gi1/0/5
    Dec 16 13:37:06.837 GMT: FEC: pagp_switch_port_attrib_diff: Gi1/0/5 Gi1/0/7 same
    Dec 16 13:37:06.837 GMT: FEC: pagp_switch_agc_compatable: GC values are compatable
    Dec 16 13:37:06.837 GMT: FEC: pagp_switch_restart_if_needed(1): Gi1/0/5 in list
    Dec 16 13:37:06.837 GMT: FEC: pagp_switch_invoke_port_down: Gi1/0/5
    Dec 16 13:37:06.837 GMT: FEC: pagp_switch_invoke_port_up: Gi1/0/5
    Dec 16 13:37:06.837 GMT: FEC: pagp_switch_agc_compatable: comparing GC values of Gi1/0/5 Gi1/0/7 flag = 1 1
    Dec 16 13:37:06.837 GMT: FEC: pagp_switch_port_attrib_diff: compare LACP modes for Gi1/0/5
    Dec 16 13:37:06.837 GMT: FEC: pagp_switch_port_attrib_diff: Gi1/0/5 Gi1/0/7 same
    Dec 16 13:37:06.837 GMT: FEC: pagp_switch_agc_compatable: GC values are compatable
    Dec 16 13:37:06.837 GMT: FEC: lacp_switch_calculate_oper_key: oper_key for port Gi1/0/5 is 0x6
    Dec 16 13:37:07.080 GMT: FEC: lacp_switch_get_first_agg_id_from_admin_oper_keys: found aggregator Po6 for admin_key [0x6] and oper_key [0x6]
    Dec 16 13:37:07.080 GMT: FEC: lacp_switch_is_aggregator_valid: aggregator Po6 is still valid
    Checked and compared the config from another server, all looks OK.. I tried to search the error message in bold, but can't find any.
    Can anyone shed a light?
    Many thanks.

    we have the same issue with asa5525 and 3750E etherchannel.
    The same error
    lacp_switch_get_new_agg_id: secondary l3 agg are not supported on the SWITCH side
    we are using LACP active from noth sides

Maybe you are looking for