Differentiating between 802.1q and 802.1ad frames

Does anyone know how to set up a qos policy that can classify based on whether an incoming frame is 802.1q (single tagged) or 802.1ad (double tagged) on an ME3400E?

Thanks a lot for your suggestion.
I have played around with this feature and unfortunately it looks like the ingress interface has to be configured as a dot1q tunnel in order for the match inner vlan option to work. We want the interface to be a plain 802.1q trunk interface. Also, to use this feature we would have to know the vlan numbers and match on each one. In our environment the interface will be a UNI to a customer so we will not know (or want to know) the inner vlans being used.

Similar Messages

  • Differentiating Between Windows XP and Windows XP Embedded with MAP Tool

    Hi All,
    I have a customer who has multiple Windows XP Embedded Thinclients.  When he runs the MAP tool they show up as Windows XP devices.  I have personally not seen this yet since he hasn't shared the MAP data yet but does anyone know if the MPA tool
    can differentiate between Windows XP desktops and Windows XP embedded Thinclients or are they all lumped together?  Does the MAP tool show for example versioning that might help differentiate?   Any help would be greatly appreciated.

    When queried by MAP, the WMI service in the Windows XPe machines are reporting back as “Microsoft Windows XP Professional” and since MAP can only report what WMI tells it, that is what shows up in the reports. This is an artifact of Windows XPe because it
    starts out as a full version of XP Pro and then each OEM can choose what parts they want to remove, if any. If the OEMs don’t modify the WMI class to show the product as XP Embedded, it will continue to show up with its original description of Windows XP Professional.
    Please remember to click "Mark as Answer" on the post that helps you, and to click
    "Unmark as Answer" if a marked post does not actually answer your question. Please
    VOTE as HELPFUL if the post helps you. This can be beneficial to other community members reading the thread.

  • Is it normal for there to be a gap between the glass and bezel on iPhone 5?

    As you can see, there's a really small gap between the glass and the rim (frame) whatever you want to call it. I can fit a piece of paper there, as u can see.
    It also collects dust. It's annoying.
    Is it normal and can it be replaced under the 1 year warranty? I bought the device just 2 weeks ago and haven't dropped it or anything.

    Is anyone else seeing this on their phone or is it just me?

  • 802.1q between CAT 6500 and Passport 8600

    Hi,
    I`m configuring 802.1q trunking between CAT 6500 and passport 8600, in CAT 6500 I configure the port as trunk dot1q mode ON. In Passport 8600 I configure the port as TAG port.
    I cretate the same vlans in both switch, but the interface vlans are create in CAT Switch. all hosts in Passport Switch that belongs to vlan 1 can ping his default gateaway (Interface Vlan) but hosts that belong to other vlan no.

    Please somebody helpme

  • ME3400E - 802.1ad, QinQ, EVC

    Hi,
    Ive been reading through documentation and posts in the forum about L2 tunneling EVC etc.. but some items are still confusing so if some people out there can shed some light would be great.
    Im using 7600 with ES+ cards and ME3400E, Aim is to setup a L2 tunnel for a customer over an SP network (I run the SP network)
    Q1. Am I correct in saying that QinQ is proprietary version of the technology while 802.1ad is the standardised version but they essentially achieve the same thing (abit like ISL and dot1q vlans) and you would use either one or the other ?
    For QinQ config like this on the customer facing port should do it
    int g0/1
      switchport mode dot1q tunnel <-- (setup the l2 tunnel for C tagged frames and apply S vlan)
      switchport access vlan 5 <-- the S vlan to apply as the second outer tag
      l2 protocol tunnel  <-- tunnel not process L2 control frames like STP, CDP
    For 802.1ad we achieve the same by saying:
    int g0/1
      ethernet dot1ad uni s-port <-- (setup the l2 tunnel for C tagged frames and apply S vlan)
      switchport access vlan 5 <-- the S vlan to apply as the second outer tag
      l2 protocol forward  <-- tunnel not process L2 control frames like STP, CDP
    Q2. 8021.ad uses a different ethertype 0x88a8 instead of the standard 0x8100 for QinQ which is also used by v802.1q tagged frames - what are the advantages of using a different ethertype, and also what are the advantages of using dot1.ad compared to QinQ ethertype aside ?  Im aware that 0x8100 frames arriving on a 0x88a8 port are considered untagged.  Im just not seeing the reason to deploy with 0x88a8.  Would apreciate any feedback from people using this in their daily operations and some pointers to any useful docs.
    Q3. The above config are lets say a more traditional config approach.  I see that it is possible to also do this with EVC and service instances.
    Would something like the below achieve the same as what I mention in Q1 above ?
    int g0/1
    service instance 1
    encapsulation dot1q
    bridge domain 5
    Is this functionally equivalent to QinQ since we match all tagged frames, we do not pop the vlan tag, but place in bridge domain 5 for forwarding where vlan 5 can be considered as the S vlan ?
    Likewise the 802.1ad equivalent would be:
    int g0/1
      ethernet dot1ad uni s-port
      service instance 1
      encapsulation dot1q
      bridge domain 5
    thanks
    Mark

    I'm far from an expert in Metro Ethernet, but I was facing similar questions
    as you (see also https://supportforums.cisco.com/thread/2200327), so let me give a try :
    > Q1. Am I correct in saying that QinQ is proprietary version of the
    > technology while 802.1ad is the standardised version but they
    > essentially achieve the same thing (abit like ISL and dot1q vlans) and
    > you would use either one or the other ?
    I would agree with that.
    > Q2. 8021.ad uses a different ethertype 0x88a8 instead of the standard
    > 0x8100 for QinQ which is also used by v802.1q tagged frames - what are
    > the advantages of using a different ethertype, and also what are the
    > advantages of using dot1.ad compared to QinQ ethertype aside ?  Im
    > aware that 0x8100 frames arriving on a 0x88a8 port are considered
    > untagged.  Im just not seeing the reason to deploy with 0x88a8.  Would
    > apreciate any feedback from people using this in their daily
    > operations and some pointers to any useful docs.
    The advantage of 0x88a8 is compatibility with non-Cisco equipment,
    especially if that equipment doesn't have a 'Cisco compatibility'
    feature to use 0x8100 for the S-tag.  The Metro Ethernet forum
    (MEF) always consistently mentions 0x88a8 for the outer
    encapsulation (S-tag).
    You can also check out a Cisco document, namely
    http://www.cisco.com/en/US/docs/switches/metro/me3600x_3800x/software/design/guide/CE2.0_certification_v1.pdf
    From what I see there, the 7600 and ASR9000 can interface to unknown Metro Ethernet
    via dot1ad.  I believe that the ME3800X cannot, have seen no options for "dot1ad"
    or "0x88a8" (I mean that probably they can only use 0x8100 for outer tag and you
    can't interface them to non-Cisco equipment).
    > Q3. The above config are lets say a more traditional config approach.
    > I see that it is possible to also do this with EVC and service
    > instances.
    Agreed.
    I will follow this post, please add to this post if you learn something new.
    Patrick

  • 3-bit priority field in the 802.1P or 802.1Q frame

    Hi,
    How does the switch differentiation based on the 3-bit priority field in the 802.1P or 802.1Q frame?
    Regards
    M

    Hi,
    Basically 802.1q specifies the VLAN tag and 802.1p describes the specific 3 bit priority field
    inside that 4 octet tag.
    Some useful info:
    http://www.javvin.com/protocolVLAN.html
    " VID : VLAN ID is the identification of the VLAN, which is basically used by the standard 802.1Q. It has 12 bits and allow the identification of 4096 (2^12) VLANs. Of the 4096 possible VIDs, a VID of 0 is used to identify priority frames .. "
    Priority frames means 802.1p frames.
    Regards.

  • 802.11 frame translation :- WLC or AP or Both ?

    Hi,
    In an LWAPP environment, who does the 802.3 to 802.11 frame translation ?
    I thought it was the WLC alone that did it.
    However, in the Cisco Press book, "Deploying and Troubleshooting Cisco Wireless Lan Controllers", it seems to suggest,
    that when frames are sent to the wired network, the WLC does the bridging, and when they are sent back to the wireless network,
    the AP does it.
    Can someone please clarify ?
    Thanks

    The 802.3 mac headers are stripped at the controller and the 802.11 header is added.  Then the entire frame has a CAPWAP or LWAPP headder, new IP header, and new mac header added on top of the 802.11 header.  The now encapsulated packet is sent out of the controller to the AP where the mac, outter IP, and CAPWAP/LWAPP header is removed and the 802.11 packet is transmitted out the AP.  So the conversion from an 802.3 to 802.11 packet happens at the controller but there is a new 802.3 header applied so the packet can be sent over the wire between the AP and controller.

  • Roaming between 802.11a & g

    Hi forum,
    Can wireless clients roam seamlessly between 802.11a and 802.11g APs? they will be using the same SSID.
    besides, if I select different channel for bluetooth clients, can it coexist with 802.11g?
    Thank you,
    paul

    It is possible for a wireless client to roam between 802.11a and 802.11g.
    Try this link:
    http://www.cisco.com/warp/public/cc/pd/witc/ao1200ap/prodlit/index.shtml

  • IEEE 802.1ad / 0x88a8

    I have moved to another vendor at my edge, and I have continued to use 0x8100 as my ethertype which seems to play nice except for when a customer has a native vlan1 setup.
    Vlan1 will get tagged into my SVLAN 301, but Cisco sees it as an incorrect BPDU, and shuts down the port. I also see customer CDP neighbor information, and other stuff when the customer doesnt prune his network down, or uses vlan1 on transparent lan services.
    My new vendor told me to use the IEEE 802.1ad standard for the outter tag, (ethertype 0x88a8), but Cisco doesnt support it. Does anyone know why Cisco is not following the IEEE 802.1ad standard for provider bridges (Q-Q) tagging on the ME3400 series? I know they developed their own proprietary GBPT protocol for handling of L2 protocols but that doesnt help me now.
    Just some quick searching, shows that the 7600 is supported with 12.2SR. ME3400's are not, its a 'future' release, but I dont know how long ago that document was written.
    *May 10 18:30:30 MST: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/1, changed state to up
    *May 10 18:30:31 MST: %SPANTREE-2-RECV_PVID_ERR: Received BPDU with inconsistent peer vlan id 1 on GigabitEthernet1/0/1 VLAN301.
    *May 10 18:30:31 MST: %SPANTREE-2-BLOCK_PVID_LOCAL: Blocking GigabitEthernet1/0/1 on VLAN0301. Inconsistent local vlan.
    show spanning-tree vlan 301
    VLAN0301
    Spanning tree enabled protocol rstp
    Root ID Priority 4397
    Address 0017.5aaf.f200
    This bridge is the root
    Hello Time 2 sec Max Age 10 sec Forward Delay 7 sec
    Bridge ID Priority 4397 (priority 4096 sys-id-ext 301)
    Address 0017.5aaf.f200
    Hello Time 2 sec Max Age 10 sec Forward Delay 7 sec
    Aging Time 300
    Interface Role Sts Cost Prio.Nbr Type
    Gi1/0/1 Desg BKN*4 128.1 P2p *PVID_Inc
    Gi1/0/2 Desg BKN*4 128.2 P2p *PVID_Inc

    Currently, the default ether type is 0x8100 on a Cisco 7600 for the Q-in-Q outer tag. However, a few non-Cisco vendors use 0x9100 or 0x9200 ether type for the Q-in-Q outer tag. For Cisco 7600 router to operate seamlessly with other vendors it is required to provide a mechanism to change the default ethertype.
    Moreover, there is a need to support ethertype 0x88A8 to support provider bridge defined by IEEE 802.1ad. Custom ethertype feature is proposed as a solution for this problem that enable change of ethertype as per requirements. Under the custom ethertype model, ethertype 0x9100, 0x9200 and 0x88A8 can be configured using "dot1q tunneling" CLI under a physical port.
    Benefits
    The explanation for the error message:
    %SPANTREE-2-RECV_BAD_TLV: Received SSTP BPDU with bad TLV on [chars]
    [chars].
    Explanation The specified interface has received a Shared Spanning-Tree Protocol (SSTP) bridge protocol data unit (BPDU) that was missing the VLAN ID tag. The BPDU has been discarded.
    Recommended Action If this message recurs, copy the error message exactly as it appears on the console or in the system log, call your Cisco technical support representative, and provide the representative with the gathered information.

  • HT1338 WHAT IS 802.1 MEANING? HOW CAN I CHOOSE ABOUT OPTION INSIDE BETWEEN 802.1WEP OR WPA ENTERPRISE? WHAT'S DIFFERENT? T

    WHAT IS 802.1 MEANING? HOW CAN I CHOOSE ABOUT OPTION INSIDE BETWEEN 802.1WEP OR WPA ENTERPRISE? WHAT'S DIFFERENT?

    802.11 refers to a document that specifies how wireless networking works. It goes into detail about the radio signals, frequencies, signal strengths, encoding of data, etc. From a practical standpoint, the typical person really only care about a couple of things: speed and encryption.
    802.11b - describes networks that transmit 11 mbps using a 2.4 GHz radio frequency
    802.11g - describes networks that transmit 54 mbps using a 2.4 GHz radio frequency
    802.11n - describes networks that transmit up to 600 mbps using 2.4 GHz and 5 GHz frequencies
    n is faster than g which is faster than b. The speed of a network connection is limited to the slowest part (so, if you have an 'n' router, but your laptop only supports 'g', you get the 'g' speed).
    WEP, WPA, and WPA2 refer to data encryption schemes specified in parts of the 802.11 document. With Wi-Fi, you are broadcasting your network activity over a radio, and it's pretty obvious that anyone could eavesdrop on the transmission. By using cryptography, you can scramble the data being passed back and forth so that the sender and receiver still understand the messages sent, but an eavesdropper cannot.
    WEP is a very simple encryption scheme, one that the methods to decrypt the data is pretty straight-forward. It's not effective against someone that wants to intentionally eavesdrop on your activities (or access your computer) because they can use software to determine the password simply enough.
    WPA and WPA2 are improvements over WEP that make cracking the password even more difficult (WPA2 being better than WPA).
    The "enterprise" version of WPA2 refers to a variation on WPA2 that requires special security servers, security certificates, and other complicated systems most likely only applicable to a corporate or military environment. It's impractical for a home or small office.
    To connect to a wireless network, you generally don't have to worry about the encryption used since the computer will receive a notice from the wireless network about how it is setup and use the appropriate method. It's probably good for you to pay attention whether the network you are connecting to is secure or not.
    If you are setting up a network at home using a cable modem or broadband router, or even just a Wi-Fi access point, you want to set it up to use WPA2 unless you have some very old computers that only support WPA. You should avoid using WEP.

  • 802.1ad vs qinq

    Hi all,
    I trying settings the follow environment.
    Exists any tecnology permit the vlans the client 1 go encapsulation into vlan 100 and traffic client 2 into vlan200. I trying follow setting
    switchport mode dot1q-tunnel
    I reserarching the 802.1ad and qinq the follow ethertype 88a8 and 9100 the diference is qinq is usage only for tunnel? correct?
    Regards

    I would think it is good practitice to turn off 11b on all APs, but is there any disavantage by doing so?
    You should know what your clients before you embark in this activities.  There are still some clients, such as old laptops or USB adaptors to medical equipments to brand new hand-held bar code scanners, that will read nothing but 802.11b and on 1, 2 or 5.5 Mbps data rates.
    The reason why these clients are still prevalent is because of the cost to purchase these wireless cards from storage houses. 

  • My SD video keeps jumping between the upper and lower frames. So the video starts frame blending and blurring in and out.

    My SD video keeps jumping between the upper and lower frames.  So the video starts frame blending and blurring in and out.  The sequence settings are set to
    Editing Mode: DV NTSC 29.97 frames/second. 
    Pixel Aspect Ration: D1/DV NTSC (0.9091)
    Fileds: Lower Field First
    Display Format: 30fps Non-Drop-Frame Timecode
    720 x480

    What is the source of your video, and exactly what is inside your video?
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30 for screen shot instructions
    Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download

  • Differentiation between In-Agreement Employees and Out of Agreement Employe

    Dear Friends,
    The scenario for the client is:-
    1) The client has 21 different employee categories.
    2) For each employee category there is a salary structure
    3) But each category employee can be either an "In-Agreement" employee or "Out of Agreement" employee.
    4) For In-Agreement employees the salary structure is fixed, but for Out-of-Agreement employees, inspite of being in same category, the salary structure is flexible. The flexibility is in terms of any amounts can be paid for same wage types assigned to same category employee as "In-agreement".
    5) Also, There are very specifc additional payments wage types which are given to either "In-Agreement" or "Out of Agreement".
    Kindly help how to handle such scenario in SAP? I had thought of keeping the basic Pay wage type amounts to be overwritten and had created 21 employee subgroups. But client is raising objections and they want to see how the employee is differentiated as regard to "In-Agreement" and "Out-Agreement".
    I am open to change in my design.
    Thanking You.
    With Best Regards,
    Sunny Singh

    Dear Friends,
    This Scenario belonging to SPanish Payroll.
    In their Legacy system;-
    They have 21 employee categories, which is they are using in their Personnel Administration Screen.
    For Payroll, they first classify employees as
    1) In-Agreement or 2) Out-of Agreement
    Then they give the value of either of 21 categories and the payroll structure is derived from that.
    Now to explain more:-
    An employee 1654 is in "In-Agreement" employee and also part of category 16 "Deliante".
    Similarly another employee 2187 is in "Out-of-Agreement" employee and is also part of category 16 "Deliante".
    Due to above assignment,
    Employee 1654 has a payroll structure and components which cannot be changed. It is fixed as per his category.
    But Employee 2187, being part of same category, gets a different payroll structure and they are modifiable.
    Employees belonging to "In-Agreement" has some other extra wage types and their Illness and Accident related Social Security payments are made differently than employees belonging to "Out-of-Agreement".
    for ex:- Employee 1654 apart from normal salary is having extra payment called Production Incentive, which is daily rate * no of days worked.
    This component will not be given to employee 2187 as he is Out of Agreement employee.
    Similarly Employee 1654 gets 90% of his salary on Illness and Accident and from second day of his illness, there is more conditions on that.
    But employee 2187 belonging to Out-of-Agreement, gets 100% of his salary on illness and Acciden from Day one.
    Also, EMployees in Personnel Administration is classfied as Permamnet, Temporary, Pre-Retired and Separated.
    Also, they are classified as MOD and MOI in Personnel Administration. MOD and MOI has no effect on Payroll structure.
    I hope i have explained well. Client wants to see on SAP screen the demarcation between In-Agreement and Out of Agreement employees and their payroll structure to come accordingly.
    Now as far as my working goes, we can play around with Payscale type and Payscale Group and Level, but that will only default the Payroll structure in IT0008, but it wont restrict for other wage types paid thru other screens. We control wage types permissibility only through Employee Subgroup groupings and PSG Groupings. So lot of confusion and I am not able to formalize the final structure.
    I hope I have been very very clear.
    Your Inputs please.
    Thanking You.
    With Best Regards,
    Sunny Singh

  • Detail differentiation between add query,combined query and sub query

    HI
    I would like to know the detail differentiation between add query,combined query and sub query with  universe
    correct me if I a wrong
    Add query : adding of different query from different universe and also with in same universe.
    Combined query : combining query using operators(Union,intersection,minus)with in same universe.
    Sub query :getting results from the sub query and the result serves as the data for main  query within same universe.

    Hi,
    I would advise you to check the product documentation under http://help.sap.com/
    regards
    Steph

  • X200 The gap between the LCD and frame is unacceptable

    Hi, My roommate and I  received x200 last week and both of our x200 have the same problem. The gap(1 mm) between the LCD and frame is unacceptable (the left and right handside and especially the lower side of the frame) and when you touch it, it feels like a plastic toy.  I compare it with x61, x61s, T61 which belongs to my friends and they do not have that problem.
    I am not sure whether this is a serious problem or not and whether we can fix it by ourself.
    Thank you for reading and replying.

    I took some photos and I can not find how to attach them.
    Well, about this problem, Lenovo asked me to go to some business partner to look for technician and the technician said that is not a techincal problem and it is engineering problem... They can not fix it.
    And my friend told me that this is a normal problem maybe because lenovo change the material of the inside part of thinkpad.
    So, I decided to return it.

Maybe you are looking for

  • How do you return to the thunderbird main window in linux when it opens in a local folder?

    I can find no option to return to the main window of Thunderbird 31.1.1 under Fedora 20. It always opens in the same local folder (the only tab displayed under "File Edit View .. " menu bar) that I was reading before yesterday's "logoff.". I tried re

  • Modifying Existing Flash Action Scipt Flash Site

    I have an existing flash site denominated with the name StudioDesign and its a basic animated site with masks and animated texts and sounds and texts treated as buttons that animate changing colors and moving left and right.  It has the usual basic 5

  • ALV event ON_CLICK - find out selected row?

    I have an ALV table and in one of the columns I display a linkToAction in each cell. When the link is clicked, i go to the ON_CLICK event handler and try to find out, which row is selected. For this, I can take the attribute "INDEX" of the parameter

  • 10000111-On "Contents"tab, enter item or items Application-defined or objec

    Estimados, favor su asistencia: Al ingresar Goods Receipt vía Data Transfer me arroja este error; estoy en sap B1 8.8 PL 21. 10000111-On "Contents"tab, enter item or items Application-defined or object-defined error65171. Gracias.

  • Adobe Flash Player ver. 11.6.602.168

    I recently upgraded to this version and so many things are not working any more:  XP/32 bit (7 years old) and it was working beautifully!) 1.  internet is so slow 2. my itune music "skips" 3. icons on my desktop no longer open with a click(s) - I hav