QoS Problem ( nt getting same DSCP marking at diff.. vpls customer sites

Hi we are having 3 locations A , B & C
we are providing l2 vpls service to customer .
customer is connected to our mpls cloud via EoSDH on my mpls switch on locations A , B & C.
customer is marking his traffic with DSCP bit XX from Location A when customer checking the traffic
at location B via packet sniffer ethereal they are not getting the same DSCP Tagging .
can anyone help me to find out the possible cause of this .
As far as i know in VPLS services there is limitation of provide multi-QoS.
But here in this case i m only trusting DSCP on the Lastmile port as well as on the trunks connected from my switches to my PEs .
so customer tagging should reach from location A to Location B .
Here we go:
CPE-A------CPE-A-SW--------SP-SW-A----PE-A======MPLS CLOUD=====PE-B------SP-SW-B-------CPE-B-SW-------CPE-B
here :CPE-A = customer router
CPE-A-SW = 4500
SP-SW-A = 4500
PE-A = 7600
PE-B = 7600
SP-SW-B = 3500
CPE-B-SW = 4500
CPE-B = customer router

I m getting blew output on the trunk interface connected to my PE on both the switches.
SP-SW-A#sh qos interface GigabitEthernet4/3
QoS is enabled globally
Port QoS is enabled
Administrative Port Trust State: 'dscp'
Operational Port Trust State: 'dscp'
Trust device: none
Default DSCP: 0 Default CoS: 0
Appliance trust: none
Tx-Queue Bandwidth ShapeRate Priority QueueSize
(bps) (bps) (packets)
1 250000000 disabled N/A 2336
2 250000000 disabled N/A 2336
3 250000000 disabled normal 2336
4 250000000 disabled N/A 2336
SP-SW-B#sh mls qos interface GigabitEthernet0/2 statistics
GigabitEthernet0/2
Ingress
dscp: incoming no_change classified policed dropped (in bytes)
Others: 0 0 0 0 0
Egress
dscp: incoming no_change classified policed dropped (in bytes)
Others: 0 n/a n/a 0 0
WRED drop counts:
qid thresh1 thresh2 FreeQ
1 : 0 0 1024
2 : 0 0 1024
3 : 0 0 1024
4 : 0 0 1024

Similar Messages

  • DSCP marking for non WMM-clients

    hello,
    i just made several tries but didn´t find the result which i expected. i have the following scenario:
    non WMM-clients in branches in our WAN
    traffic over the wan line must be shaped
    there is no local breakout, the traffoic should be tunneled to the central datacenter
    so what i want to achieve is that every traffic from this non WMM-clients (which are using a special SSID (i call it here "EXTERNAL")) is getting marked in that way that the CAPWAP-packets are holding dscp-values so that i can refer on these packets beforer they are going over the WAN-connection
    what i did:
    the ssid uses the QOS-Profile "bronze"
    WMM is disabled
    the QOS-Profile itself has 802.1p enabled with a value of 1
    so i expected that every traffic via this ssid "EXTERNAL" gets a dscp marking in the capwap packet of 10 (perhaps also 12 or 14, i´m not sure whcih value really is used). in reality i see 0.
    i´m using Wismv1 with version 7.0.230. i also tried it with 5508 with the same version but it didn´t work. APs are 1142.
    is my expectation wrong that this scenario is working in this way? do i forget something??
    thanks for your help

    The WLAN can only re-mark client traffic that has existing DSCP values in the original packet, typically at the application layer. The platinum profile itself has 46 as VoWLAN, 48 as Mgmt traffic (CAPWAP etc), and 56 as network traffic, classifying them as such based on the original marking. The values are only remarked if the configured SSID is different.
    This link provides a few more details:
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_configuration_example09186a00807e9717.shtml

  • Wireless QoS - CAPWAP getting tagged DSCP 26 while inner packet is DSCP 24.

    Hello,
    I'm facing an issue regarding QoS and wireless. I've attached a drawing of my set up as well. 
    My set up consists of a Cisco wireless 7925 phone, a 3702i access point, and a WISM2 controller (running newest 7.6 code). 
    My access point is connected to a 3750 switch, the switchport is in access mode, and is trusting the dscp values from the access point (mls qos trust dscp). QoS is also enabled on the switch (mls qos). 
    Please see my attached picture of a visual representation to what I'm going to describe. 
    In my particular scenario I'm looking at SKINNY traffic between the phone and the call manager. Per our Wired QoS design SKINNY traffic is tagged with DSCP 24 or CS3.  Traffic from the call manager to the phone is being tagged correctly all the way through (from the wired segment, to the controller and from the controller to the access point) the inner packet and the CAPWAP header is tagged correctly with DSCP 24. 
    Return traffic from the phone to the call manager is a different story. The phone is clearly tagging the SKINNY traffic with DSCP 24 as well, this is evident by looking at the inner packet in captures. However, the CAPWAP header is being tagged DSCP 26 for some reason. Basically it looks like the access point is building the CAPWAP header with the value of 26 despite the fact that the original packet is marked 24. 
    I'd like to further understand why this is happening in only one direction (from AP to the controller) and if there is any way to change the behavior. 
    One thing I might have stumbled on is how the 802.11e values map to DSCP values. Looking at the binary representations of 24 and 26, they both end up mapping back to the 802.11e value 3. My current thinking is the access point just sees this 802.11e value #3 and then tags it to 26 automatically instead of 24. I'm not sure why the access point can't read the correct DSCP value of the inner packet (being tagged by the phone) and simply map that same value to the CAPWAP header. 
    Any help or further insight into this would be greatly appreciated. 
    Thanks! 

    Return traffic from the phone to the call manager is a different story. The phone is clearly tagging the SKINNY traffic with DSCP 24 as well, this is evident by looking at the inner packet in captures. However, the CAPWAP header is being tagged DSCP 26 for some reason. Basically it looks like the access point is building the CAPWAP header with the value of 26 despite the fact that the original packet is marked 24.
    Note that when AP receives packet, it will only see the wireless header UP (user prioroity) value & not inner IP packet DSCP header. So all mapping of outer CAPWAP DSCP is based on UP value.  Refer this table & UP3 will map to AF31 (DSCP value 26)
    http://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Mobility/emob73dg/emob73/ch5_QoS.html#_Ref167257742
    I'd like to further understand why this is happening in only one direction (from AP to the controller) and if there is any way to change the behavior.
    When it comes from UCCM side, signaling traffic already marked with CS3. So when WLC map that to CAPWAP, it will simply use that IP packet DSCP value to derive the outer CAPWAP DSCP. So packet goes as CS3 in that direction.
    If you want to change this behavior (client to AP-> WLC), you can apply a qos service policy to re-write DSCP26 to CS3 on your 3750 switch where AP connects.
    http://mrncciew.com/2012/11/30/understanding-wireless-qos-part-2/
    Refer this post from Jerome to see background of this AF31 or CS3 debate when classifying voice control traffic.
    http://wirelessccie.blogspot.com.au/2011/02/wired-qos-for-voice-control-af31-dscp.html
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • Cannot get Genius to work - Always get same error message - "Genius results can't be updated right now. The required file cannot be found."  Problem also seems to be affecting iCloud aand Music Match.

    Cannot get Genius to work - Always get same error message - "Genius results can't be updated right now. The required file cannot be found."  Problem also seems to be affecting iCloud aand Music Match. Can anyone help me with this?  What file is missing and from where?

    This is a known problem with Windows 7 Enterprise using certain Group Policy settings. Solution for me was to use another machine running Windows 7 Ultimate.

  • When opening PS CC 2014 I get message "The program can't strt because ONCoreFoundation8.dll is missing from your computer. Try reinstalling the program to fix this problem".  I did and still get same message.

    when opening PS CC 2014 I get message "The program can't start because ONCoreFoundation8.dll is missing from your computer. Try reinstalling the program to fix this problem".  I did and still get same message.

    Win 7 64bit, have PS cs6, pscc. pscc2014. also Lightroom 5.5 (just upgraded to 5.6). Also the latest updates for all Adobe programs.   But still get
    But the program does start and seems to work well.  But annoying as hell!!!
    Also don't understand why there is pscc2014 rather than just updating pscc??
    Thanks,
    Bob Lurie

  • Getting same error message - 1st time ever having a problem witn iTunes.  Tried to re-install iTunes but that just got another error message.  Does this mean I have lost everything.

    Getting same error message - 1st time ever having a problem witn iTunes.  Tried to re-install iTunes but that just got another error message.  Does this mean I have lost everything.

    Have a look at the articles mentioned  here:http://support.apple.com/kb/TS3694
    Unknown Error containing "0xE" when restoring: To resolve this issue, follow the steps in iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting. If you have a Windows computer with an Intel® 5 series/3400 series chipset, you may need updates for your chipset drivers. See iTunes for Windows: Issues syncing iOS devices with P55 and related Intel Chipsets for more information.

  • Problem in getting Updated EJB methods in JSC for a Same Project

    I'm Using Sun Studio Enterprise for developing EJB sets.After that i'm importing the EJB set in to JSC & using it my Project.
    If i need to add some more business methods/edit the business method i'm able to do that in the Sun Enterprise IDE.After editing the EJB ,redeploying & reimporting to JSC i couldn't get the updated version of EJB in my Current Project.
    We could be able to get the updated EJBs,if we are using it in a new project other than using it in the Previous one.
    It's being a great problem for me.Vat shall i do for this problem?Please help me,a project is in Pending stage because of this problem.
    Regards
    Kajanan

    Hi MWH@Keystroke,
    Thanks for your consideration of my problem.I also use an EJB layer built in Sun Enterprise for the backend to my Creator-based web application.My Current problem is getting the updated EJB sets to my current project.
    For Ex:
    If i add a new Business method called doSomething( ),then i should be able to get that method in JSC using FinalFacadeRemoteClient1.doSomething().
    But after typing FinalFacadeRemoteClient. , doSomething() method is not displaying.
    If i use that in a new project [Previously not used Same Session Facades]all the updated EJB business methodss are coming.I want to use updated EJBs in the project i'm already working.
    Regards
    Kajanan

  • I have windows xp. I downloaded quick time no problem still can't get itunes to install. Still get same message (a program for this install to complete could not be run).

    I have windows xp. I downloaded quick time no problem still can't get itunes to install. Still get same message (a program for this install to complete could not be run).

    Try the following user tip:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • QoS: make switch to trust PC's DSCP marking

    Hi,
    As you all know, it's possible to override 802.1p/CoS field coming from PC attached to Catalyst switch.
    This is accomplished in 2 (two) ways:
    - either by '(config-if)# mls qos trust extend cos <value>'
    - or via '(config-if)# switchport priority extend cos <value>'
    But what about to make Cisco IP Phone to trust PC's DSCP marking ? Is this possible ?
    P.S.
    Can you also explain, why there 2 (two) flavors of CLI to allow switch to trust to PC's 802.1p marking ?
    Thanks.

    Tobi,
    the PC basically send untagged frames to the switch, these will normally be send as CoS=0.
    the following link has some scenarios for you
    http://www.cisco.com/en/US/partner/products/hw/switches/ps5023/products_tech_note09186a0080883f9e.shtml#cg211
    I think you will find example 6 usefull

  • Uninstall won't uninstall apple software update.  I get same msg when trying to install itunes. A problem with this pkg.

    Uninstall won't uninstall apple software update.  I get same msg when trying to install itunes.  Problem with this windows installer pkg.

    Hey NatRgrL!
    Try using the steps in this article to help you remove iTunes properly:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    Take care, and thanks for visiting the Apple Support Communities.
    Cheers,
    Braden

  • My iPhoto doesn't even open! i get same message saying it's unreadable! anybody else have this problem!?

    my iPhoto doesn't even open! i get same message saying it's unreadable! anybody else have this problem!?

    First try this:  launch iPhoto with the Option key held down and create a new, test library.  Import some photos and check to see if the same problem persists. If it doesn't then your current library is the culprit.
    If that's the case make a temporary, backup copy (if you don't already have a backup copy) of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Not able to make outgoing calls in iphone4. Regularly i face this problem, at the same time i receive incoming call, can do net surfing, can access email and sms, only outgoing calls get failed every time. please answer to solve this problem

    not able to make outgoing calls in iphone4. Regularly i face this problem, at the same time i receive incoming call, can do net surfing, can access email and sms, only outgoing calls get failed every time. please answer to solve this problem

    Good day Sidharth Namrta,
    It sounds like you are unable to make any calls, but you can recieve them, and everything else seems to work fine. I recommend you use the troubleshooting in the following article to help you get that resolved, named:
    iPhone: Troubleshooting issues making or receiving calls
    Follow the steps below to resolve this issue. Please test after each step.
    Toggle airplane mode: Tap Settings > Enable Airplane Mode, wait five seconds, then turn off airplane mode.
    Check your phone settings:
    Check your Do Not Disturb settings: Tap Settings > Do Not Disturb.
    Check for any blocked phone numbers: Tap Settings > Phone > Blocked.
    See if Call Forwarding is turned on: Tap Settings > Phone > Call Forwarding.
    Ensure that your software is up to date:
    Check for a carrier settings update.
    Check for an iOS software update. 
    Note: Some updates may require a Wi-Fi connection.
    If the iPhone has a SIM card, reseat the SIM card.
    If the iPhone 4 or iPhone 4s is on the Verizon network, dial *228 from the iPhone and select option 2 to update the Preferred Roaming List (PRL). The PRL determines the cellular towers the phone uses for cellular service, selecting those with the best signal strength.
    Reset the network settings: Tap  Settings > General > Reset > Reset Network Settings.
    Try to make or receive calls in another location.
    Attempt to isolate to one network band:
    If you're having the issue on LTE, disable LTE, if possible, and try again.
    If you're having the issue on 3G/4G, disable 3G/4G, if possible, and try again.
    Contact the carrier to check the following:
    Your account is properly configured to use the specific iPhone that has the issue.
    There are no localized service outages.
    Your account doesn't have a billing-related block.
    Your calls don't have errors on the carrier system.
    Restore the phone as new.
    If the above steps don't resolve the issue, go to an Apple Retail Store, carrier, Apple Authorized Reseller, or contact AppleCare to send the phone in for service.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • I'm trying to upgrade to itunes 10.x on Windows 7 Pro.  The installation stuck at the stage "Registering iTunes automation server".  I removed the Antivirus software and re-install iTunes again.  But still get same problem.  Any solution?

    I was trying to upgrade to itunes 10.x on Windows 7 Pro.  The installation stuck at the stage "Registering iTunes automation server".  I removed the Antivirus software and re-install iTunes again.  But still get same problem.  Any solution?
    JA

    Peter Hah
    After spending another two days on pinning down the iTunes 10.5 blank store page problem, here's the solution to be found: https://discussions.apple.com/thread/3372617?start=0&tstart=0
    Look out for "japiohelp".
    In short:
    a) press Windows key + "R", enter "cmd", and press Ctrl+Shift+Enter (= runs as admin)
    b) enter "netsh winsock reset" and pres enter
    c) reboot the computer
    and Bob's your uncle.
    P.

  • QoS Problem - Outbound Ethernet Marcation

    Hi all,
    I have a problem with QoS.
    Everytime a voice packet go outbound through an Ethernet interface the router remove the DSCP marcation 46 (EF) and marks as 0. Serial interfaces work fine.
    I've tried with different IOS versions but the problem is the same.
    If anyone has faced this problem before, please let'me know what IOS version this QoS configuration work.
    Cheers ///
    Neirival de Sousa (Brazil/Angola)

    Hi,
    can yo be more specific about your hardware/software and general setup?
    Also one more thing: are you sure it happens outbound? Could it be that a LAN switch is receiving the frame/IP packet and the default port settings for Catalysts kick in? QoS wise all LAN ports on the Catalyst switches are untrusted, thus any marking will be set to 0 (best effort), when received on such a port. You need to issue a "mls trust ..." command on each port, where markings should be passed unchanged. The "..." is "cos" or "dscp" and depends on hardware/IOS.
    Hope this helps! Please rate all posts.
    Regards, Martin

  • QuickTime 7.3.1, I get the question mark?

    Hello everybody in the forum.
    I have a problem with browsers when I see the trailers of the movies page apple, I get the question mark over QuickTime.
    Help Please
    Greetings!

    I struggled with this issue for a while. One of my false successes was re-installing Flash Player which worked until I closed my browser and reopened it.
    For some reason apple removed the option in the MIME settings to disable Flash Media. I think they were looking to remove the option since QuickTime wont play Flash Media. However, I looked at my com.apple.quicktime.plugin.plist in the Plist Editor that comes with Developer and discovered that the Shockwave Flash was set to "true." So, when upgrading to 7.3 somehow it not only kept my old prefs, but it enabled that option (which I never enabled) in my prefs, which is no longer an option in the User Interface Prefs. So I tried changing it to "False" but when I opened a browser session and went to a page with Flash Media, QuickTime changed it back to "True." I tried deleting the file and QuickTime recreated it with the same settings. I later found out deleting the com.apple.quicktimeplayer.plist and the QuickTime Preferences files and rebooting would fix the problem. One of these files was causing the recreation of the com.apple.quicktime.plugin.plist file. Deleteing all three of these files should fix the problem.
    Location:
    Users/<your user name here>/Library/Prefernces/
    com.apple.quicktime.plugin.plist
    com.apple.quicktimeplayer.plist
    QuickTime Preferences
    trash these and reboot
    *QuickTime will recreate uncorrupted prefs on first launch
    You could also compile this in Script Editor and run it (it targets and deletes the files and reboots your machine) Script editor is in Applications/AppleScript/.
    Copy text below:
    PLEASE NOTE:
    This script was created to simply remove the preferences associated with the QuickTime Plugin and QuickTime Player to remove the pesky QT question mark and restore Flash playback in browsers. It is intended to fix the problem on PPC machines where when updating to QuickTime 7.3 it carries over bad and/or corrupts the preference files associated with QuickTime. These preferences will be recreated on reboot. **You need to be logged into a user account with administrative access in order to use this script**
    property the_list : {}
    on run
    display dialog "Are you sure you want to delete yor QuickTime Preferences?" with icon caution
    set CurrentUser to do shell script "whoami"
    set user_account to "rm '/Users/" & CurrentUser & "/Library/Preferences/"
    --DELETES THESE ITEMS---
    set QTPluginPrefs to user_account & "com.apple.quicktime.plugin.preferences.plist'"
    set the_list to the_list & QTPluginPrefs
    set QTPlayerPrefs to user_account & "com.apple.quicktimeplayer.plist'"
    set the_list to the_list & QTPlayerPrefs
    set QT_Prefs to user_account & "QuickTime Preferences'"
    set the_list to the_list & QT_Prefs
    repeat with afile in the_list
    tell application "Finder"
    do shell script afile
    end tell
    end repeat
    --PROMPTS A REBOOT---
    display dialog "Reboot is required! Reboot now?" buttons {"OK", "Cancel"} default button "OK" with icon caution
    if button returned of result is "OK" then
    tell application "Finder" to restart
    else
    quit
    end if
    end run

Maybe you are looking for

  • Downloading data from a BLOB Field using mod_plsql

    Hi, I am trying to use the mod_plsql to download data from a blob field, I have a web page where I can pick the file name to be downloaded from the documents table This table has the BLOB field that has the Data formatted in a text file format(contai

  • Null pointer exception when starting application

    Hi: I had a application running fine, then i had to change some parameters in my RFC. I reimported the model, removed all the excess mapping, rebuild, deployed , restarted the server. Then when i run the application, i get the below error. Anyone has

  • Importing configurations via Order Import in R12

    Hi All, We need some help with this issue we are facing while importing configurations ( PTO ) via order import process. The scenario is like this : we have parent PTO Model Item : A and under this we have 2 Option Classes within the BOM: OC1 & OC2 E

  • Help catalyst control center

    message comes up: catalyst control center host application has stopped working. Videos sound but no picture?

  • SuperDrive won't read anything

    Hi, I have a Dual 2.5 GHz PowerMac G5 and out of nowhere the SuperDrive suddenly won't read anything. I put in a CD or DVD and it'll make a short whirring sound about every 4-5 seconds and then after the third time it automatically ejects the disc. I