cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3356
Views
0
Helpful
6
Replies

CoPP confiugration issue with ASR 1001

ncfb-awarsame
Level 1
Level 1

I'm configuring CoPP for an ASR 1001 router with consolidated IOS XE Version: 03.07.01.S.  And I'm trying to use 'DROP' command under policy map to drop

un wanted traffic. But the drop command is not listed. Did Cisco remove it or I'm doing something wrong here?

Thank you



internet-rtr2(config)#policy-map CoPP

internet-rtr2(config-pmap)# class CoPP-pre-undesirable

internet-rtr2(config-pmap-c)#?

Policy-map class configuration commands:

  aaa-accounting   AAA Accounting

  account          Account statistic

  bandwidth        Bandwidth

  compression      Activate Compression

  exit             Exit from QoS class action configuration mode

  fair-queue       Enable Flow-based Fair Queuing in this Class

  netflow-sampler  NetFlow action

  no               Negate or set default values of a command

  police           Police

  priority         Strict Scheduling Priority for this Class

  queue-limit      Queue Max Threshold for Tail Drop

  random-detect    Enable Random Early Detection as drop policy

  service-policy   Configure QoS Service Policy

  set              Set QoS values

  shape            Traffic Shaping



2 Accepted Solutions

Accepted Solutions

srereddy
Level 1
Level 1

Hey.....drop is not a valid command on ASR IOS XE. It was never available. If it is mentioned in any cisco document, then its a documentation error. You need to use it with a policer - e.g. police 90000 conform-action transmit exceed-action 'drop'

HTH.

View solution in original post

Just use this workaround  -

police cir 
      conform-action drop
      exceed-action drop
      violate-action drop

Or as shown in  -

use

http://www.cisco.com/en/US/docs/ios/ios_xe/qos/configuration/guide/ctrl_plane_policng_xe.html#wp1027265

Router(config-pmap)# class icmp-class

Router(config-pmap-c)# conform-action drop

PS: Rate the post if it helped

View solution in original post

6 Replies 6

srereddy
Level 1
Level 1

Hey.....drop is not a valid command on ASR IOS XE. It was never available. If it is mentioned in any cisco document, then its a documentation error. You need to use it with a policer - e.g. police 90000 conform-action transmit exceed-action 'drop'

HTH.

thank you- but I don't want to police that traffic. I want to drop it like I'm doing with 3825 IOS router.  Is there another way to do it?

Just use this workaround  -

police cir 
      conform-action drop
      exceed-action drop
      violate-action drop

Or as shown in  -

use

http://www.cisco.com/en/US/docs/ios/ios_xe/qos/configuration/guide/ctrl_plane_policng_xe.html#wp1027265

Router(config-pmap)# class icmp-class

Router(config-pmap-c)# conform-action drop

PS: Rate the post if it helped

Thank you

You are welcome. Glad to help. Pls tag this as 'answered' if you are satisfied (and dont forget to rate it). :-)

thank you

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card