Map-class frame-relay , policy map

Does a service-policy output have to be applied to an interface for qos to work?
here is the config but there is nothing applied to the serial interface..
Thanks for your help
policy-map 256/128KVoice
class 256/128KVoice
priority 112
class class-default
fair-queue
map-class frame-relay 256/128KVoice
frame-relay cir 128000
frame-relay bc 1280
frame-relay be 600
frame-relay mincir 128000
no frame-relay adaptive-shaping
frame-relay fair-queue
frame-relay fragment 150
frame-relay ip rtp priority 16384 16380 210
interface Serial0/0
bandwidth 1544
ip address xxx.xxx.xxx.xxx 255.255.255.255
ip route-cache flow
no fair-queue
service-module t1 timeslots 1-24

Hello,
Will QOS will work in this way  where class is put on WAN interface where it should be service  policy.
router#sh run interface Se0/0/0.1
Building  configuration...
Current configuration : 239 bytes
interface  Serial0/0/0.1 point-to-point
bandwidth 2048
ip address XXXX
ip nat outside
frame-relay  interface-dlci 555
  class COS-OUT-S0/0/0.1   
end
COS-OUT-S0/0/0.1 is defined as policy map  with class of voice and video.
When checking on WAN int #sh policy-map  interface  Se0/0/0.1 , can see output of service policy input/output with policy map  recpective classes and packets match entries.Is  QOS working with this  configuration?
Appreciate any input on this.
Regards,
Brajesh.

Similar Messages

  • Redirection class overlap on policy-map

    Hello.
    I was asked to implement some rules and one of them is overlaping the other I think becasue is shorter and it´s using the regular expression .*
    Regarding the configuration below I always get redirected to http://SITE1 instead of http://SITE2 when I type www.AAA/fr/pages/AAA/index.php because the class REDIRECT_NM_LORO_PMUR_CLASS always win even it´s in the bottom of the policy-map.
    Is there some way to order the classes in a policy-map to act as an  access-list does? (from the top to the bottom and stop looking up when a  match is found), In other words, make the class REDIRECT_PMUR_RAPPORTS_CLASS is done before REDIRECT_NM_LORO_PMUR_CLASS
    which is more generic.
    Config example:
    rserver redirect REDIRECT_PMUR
      webhost-redirection http://SITE1 301
      inservice
    rserver redirect REDIRECT_PMUR_RAPPORTS
      webhost-redirection http://SITE2 301
      inservice
    rserver redirect REDIRECT_PMUR_RESULTATS
      webhost-redirection http://SITE3 301
      inservice
    serverfarm redirect REDIRECT_NM_LORO_PMUR_FARM
      rserver REDIRECT_PMUR
        inservice
    serverfarm redirect REDIRECT_PMUR_RAPPORTS_FARM
      rserver REDIRECT_PMUR_RAPPORTS
        inservice
    serverfarm redirect REDIRECT_PMUR_RESULTATS_FARM
      rserver REDIRECT_PMUR_RESULTATS
        inservice
    class-map type http loadbalance match-any REDIRECT_NM_LORO_PMUR_CLASS
      4 match http url /fr/pages.*
    class-map type http loadbalance match-any REDIRECT_PMUR_RAPPORTS_CLASS
      3 match http url www.AAA/fr/pages/AAA/index.php
    class-map type http loadbalance match-any REDIRECT_PMUR_RESULTATS_CLASS
      3 match http url www.BBB/fr/pages/BBB/index.php
    policy-map type loadbalance first-match POLICY_REDIRECT_NM_LORO_CAT2_FARM
      class REDIRECT_PMUR_RESULTATS_CLASS
        serverfarm REDIRECT_PMUR_RESULTATS_FARM
      class REDIRECT_PMUR_RAPPORTS_CLASS
        serverfarm REDIRECT_PMUR_RAPPORTS_FARM
      class REDIRECT_NM_LORO_PMUR_CLASS
        serverfarm REDIRECT_NM_LORO_PMUR_FARM
      class class-default
        serverfarm NM_LoRo_CAT2_FARM
    Thank you very much,
    Miquel

    Hi Miquel,
    This is what it seems is happening. Your class-map condition is based on URL and not host-header value so ACE is not even considering www.AAA or www.BBB. It is only looking for fr/pages/xxxxxxxx which only matches 3rd class map and that's why you get the match and hence the corresponding redirection.
    Can you try using class map condition based on Host ?
    switch/Admin(config-cmap-http-lb)# 2 match http header Host header-value ?
    Please try and let me know how it goes.
    You can also test my removing that /fr/pages/.* condition and see if it matches or not as well.
    Regards,
    Kanwal

  • Voice over Frame-Relay

    Hi,
    Customer of me has several sites connected with leased lines. The leased lines have frame-relay encapsulation (frame-relay back-to-back)
    The line has two pvc's configured, one for voice and one for data. The voice PVC works fine. On the data pvc we want to put some QoS.
    Here is the partial configuration:
    interface Serial0
    bandwidth 2000
    no ip address
    encapsulation frame-relay
    no ip route-cache cef
    ip route-cache flow
    no ip mroute-cache
    frame-relay intf-type dce
    interface Serial0.1 point-to-point
    ip address 10.xx.xx.1 255.255.255.252
    no ip mroute-cache
    frame-relay interface-dlci 120
    interface Serial0.2 point-to-point
    ip address 10.0.0.1 255.255.255.252
    no ip mroute-cache
    frame-relay interface-dlci 100
    class VOICE
    vofr cisco
    map-class frame-relay VOICE
    frame-relay cir 512000
    frame-relay voice bandwidth 256000
    frame-relay fragment 320
    frame-relay fair-queue
    Question is can I just apply a service policy out to the data DLCI or doi i also have to enable frame-relay traffic shaping?
    Thanks,
    JH

    The disadvantage of shaping is that it will actually limit you bandwidth. That is, you won't be able to use the circuit at full capacity, because of the artificial limitation induced by shaping. This is particularly true for a situation like you where the actual circuits is a leased line, and not a FR network.
    A better approach would be to reconfigure for simple hdlc encap, and run VoIP instead. This way, you would have all the QOS features you need for voice and data, and be able to use the full capacity with a much simpler configuration.
    Actually, even if you want to retain the FR encapsulation and the voice over FR approach, still using a single PVC would be better, for the same reasons given above.
    Hope this helps, please rate post if it does!

  • "frame-relay fragment XYZ" causes link to stop working

    Hi people!
    I have a strange problem regarding the "frame-relay fragment xyz" command. I have the following configuration:
    interface Serial0/0
    description R3926704: phy. FrameRelay-Interface (Se0/0)
    bandwidth 512
    no ip address
    max-reserved-bandwidth 95
    encapsulation frame-relay IETF
    no ip mroute-cache
    load-interval 30
    no snmp trap link-status
    no fair-queue
    cdp enable
    frame-relay traffic-shaping
    frame-relay lmi-type q933a
    end
    interface Serial0/0.1 point-to-point
    description YYY: FR-Verbindung zum YY(Se0/0.1)
    bandwidth 512
    ip address A.A.A.A B.B.B.B
    frame-relay class egress_queue_512k
    frame-relay interface-dlci 16
    end
    map-class frame-relay egress_queue_512k
    frame-relay cir 486000
    frame-relay bc 48600
    frame-relay be 0
    frame-relay mincir 486000
    service-policy output egress_queue
    ... if i change the map-class to:
    map-class frame-relay egress_queue_512k_voice
    frame-relay cir 486000
    frame-relay bc 4860
    frame-relay be 0
    frame-relay mincir 486000
    service-policy output egress_queue
    frame-relay fragment 53
    ... no traffic goes over the link any more. no telnet no other traffic. the strange thing is, that i can ping the router!??
    does anyone know what's the problem here??
    thanks for any help!!
    Mario

    also, this fragment size must be set on both sides of the link, the same size, even if the hub has a greater link speed than the spoke.
    see this document for more info:
    http://www.cisco.com/en/US/partner/tech/tk652/tk698/technologies_configuration_example09186a0080094af9.shtml#topic9

  • "frame-relay fragment" causes link to stop working

    Hi people!
    I have a strange problem regarding the "frame-relay fragment xyz" command. I have the following configuration:
    interface Serial0/0
    description R3926704: phy. FrameRelay-Interface (Se0/0)
    bandwidth 512
    no ip address
    max-reserved-bandwidth 95
    encapsulation frame-relay IETF
    no ip mroute-cache
    load-interval 30
    no snmp trap link-status
    no fair-queue
    cdp enable
    frame-relay traffic-shaping
    frame-relay lmi-type q933a
    end
    interface Serial0/0.1 point-to-point
    description YYY: FR-Verbindung zum YY(Se0/0.1)
    bandwidth 512
    ip address A.A.A.A B.B.B.B
    frame-relay class egress_queue_512k
    frame-relay interface-dlci 16
    end
    map-class frame-relay egress_queue_512k
    frame-relay cir 486000
    frame-relay bc 48600
    frame-relay be 0
    frame-relay mincir 486000
    service-policy output egress_queue
    ... if i change the map-class to:
    map-class frame-relay egress_queue_512k_voice
    frame-relay cir 486000
    frame-relay bc 4860
    frame-relay be 0
    frame-relay mincir 486000
    service-policy output egress_queue
    frame-relay fragment 53
    ... no traffic goes over the link any more. no telnet no other traffic. the strange thing is, that i can ping the router!??
    does anyone know what's the problem here??
    thanks for any help!!
    Mario

    Mario,
    You need to base the fragment size on the lowest speed link between the 2 routers. If the lowest speed link is 512k, the recommended fragment size is 640 bytes.This is to achieve a 10ms serialization delay. The formula to compute this is Max Delay X Bandwidth. Please see Table 5 in the following link for recommended fragment sizes for 10ms serialization delay for different speed links.
    frame-relay fragment command
    http://www.cisco.com/en/US/products/sw/iosswrel/ps5187/products_command_reference_chapter09186a008017cf52.html#wp1034268
    Hope this helps. If so, please rate the post.
    Brandon

  • Is Low MTU (ie 320) for VoIP over Frame-relay can be used to avoid serialization delay for large data packets?

    In order to provide voice quality for VoIP, is FR fragmentation equivalent to lowering the MTU size for the serial subinterface of a Frame relay subinterface?
    Is there any isues like stop communications, using Low MTU ?

    If the router belongs to any of the
    platform listed below, then use
    FRF12 for you fragmentation. The MTU size
    lowering also works but this can cause a high over
    head as it can't be specified on a per dlci level.
    With multiple dlci i.e. subinterfaces use per dlci fragmentation.. this helps reduce the overhead of changing the MTU size of the physical interface.
    Snip config example.( __Must be configured on both side of the termination___)
    PHONE 3333312---ROUTERA ----DLCI 100----ROUTERB ---PHONE 2111123
    ROUTER A
    dial-peer voice 1 voip
    destination-pettern 2T
    session target ipv4:10.10.10.2
    int ser 0/0
    encap frame-relay
    frame-relay traffic-shaping
    no ip address
    interface serial0/0.1 point-to-point
    ip add 10.10.10.1 255.255.255.252
    frame-relay interface-dlci 100
    class voice
    map-class frame-relay voice
    frame cir 64000
    frame bc 640
    frame mincir 64000
    frame-relay ip rtp priority 16384 16383 48
    frame fragment 80
    frame fair-queue 64 256 0
    ROUTER B
    dial-peer voice 3 voip
    destination-pettern 3T
    session target ipv4:10.10.10.1
    int ser 0/0
    encap frame-relay
    frame-relay traffic-shaping
    no ip address
    interface serial0/0.1 point-to-point
    ip add 10.10.10.2 255.255.255.252
    frame-relay interface-dlci 100
    class voice
    map-class frame-relay voice
    frame cir 64000
    frame bc 640
    frame mincir 64000
    frame-relay ip rtp priority 16384 16383 48
    frame fragment 80
    frame fair-queue 64 256 0
    This should help if your router is
    c2600, c3600, mc3810, c7200, c1750
    all running the right level of IOS.
    12.1(5)T and above should work well.

  • Frame-Relay Fragment

    I have a 3640 and several 2611's running 12.2(5d). I am trying to issue the frame-relay fragment command under map-class frame-relay but it is not a option. I want to break up any large packets that would cause latency in the voice traffic. Is there another way to do this other than the frame-relay fragment command?

    There are 3 ways in which you could configure frame relay fragmentation. They are:
    1.Using the "frame-relay fragment" command, as per the FRF.12 fragmentation.
    2.Using the FRF.11 fragmentation. This method is not recommended for use with Voice over IP (VoIP).
    3.Cisco Proprietary fragmentation using the command "vofr cisco"
    The 3rd options could be the solution for your query.
    For more details on this, please refer to the following document:
    Configuring Frame Relay Fragmentation
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fwan_c/wcffrely.htm#1060792
    For more details on the 3rd option give above, you could refer to:
    Cisco Proprietary Voice Encapsulation
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_configuration_guide_chapter09186a00800ca6a9.html#xtocid232909

  • Frame-relay fragment command missing

    Does anyone know why the frame-relay fragment command is not available on 3600 and 2600 routers running 12.2(5d) IOS? I have not been able to find a definite answer.

    It is supported.
    3660-4#sh ver
    Cisco Internetwork Operating System Software
    IOS (tm) 3600 Software (C3660-IS-M), Version 12.2(5d), RELEASE SOFTWARE (fc1)
    Copyright (c) 1986-2002 by cisco Systems, Inc.
    Compiled Fri 01-Feb-02 22:38 by kellythw
    Image text-base: 0x600089C0, data-base: 0x61200000
    ROM: System Bootstrap, Version 12.0(6r)T, RELEASE SOFTWARE (fc1)
    3660-4 uptime is 2 minutes
    System returned to ROM by reload
    System image file is "flash:c3660-is-mz.122-5d"
    3660-4(config-map-class)#fra,
    3660-4(config-map-class)#fram
    3660-4(config-map-class)#frame-relay frag
    3660-4(config-map-class)#frame-relay fragment ?
    <16-1600> Define fragment size
    3660-4(config-map-class)#frame-relay fragment 160
    3660-4(config-map-class)#end
    3660-4#
    map-class frame-relay voiceover
    frame-relay fragment 160
    no frame-relay adaptive-shaping
    frame-relay fair-queue

  • Frame-relay traffic shapping question

    Dear all.
    i have a question related to the frame-relay traffic shapping question.cir is the commited rate. bc is the traffic which is sent during every ime interval. be is the excess burst.
    example. i have line 128kbps to service provider. 64 is my cir so in the map class frame-relay cir 64000 and bc is 8000 which means 8000 bits will go every interval which is by default 125ms.now about be. excess burst will go only in the first interval or every interval ? if i say frame be 32000. will 4000 additional bits go in every interval ?
    please advice .

    Here's my summary of shaping operation:
    * The token bucket used for shaping has a size of Bc+Be (if Be is zero, this equals Bc)
    * The token bucket starts off full i.e. with a capacity of Bc+Be
    * At the start of every Tc interval, Bc worth of tokens are added to the bucket. If the number of added tokens would result in the capacity of the bucket exceeding Bc+Be, these excess tokens are discarded.
    * After the tokens are added to the bucket, the shaper checks if there are any packets that are waiting to be transmitted. If there are, an equivalent number of bytes of packets as the token bucket contents are transmitted. If there are more packets than tokens, these packets will have to wait until the next Tc.
    * The capacity of the token bucket will approach Bc+Be only of the traffic has been quite for a little while.
    * The maximum amount of traffic that can be sent in any interval is Bc+Be, since that is the size of the token bucket. If the bucket has filled up to Bc+Be, this implies that the connection has been quiet for a little while so that we can allow it a little burst.
    * The long-term average of traffic will never exceed CIR, since the token bucket is filled at a CIR rate.
    Now, applying this to your example, the maximum size of the token bucket will be Bc + Be = 40000 bits. The bucket will fill up to this level only if there are no packets in the queue for a little while, allowing the bucket to fill up. Then, say that that a 1500 byte (12000 bits) packet comes along. It will be transmitted and the token bucket size reduced to 28000 bits. If there are more packets, they will be transmitted as long as the token bucket has sufficient packets. If there are no more packets, the token bucket will be filled with another 8000 bits (Bc) at the next measurement interval, giving a total of 36000 bits. Whether or not all the Be + Bc bits will be used up in the first interval depends on how many packets are waiting in the queue. If there are sufficient packets, they can all get used up. If not, they get carried forward to the next interval.
    Pls do remember to rate posts.
    Paresh

  • QoS - Create class-map while inside policy-map

    The cisco training notes for CME claim you can create a non-existant class-map while in the policy-map. Here is the what the notes say
    router(config-pmap)#class class-map-name condition
    ? Optionally you can define a new class-map by entering the condition after the name of the new class map
    Does this work

    If my memory serves me, it was on a 7206VXR running a 12.3 cut. Also, I do recall that the '?' will not present this as an option but it still works...
    Paresh.

  • [Trend Micro Ios content filtering] parameter-type command under policy map not available

    Hi, all:
    I'm trying to configure TrendMicro IOS content filtering. I have this working on a separate box, running 15.1.
    On this particular testbed, I have a 2900 running:
    System image file is "flash0:c2900-universalk9-mz.SPA.152-3.T1.bin"
    And the following licensing:
    Technology Package License Information for Module:'c2900'
    Technology    Technology-package           Technology-package
                  Current       Type           Next reboot 
    ipbase        ipbasek9      Permanent      ipbasek9
    security      securityk9    Permanent      securityk9
    uc            uck9          Permanent      uck9
    data          datak9        Permanent      datak9
    Configuration register is 0x2102
    CUBE_GOLD_MEX#show ip trm subscription status
           Package Name:  Security & Productivity (Trial)
                 Status:  Active
    Status Update Time:  18:02:51 CST Mon Jul 23 2012
        Expiration-Date:  Mon Aug 20 02:00:00 2012
        Last Req Status:  Processed response successfully
    Last Req Sent Time:  18:02:51 CST Mon Jul 23 2012
    CUBE_GOLD_MEX#
    Also, I have the following config lines on it:
    ip host trps.trendmicro.com 216.104.8.100
    ip name-server 4.2.2.2
    ip cef
    multilink bundle-name authenticated
    parameter-map type urlfpolicy trend tm-pmap
    allow-mode on
    [snip]
    parameter-map type trend-global trend-glob-map
    class-map type inspect match-all http-imap
    match protocol http
    class-map type urlfilter trend match-any drop-category
    match url category Abortion
    match url category Activist-Groups
    match url category Adult-Mature-Content
    match url reputation ADWARE
    match url reputation DIALER
    match url reputation DISEASE-VECTOR
    match url reputation HACKING
    match url reputation PASSWORD-CRACKING-APPLICATIONS
    match url reputation PHISHING
    match url reputation POTENTIALLY-MALICIOUS-SOFTWARE
    match url reputation SPYWARE
    match url reputation VIRUS-ACCOMPLICE
    policy-map type inspect urlfilter trend-policy
    class type urlfilter trend drop-category
    I have not been able to get to the good part of configuring the ZBF.
    I've looked over several configuration examples and can't figure out what I'm doing wrong, since I'm not able to see the command 'parameter-map' under the 'policy-map urlfiltering'
    XXXXXX(config)#policy-map type inspect urlfilter trend-policy
    XXXXXX(config-pmap)#?
    Policy-map configuration commands:
      class        policy criteria
      description  Policy-Map description
      exit         Exit from policy-map configuration mode
      no           Negate or set default values of a command
    XXXXXX(config-pmap)#
    I thought it might be an issue with version 15.2.3, but according to configuration guides, commands are the same.
    Can anyone provide some assistance?
    TIA.
    c.

    Hi Carlos,
    I am having the same problem.  I have seen a few diffenent configuration examples and they all show adding the "parameter type urlfpolicy trend parm-map-name" command but it doesn't exist, at least in 15.2(3)T1 and I see it listed in the the IOS documentation for 15.2.  Maybe they forgot it :-)
    I guess I will open a TAC case as I do not want to downgrade...
    I will keep you posted if I find the answer.
    Regards,
    Troy

  • Policy-Map

    Ok I am going insane here! I have a policy map on one of my 5k's but not the other and seem to create it either. They are in an active/active pair. Here is the policy, can someone help me understand what it is and maybe why I cant create it on my other device?
    policy-map type control-plane copp-system-policy-customized
    class copp-system-class-hsrp-vrrp
    police cir 1024 kbps bc 256000 bytes
    class copp-system-class-l3dest-miss
    police cir 64 kbps bc 16000 bytes

    Yes vPC pair. The issue is I enter the commands but they do not show in the running config on one of the two units...
    N5K1
    N5K2
    show policy-map type control-plane
      policy-map type control-plane copp-system-policy-customized
        class copp-system-class-igmp
          police cir 1024 kbps bc 65535 bytes
        class copp-system-class-pim-hello
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bridging
          police cir 20000 kbps bc 4800000 bytes
        class copp-system-class-arp
          police cir 1024 kbps bc 3600000 bytes
        class copp-system-class-dhcp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-mgmt
          police cir 12000 kbps bc 4800000 bytes
        class copp-system-class-lacp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-lldp
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-udld
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-isis
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-msdp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-cdp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-fip
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bgp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-eigrp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-exception
          police cir 64 kbps bc 4800000 bytes
        class copp-system-class-glean
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-hsrp-vrrp
          police cir 1024 kbps bc 256000 bytes
        class copp-system-class-icmp-echo
          police cir 64 kbps bc 3600000 bytes
        class copp-system-class-ospf
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-pim-register
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-rip
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-l3dest-miss
          police cir 64 kbps bc 16000 bytes
        class copp-system-class-mcast-miss
          police cir 256 kbps bc 3200000 bytes
        class copp-system-class-excp-ip-frag
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-same-if
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-ttl
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-default
          police cir 512 kbps bc 6400000 bytes
        class copp-system-class-rpf-fail
          police cir 512 kbps bc 3200000 bytes
        class copp-system-class-mcast-last-hop
          police cir 512 kbps bc 3200000 bytes
      policy-map type control-plane copp-system-policy-default
        class copp-system-class-igmp
          police cir 1024 kbps bc 65535 bytes
        class copp-system-class-pim-hello
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bridging
          police cir 20000 kbps bc 4800000 bytes
        class copp-system-class-arp
          police cir 1024 kbps bc 3600000 bytes
        class copp-system-class-dhcp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-mgmt
          police cir 12000 kbps bc 4800000 bytes
        class copp-system-class-lacp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-lldp
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-udld
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-isis
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-msdp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-cdp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-fip
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bgp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-eigrp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-exception
          police cir 64 kbps bc 4800000 bytes
        class copp-system-class-glean
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-hsrp-vrrp
          police cir 1024 kbps bc 256000 bytes
        class copp-system-class-icmp-echo
          police cir 64 kbps bc 3600000 bytes
        class copp-system-class-ospf
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-pim-register
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-rip
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-l3dest-miss
          police cir 64 kbps bc 16000 bytes
        class copp-system-class-mcast-miss
          police cir 256 kbps bc 3200000 bytes
        class copp-system-class-excp-ip-frag
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-same-if
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-ttl
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-default
          police cir 512 kbps bc 6400000 bytes
        class copp-system-class-rpf-fail
          police cir 512 kbps bc 3200000 bytes
        class copp-system-class-mcast-last-hop
          police cir 512 kbps bc 3200000 bytes
      policy-map type control-plane copp-system-policy-scaled-l2
        class copp-system-class-igmp
          police cir 4096 kbps bc 264000 bytes
        class copp-system-class-pim-hello
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bridging
          police cir 20000 kbps bc 4800000 bytes
        class copp-system-class-arp
          police cir 1024 kbps bc 3600000 bytes
        class copp-system-class-dhcp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-mgmt
          police cir 12000 kbps bc 4800000 bytes
        class copp-system-class-lacp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-lldp
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-udld
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-isis
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-msdp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-cdp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-fip
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bgp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-eigrp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-exception
          police cir 64 kbps bc 4800000 bytes
        class copp-system-class-glean
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-hsrp-vrrp
          police cir 1024 kbps bc 256000 bytes
        class copp-system-class-icmp-echo
          police cir 64 kbps bc 3600000 bytes
        class copp-system-class-ospf
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-pim-register
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-rip
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-l3dest-miss
          police cir 64 kbps bc 16000 bytes
        class copp-system-class-mcast-miss
          police cir 256 kbps bc 3200000 bytes
        class copp-system-class-excp-ip-frag
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-same-if
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-ttl
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-default
          police cir 512 kbps bc 6400000 bytes
        class copp-system-class-rpf-fail
          police cir 512 kbps bc 3200000 bytes
        class copp-system-class-mcast-last-hop
          police cir 512 kbps bc 3200000 bytes
      policy-map type control-plane copp-system-policy-scaled-l3
        class copp-system-class-igmp
          police cir 4096 kbps bc 264000 bytes
        class copp-system-class-pim-hello
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bridging
          police cir 20000 kbps bc 4800000 bytes
        class copp-system-class-arp
          police cir 4000 kbps bc 3600000 bytes
        class copp-system-class-dhcp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-mgmt
          police cir 12000 kbps bc 4800000 bytes
        class copp-system-class-lacp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-lldp
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-udld
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-isis
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-msdp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-cdp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-fip
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bgp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-eigrp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-exception
          police cir 64 kbps bc 4800000 bytes
        class copp-system-class-glean
          police cir 4000 kbps bc 4800000 bytes
        class copp-system-class-hsrp-vrrp
          police cir 1024 kbps bc 256000 bytes
        class copp-system-class-icmp-echo
          police cir 4000 kbps bc 3600000 bytes
        class copp-system-class-ospf
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-pim-register
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-rip
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-l3dest-miss
          police cir 64 kbps bc 16000 bytes
        class copp-system-class-mcast-miss
          police cir 512 kbps bc 3200000 bytes
        class copp-system-class-excp-ip-frag
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-same-if
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-ttl
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-default
          police cir 512 kbps bc 6400000 bytes
        class copp-system-class-rpf-fail
          police cir 512 kbps bc 3200000 bytes
        class copp-system-class-mcast-last-hop
          police cir 512 kbps bc 3200000 bytes
    NEXUS5K001# show policy-map interface control-plane
    Control Plane
      service-policy  input: copp-system-policy-customized
        class-map copp-system-class-igmp (match-any)
          match protocol igmp
          police cir 1024 kbps , bc 65535 bytes
            conformed 834102 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-pim-hello (match-any)
          match protocol pim
          police cir 1024 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-bridging (match-any)
          match protocol bridging
          police cir 20000 kbps , bc 4800000 bytes
            conformed 184965072 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-arp (match-any)
          match protocol arp
          match protocol nd
          police cir 1024 kbps , bc 3600000 bytes
            conformed 1711299342 bytes; action: transmit
            violated 467458 bytes;
        class-map copp-system-class-dhcp (match-any)
          match protocol dhcp
          police cir 1024 kbps , bc 4800000 bytes
            conformed 96669859 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-mgmt (match-any)
          match protocol mgmt
          police cir 12000 kbps , bc 4800000 bytes
            conformed 3420991988 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-lacp (match-any)
          match protocol lacp
          police cir 1024 kbps , bc 4800000 bytes
            conformed 5003732 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-lldp (match-any)
          match protocol lldp_dcx
          police cir 2048 kbps , bc 4800000 bytes
            conformed 8283269 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-udld (match-any)
          match protocol udld
          police cir 2048 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-isis (match-any)
          match protocol isis_dce
          police cir 1024 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-msdp (match-any)
          match protocol msdp
          police cir 9600 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-cdp (match-any)
          match protocol cdp
          police cir 1024 kbps , bc 4800000 bytes
            conformed 5995146 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-fip (match-any)
          match protocol fip
          police cir 1024 kbps , bc 4800000 bytes
            conformed 7396000 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-bgp (match-any)
          match protocol bgp
          police cir 9600 kbps , bc 4800000 bytes
            conformed 52049287 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-eigrp (match-any)
          match protocol eigrp
          match protocol eigrp6
          police cir 9600 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-exception (match-any)
          match protocol exception
          police cir 64 kbps , bc 4800000 bytes
            conformed 16415315 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-glean (match-any)
          match protocol glean
          police cir 1024 kbps , bc 4800000 bytes
            conformed 94203992002 bytes; action: transmit
            violated 5920334550 bytes;
        class-map copp-system-class-hsrp-vrrp (match-any)
          match protocol hsrp_vrrp
          match protocol hsrp6
          police cir 1024 kbps , bc 256000 bytes
            conformed 54227844 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-icmp-echo (match-any)
          match protocol icmp_echo
          police cir 64 kbps , bc 3600000 bytes
            conformed 184940591 bytes; action: transmit
            violated 46970 bytes;
        class-map copp-system-class-ospf (match-any)
          match protocol ospf
          match protocol ospf3
          police cir 9600 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-pim-register (match-any)
          match protocol reg
          police cir 9600 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-rip (match-any)
          match protocol rip
          police cir 9600 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-l3dest-miss (match-any)
          match protocol unicast
          police cir 64 kbps , bc 16000 bytes
            conformed 4214 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-mcast-miss (match-any)
          match protocol multicast
          police cir 256 kbps , bc 3200000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-excp-ip-frag (match-any)
          match protocol ip_frag
          police cir 64 kbps , bc 3200000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-excp-same-if (match-any)
          match protocol same-if
          police cir 64 kbps , bc 3200000 bytes
            conformed 17075590565 bytes; action: transmit
            violated 370668351863 bytes;
        class-map copp-system-class-excp-ttl (match-any)
          match protocol ttl
          police cir 64 kbps , bc 3200000 bytes
            conformed 1243144216 bytes; action: transmit
            violated 1611787 bytes;
        class-map copp-system-class-default (match-any)
          match protocol default
          police cir 512 kbps , bc 6400000 bytes
            conformed 157079876 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-rpf-fail (match-any)
          police cir 512 kbps , bc 3200000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-mcast-last-hop (match-any)
          police cir 512 kbps , bc 3200000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
    NEXUS5K001#  show running copp all
    !Command: show running-config copp all
    !Time: Wed Mar 31 13:35:40 2010
    version 6.0(2)N1(2a)
    control-plane
      scale-factor 1.00 module 1
      scale-factor 1.00 module 2
      scale-factor 1.00 module 3
    control-plane
      service-policy input copp-system-policy-customized
    NEXUS5K001#
    Nexus 5000 Switch
    Cisco Nexus Operating System (NX-OS) Software
    TAC support: http://www.cisco.com/tac
    Copyright (c) 2002-2013, Cisco Systems, Inc. All rights reserved.
    The copyrights to certain works contained in this software are
    owned by other third parties and used and distributed under
    license. Certain components of this software are licensed under
    the GNU General Public License (GPL) version 2.0 or the GNU
    Lesser General Public License (LGPL) Version 2.1. A copy of each
    such license is available at
    http://www.opensource.org/licenses/gpl-2.0.php and
    http://www.opensource.org/licenses/lgpl-2.1.php
    NEXUS5K002# show policy-map type control-plane
      policy-map type control-plane copp-system-policy-customized
        class copp-system-class-igmp
          police cir 1024 kbps bc 65535 bytes
        class copp-system-class-pim-hello
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bridging
          police cir 20000 kbps bc 4800000 bytes
        class copp-system-class-arp
          police cir 1024 kbps bc 3600000 bytes
        class copp-system-class-dhcp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-mgmt
          police cir 12000 kbps bc 4800000 bytes
        class copp-system-class-lacp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-lldp
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-udld
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-isis
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-msdp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-cdp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-fip
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bgp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-eigrp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-exception
          police cir 64 kbps bc 4800000 bytes
        class copp-system-class-glean
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-hsrp-vrrp
          police cir 1024 kbps bc 256000 bytes
        class copp-system-class-icmp-echo
          police cir 64 kbps bc 3600000 bytes
        class copp-system-class-ospf
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-pim-register
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-rip
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-l3dest-miss
          police cir 64 kbps bc 16000 bytes
        class copp-system-class-mcast-miss
          police cir 256 kbps bc 3200000 bytes
        class copp-system-class-excp-ip-frag
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-same-if
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-ttl
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-default
          police cir 512 kbps bc 6400000 bytes
        class copp-system-class-rpf-fail
          police cir 512 kbps bc 3200000 bytes
        class copp-system-class-mcast-last-hop
          police cir 512 kbps bc 3200000 bytes
      policy-map type control-plane copp-system-policy-default
        class copp-system-class-igmp
          police cir 1024 kbps bc 65535 bytes
        class copp-system-class-pim-hello
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bridging
          police cir 20000 kbps bc 4800000 bytes
        class copp-system-class-arp
          police cir 1024 kbps bc 3600000 bytes
        class copp-system-class-dhcp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-mgmt
          police cir 12000 kbps bc 4800000 bytes
        class copp-system-class-lacp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-lldp
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-udld
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-isis
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-msdp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-cdp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-fip
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bgp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-eigrp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-exception
          police cir 64 kbps bc 4800000 bytes
        class copp-system-class-glean
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-hsrp-vrrp
          police cir 1024 kbps bc 256000 bytes
        class copp-system-class-icmp-echo
          police cir 64 kbps bc 3600000 bytes
        class copp-system-class-ospf
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-pim-register
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-rip
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-l3dest-miss
          police cir 64 kbps bc 16000 bytes
        class copp-system-class-mcast-miss
          police cir 256 kbps bc 3200000 bytes
        class copp-system-class-excp-ip-frag
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-same-if
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-ttl
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-default
          police cir 512 kbps bc 6400000 bytes
        class copp-system-class-rpf-fail
          police cir 512 kbps bc 3200000 bytes
        class copp-system-class-mcast-last-hop
          police cir 512 kbps bc 3200000 bytes
      policy-map type control-plane copp-system-policy-scaled-l2
        class copp-system-class-igmp
          police cir 4096 kbps bc 264000 bytes
        class copp-system-class-pim-hello
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bridging
          police cir 20000 kbps bc 4800000 bytes
        class copp-system-class-arp
          police cir 1024 kbps bc 3600000 bytes
        class copp-system-class-dhcp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-mgmt
          police cir 12000 kbps bc 4800000 bytes
        class copp-system-class-lacp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-lldp
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-udld
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-isis
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-msdp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-cdp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-fip
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bgp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-eigrp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-exception
          police cir 64 kbps bc 4800000 bytes
        class copp-system-class-glean
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-hsrp-vrrp
          police cir 1024 kbps bc 256000 bytes
        class copp-system-class-icmp-echo
          police cir 64 kbps bc 3600000 bytes
        class copp-system-class-ospf
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-pim-register
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-rip
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-l3dest-miss
          police cir 64 kbps bc 16000 bytes
        class copp-system-class-mcast-miss
          police cir 256 kbps bc 3200000 bytes
        class copp-system-class-excp-ip-frag
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-same-if
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-ttl
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-default
          police cir 512 kbps bc 6400000 bytes
        class copp-system-class-rpf-fail
          police cir 512 kbps bc 3200000 bytes
        class copp-system-class-mcast-last-hop
          police cir 512 kbps bc 3200000 bytes
      policy-map type control-plane copp-system-policy-scaled-l3
        class copp-system-class-igmp
          police cir 4096 kbps bc 264000 bytes
        class copp-system-class-pim-hello
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bridging
          police cir 20000 kbps bc 4800000 bytes
        class copp-system-class-arp
          police cir 4000 kbps bc 3600000 bytes
        class copp-system-class-dhcp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-mgmt
          police cir 12000 kbps bc 4800000 bytes
        class copp-system-class-lacp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-lldp
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-udld
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-isis
          police cir 2048 kbps bc 4800000 bytes
        class copp-system-class-msdp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-cdp
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-fip
          police cir 1024 kbps bc 4800000 bytes
        class copp-system-class-bgp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-eigrp
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-exception
          police cir 64 kbps bc 4800000 bytes
        class copp-system-class-glean
          police cir 4000 kbps bc 4800000 bytes
        class copp-system-class-hsrp-vrrp
          police cir 1024 kbps bc 256000 bytes
        class copp-system-class-icmp-echo
          police cir 4000 kbps bc 3600000 bytes
        class copp-system-class-ospf
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-pim-register
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-rip
          police cir 9600 kbps bc 4800000 bytes
        class copp-system-class-l3dest-miss
          police cir 64 kbps bc 16000 bytes
        class copp-system-class-mcast-miss
          police cir 512 kbps bc 3200000 bytes
        class copp-system-class-excp-ip-frag
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-same-if
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-excp-ttl
          police cir 64 kbps bc 3200000 bytes
        class copp-system-class-default
          police cir 512 kbps bc 6400000 bytes
        class copp-system-class-rpf-fail
          police cir 512 kbps bc 3200000 bytes
        class copp-system-class-mcast-last-hop
          police cir 512 kbps bc 3200000 bytes
    NEXUS5K002# show policy-map interface control-plane
    Control Plane
      service-policy  input: copp-system-policy-customized
        class-map copp-system-class-igmp (match-any)
          match protocol igmp
          police cir 1024 kbps , bc 65535 bytes
            conformed 1099702577173 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-pim-hello (match-any)
          match protocol pim
          police cir 1024 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-bridging (match-any)
          match protocol bridging
          police cir 20000 kbps , bc 4800000 bytes
            conformed 1117682720167 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-arp (match-any)
          match protocol arp
          match protocol nd
          police cir 1024 kbps , bc 3600000 bytes
            conformed 7392073468 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-dhcp (match-any)
          match protocol dhcp
          police cir 1024 kbps , bc 4800000 bytes
            conformed 1554060880 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-mgmt (match-any)
          match protocol mgmt
          police cir 12000 kbps , bc 4800000 bytes
            conformed 3360293230 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-lacp (match-any)
          match protocol lacp
          police cir 1024 kbps , bc 4800000 bytes
            conformed 1100653025235 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-lldp (match-any)
          match protocol lldp_dcx
          police cir 2048 kbps , bc 4800000 bytes
            conformed 1101335075091 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-udld (match-any)
          match protocol udld
          police cir 2048 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-isis (match-any)
          match protocol isis_dce
          police cir 1024 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-msdp (match-any)
          match protocol msdp
          police cir 9600 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-cdp (match-any)
          match protocol cdp
          police cir 1024 kbps , bc 4800000 bytes
            conformed 1100822976136 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-fip (match-any)
          match protocol fip
          police cir 1024 kbps , bc 4800000 bytes
            conformed 1334982352 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-bgp (match-any)
          match protocol bgp
          police cir 9600 kbps , bc 4800000 bytes
            conformed 55322608 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-eigrp (match-any)
          match protocol eigrp
          match protocol eigrp6
          police cir 9600 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-exception (match-any)
          match protocol exception
          police cir 64 kbps , bc 4800000 bytes
            conformed 7678996 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-glean (match-any)
          match protocol glean
          police cir 1024 kbps , bc 4800000 bytes
            conformed 22710843199 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-hsrp-vrrp (match-any)
          match protocol hsrp_vrrp
          match protocol hsrp6
          police cir 1024 kbps , bc 256000 bytes
            conformed 12316200612 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-icmp-echo (match-any)
          match protocol icmp_echo
          police cir 64 kbps , bc 3600000 bytes
            conformed 50470007 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-ospf (match-any)
          match protocol ospf
          match protocol ospf3
          police cir 9600 kbps , bc 4800000 bytes
            conformed 3366 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-pim-register (match-any)
          match protocol reg
          police cir 9600 kbps , bc 4800000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-rip (match-any)
          match protocol rip
          police cir 9600 kbps , bc 4800000 bytes
            conformed 12510 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-l3dest-miss (match-any)
          match protocol unicast
          police cir 64 kbps , bc 16000 bytes
            conformed 15136 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-mcast-miss (match-any)
          match protocol multicast
          police cir 256 kbps , bc 3200000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-excp-ip-frag (match-any)
          match protocol ip_frag
          police cir 64 kbps , bc 3200000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-excp-same-if (match-any)
          match protocol same-if
          police cir 64 kbps , bc 3200000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-excp-ttl (match-any)
          match protocol ttl
          police cir 64 kbps , bc 3200000 bytes
            conformed 8531281 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-default (match-any)
          match protocol default
          police cir 512 kbps , bc 6400000 bytes
            conformed 33212075608 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-rpf-fail (match-any)
          police cir 512 kbps , bc 3200000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
        class-map copp-system-class-mcast-last-hop (match-any)
          police cir 512 kbps , bc 3200000 bytes
            conformed 0 bytes; action: transmit
            violated 0 bytes;
    NEXUS5K002# show running copp all
    !Command: show running-config copp all
    !Time: Wed Mar 31 13:38:37 2010
    version 6.0(2)N1(2a)
    control-plane
      scale-factor 1.00 module 1
      scale-factor 1.00 module 2
      scale-factor 1.00 module 3
    policy-map type control-plane copp-system-policy-customized
      class copp-system-class-hsrp-vrrp
        police cir 1024 kbps bc 256000 bytes
      class copp-system-class-l3dest-miss
        police cir 64 kbps bc 16000 bytes
    control-plane
      service-policy input copp-system-policy-customized
    NEXUS5K002#

  • 6880 Port policy map - TCAM error re configured L4OPs

    Hi,
    I'm working through a QoS configuration for the 6880-X-LE with 6800Ia FEXs. The QoS configuration, policymap, classes, ACLS etc have all been accepted fine.
    I can apply a service policy to an interface but when I do I get the following errors come up:
    *Oct 13 03:13:55.832: %EARL_CM-SW1-5-NOL4OP: Configured L4OPs exceeds the programmable limit for tcam= 0
    *Oct 13 03:13:55.828: %EARL_CM-SW2_STBY-5-NOL4OP: Configured L4OPs exceeds the programmable limit for tcam= 0
    *Oct 13 03:13:58.360: %QM-SW1-4-TCAM_ENTRY: Hardware TCAM entry programming failed for switch 1 slot 5 intf Gi141/1/0/1 dir IN: <CONFIG_UPDATE_REQ> TCAM Req Error: FAIL (4): Low TCAM Entries (1)
    *Oct 13 03:13:58.360: %QM-SW1-4-TCAM_ENTRY: Hardware TCAM entry programming failed for switch 2 slot 5 intf Gi141/1/0/1 dir IN: <CONFIG_UPDATE_REQ> TCAM Req Error: FAIL (4): Low TCAM Entries (1)
    *Oct 13 03:13:58.360: %QM-SW1-4-TCAM_ENTRY: Hardware TCAM entry programming failed for switch 1 slot 5 intf Gi141/1/0/1 dir IN: <CONFIG_UPDATE_REQ> TCAM Req Error: FAIL (4): Low TCAM Entries (1)
    *Oct 13 03:13:58.360: %QM-SW1-4-TCAM_ENTRY: Hardware TCAM entry programming failed for switch 2 slot 5 intf Gi141/1/0/1 dir IN: <CONFIG_UPDATE_REQ> TCAM Req Error: FAIL (4): Low TCAM Entries (1)
    *Oct 13 03:13:58.360: %QM-SW1-4-TCAM_ENTRY: Hardware TCAM entry programming failed for switch 1 slot 5 intf Gi141/1/0/1 dir IN: <CONFIG_UPDATE_REQ> TCAM Req Error: FAIL (4): Low TCAM Entries (1)
    *Oct 13 03:13:58.360: %QM-SW1-4-TCAM_ENTRY: Hardware TCAM entry programming failed for switch 2 slot 5 intf Gi141/1/0/1 dir IN: <CONFIG_UPDATE_REQ> TCAM Req Error: FAIL (4): Low TCAM Entries (1)
    *Oct 13 03:13:58.360: %QM-SW1-4-TCAM_ENTRY: Hardware TCAM entry programming failed for switch 1 slot 5 intf Gi141/1/0/1 dir IN: <CONFIG_UPDATE_REQ> TCAM Req Error: FAIL (4): Low TCAM Entries (1)
    *Oct 13 03:13:58.360: %QM-SW1-4-TCAM_ENTRY: Hardware TCAM entry programming failed for switch 2 slot 5 intf Gi141/1/0/1 dir IN: <CONFIG_UPDATE_REQ> TCAM Req Error: FAIL (4): Low TCAM Entries (1)
    *Oct 13 03:13:58.360: %QM-SW1-4-TCAM_ENTRY: Hardware TCAM entry programming failed for switch 1 slot 5 intf Gi141/1/0/1 dir IN: <CONFIG_UPDATE_REQ> TCAM Req Error: FAIL (4): Low TCAM Entries (1)
    *Oct 13 03:13:58.360: %QM-SW1-4-TCAM_ENTRY: Hardware TCAM entry programming failed for switch 2 slot 5 intf Gi141/1/0/1 dir IN: <CONFIG_UPDATE_REQ> TCAM Req Error: FAIL (4): Low TCAM Entries (1)
    I've checked the QoS policer quota's and they look OK. Is there something else I should be looking at??
    NewLevel4Switch#sh platform hardware capacity qos
    QoS Policer Resources
      Aggregate policers: Sw/Mod                      Total         Used     %Used
                           1/5                        16384           16        1%
                           2/5                        16384           16        1%
      Microflow policer configurations: Sw/Mod        Total         Used     %Used
                                         1/5            128            1        1%
                                         2/5            128            1        1%
      Netflow policer configurations: Sw/Mod          Total         Used     %Used
                                         1/5            384            0        0%
                                         2/5            384            0        0%
      Aggregate policer configurations:    Sw/Mod     Total         Used     %Used
                                            1/5        1024            8        1%
                                            2/5        1024            8        1%
      Distributed policers: Total          Used     %Used
                              4096            1         1%
      QoS Tcam Entries: Sw/Mod                        Total         Used     %Used
                         1/5                          16384         1171        7%
                         2/5                          16384         1171        7%
    Thanks,
    David.

    Hi Aninda,
    Details as requested:
    #show platform hardware capacity acl
    Classification Mgr Tcam Resources
      Key: Ttlent - Total TCAM entries, QoSent - QoS TCAM entries, LOU - LOUs,
           RBLent - RBACL TCAM entries, Lbl - Labels, TCP - TCP Flags,
           Dstbl  - Destinfo Table, Ethcam  - Ethertype Cam Table,
           ACTtbl - Accounting Table, V6ext - V6 Extn Hdr Table
      Sw/Mod Ttlent QoSent RBLent Lbl   LOU  TCP  Dstbl Ethcam ACTtbl V6ext
      1/5     2%     4%     0%     1%    1%   0%   2%    0%     0%     0%
      2/5     2%     4%     0%     1%    1%   0%   2%    0%     0%     0%
    #show platform hardware capacity qos
    QoS Policer Resources
      Aggregate policers: Sw/Mod                      Total         Used     %Used
                           1/5                        16384           16        1%
                           2/5                        16384           16        1%
      Microflow policer configurations: Sw/Mod        Total         Used     %Used
                                         1/5            128            1        1%
                                         2/5            128            1        1%
      Netflow policer configurations: Sw/Mod          Total         Used     %Used
                                         1/5            384            0        0%
                                         2/5            384            0        0%
      Aggregate policer configurations:    Sw/Mod     Total         Used     %Used
                                            1/5        1024            8        1%
                                            2/5        1024            8        1%
      Distributed policers: Total          Used     %Used
                              4096            1         1%
      QoS Tcam Entries: Sw/Mod                        Total         Used     %Used
                         1/5                          32768         1192        3%
                         2/5                          32768         1192        3%
    Qos config is as follows:
    auto qos default
    ip access-list extended SIGNALING-ACL
     remark Used for voice/video signaling
     permit tcp any any eq 5060
     permit udp any any eq 5060
     permit udp any any eq 2427
     permit udp any any eq 2727
     permit tcp any any eq 2748
     permit tcp any any eq 1720
     permit tcp any any range 2000 2002
     permit tcp any any range 11000 11999
    class-map match-any TAG-VOIP
      match ip dscp ef
    class-map match-any TAG-SIGNALING-ACL
      match access-group name SIGNALING-ACL
    class-map match-any TAG-SIGNALING-CS3
      match ip dscp cs3
    class-map match-any TAG-VIDEO
      match ip dscp af41
    class-map match-any TAG-LYNC-VOICE
      match ip dscp af42
    class-map match-any TAG-LYNC-VIDEO
      match ip dscp af43
    class-map match-any TAG-LYNC-App-Sharing
      match ip dscp af22
    class-map match-any TAG-STREAM
      match access-group name STREAM-ACL
    class-map match-any TAG-REATIME-MULTIMEDIA-CS4
      match ip dscp cs4
    class-map match-any TAG-REATIME-MULTIMEDIA-CS5
      match ip dscp cs5
    class-map match-any TAG-NETWORK-CONTROL-CS6
      match ip dscp cs6
    class-map match-any TAG-NETWORK-CONTROL-CS7
      match ip dscp cs7
    class-map match-any TAG-NETWORK-MGT
      match access-group name NETWORK-ACL
    class-map match-any TAG-BUSINESS-CRITICAL-AF21
      match ip dscp af21   
    class-map match-any TAG-BUSINESS-CRITICAL-AF23
      match ip dscp af23
    class-map match-any TAG-PROCESS
      match access-group name PROCESS-ACL
    class-map match-any TAG-BULK
      match access-group name BULK-ACL
    class-map match-any TAG-SCAVENGER
      match access-group name SCAVENGER-ACL
    ip access-list extended STREAM-ACL
     remark Define any webcast traffic flows here
    ip access-list extended NETWORK-ACL
     remark Used to identify CRITICAL network management traffic
     permit tcp any any eq 23
     permit tcp any any eq 22
    ip access-list extended PROCESS-ACL
     remark Used to identify Process PCN traffic
    ip access-list extended BULK-ACL
     remark Define any bulk traffic flows here (Backups/Misc web surfing etc)
    ip access-list extended SCAVENGER-ACL
     remark Define any Scavenger/junk class traffic here
    table-map policed-dscp-markdown
     map from 8 to 0
     map from 10 to 0
     map from 16 to 0
     map from 18 to 0
     map from 20 to 0
     default copy
    table-map dscp2dscp
     default copy  
    policy-map TAG-INBOUND-MARKING-AND-POLICING
     class TAG-VOIP
        police cir 128000 bc 8000
          conform-action set-dscp-transmit ef
          exceed-action drop
     class TAG-SIGNALING-ACL
        police cir 32000 bc 8000
          conform-action set-dscp-transmit cs3
          exceed-action drop
     class TAG-SIGNALING-CS3
        police cir 32000 bc 8000
          conform-action set-dscp-transmit cs3
          exceed-action drop
     class TAG-VIDEO
        police cir 7000000 bc 218750
          conform-action set-dscp-transmit af41
          exceed-action drop
     class TAG-LYNC-VOICE
        police cir 128000 bc 8000
          conform-action set-dscp-transmit af42
          exceed-action drop
     class TAG-LYNC-VIDEO
        police cir 5000000 bc 156250
          conform-action set-dscp-transmit af43
          exceed-action drop
     class TAG-LYNC-App-Sharing
        police cir 1000000 bc 31250
          conform-action set-dscp-transmit af22
          exceed-action drop
     class TAG-STREAM
       set ip dscp cs4
     class TAG-REATIME-MULTIMEDIA-CS4
       set ip dscp cs4
     class TAG-REATIME-MULTIMEDIA-CS5
       set ip dscp cs5
     class TAG-NETWORK-CONTROL-CS6
       set ip dscp cs6
     class TAG-NETWORK-CONTROL-CS7
       set ip dscp cs7
     class TAG-NETWORK-MGT
        police cir 1000000 bc 31250
          conform-action set-dscp-transmit cs2
          exceed-action policed-dscp-transmit
     class TAG-BUSINESS-CRITICAL-AF21
       set ip dscp af21
     class TAG-BUSINESS-CRITICAL-AF23
       set ip dscp af23
     class TAG-PROCESS
       set ip dscp af31
     class TAG-BULK
       set ip dscp af11
     class TAG-SCAVENGER
       set ip dscp cs1
     class class-default
       set dscp default
    interface gigabitEthernet xx/xx/xx - xx
      service-policy input TAG-INBOUND-MARKING-AND-POLICING
    Thanks,
    David

  • Policy map rules

    I read that "Only one policy map can be applied to a specific interface". What if you alreay using the default policy map and want to create one for you AIP-SSM and one for the current ACL?

    The default policy map is the "global" policy-map. If you want to send the traffic on all interfaces, through the SSM module, you dont need to create a new policy-map, you only need to create the class mathing the traffic you need to send via SSM module. Then you can include this class also in the policy-map applied globally.
    With above said, assuming you have default policy-map config, if I implement following commands to divert all traffic via SSM module:
    access-list ips-acl permit ip any any
    class-map ips-class
    match access-list ips-acl
    policy-map global_policy
    class ips-class
    ips inline fail-open
    Thus final policy-map configuration would look like:
    policy-map global_policy
    class inspection_default
    inspect h323 h225
    inspect h323 ras
    inspect rsh
    inspect rtsp
    inspect esmtp
    inspect sqlnet
    inspect skinny
    inspect sunrpc
    class ips-class
    ips inline fail-open
    service-policy global_policy global
    Alternatively, I cann apply the ips class to altogether a new policy-map but I cant apply this policy-map globally. I can apply the new policy-map to a particular interface though.
    Hope that helps.
    Regards,
    Vibhor.

  • XI 7.0 ABAP-Mapping in Design Builder (Interface Mapping)

    Hi,
    in XI 3.0 there was the possibility to specify a ABAP-Mapping-Class in the Interface Mapping. In XI 7.0 the
    entry ABAP-Mapping is somehow missing in the drop-down-Box, there is a Message-Mapping, JAVA-Mapping and XSLT-Mapping but no ABAP-Mapping :-(.
    Did this move somewhere else or are ABAP-Mapping's not possible anymore ??
    Best Regards,
    Frank Marx

    Frank,
    You need to activate ABAP and XSLT mapping.
    Check this blog for the same,
    /people/ravikumar.allampallam/blog/2005/02/10/different-types-of-mapping-in-xi
    Regards,
    Bhavesh

Maybe you are looking for