cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1331
Views
0
Helpful
1
Replies

How to config QoS police on NCS 5501

Anycast
Level 1
Level 1

Hi

 Please suggest about configuration L2VPN QoS to me.I have migration plan C7600 to NCS5500 and I try to convert configuration policy-map police from IOS to IOS-XR.But my configuration failed below.

 

IOS-Configration

policy-map 2.5G
class class-default
police cir 2500000000 bc 1300000
conform-action transmit
exceed-action drop
----

IOS-XR Configration [Failed]
policy-map 2.5G
class class-default
police rate 2500000000 bps burst 1300000 bytes
conform-action transmit
exceed-action drop

 

Qos verification failed for policy-map.: Policy-map 2.5G class class-default failed: Number of actions for 'police conform' exceeds limit 0

 

Thanks. [Sorry my English skill is poor.]

 

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Anycast,

try without using the conform-action and exceed-action option

 

see the following example from QoS config guide IOS XR 6.6.6 for NCS

 

https://www.cisco.com/c/en/us/td/docs/iosxr/ncs5500/qos/66x/b-qos-cg-ncs5500-66x/b-qos-cg-ncs5500-66x_chapter_0100.html#concept_8C09549AC9D44D70BF203A72EE92418D

 

if you look at the example it does not use the conform and exceed options in the configuration.

 

To be noted: per documentation the NCS supports policing only inbound and not oubound an interface.

This is the most important limitation to take care of.

 

Hope to help

Giuseppe