cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

NCS 5501-SE QOS

benediktsv
Level 1
Level 1

Ok - I'm trying to get a egress policy to work on a NCS 5501-SE

Get this error, been reading the documentation- not quite sure what is going on.

NCS is on 6.2.25

 

 

 

Error:

RP/0/RP0/CPU0:XXX(config)#int te0/0/0/0
RP/0/RP0/CPU0:XXX(config-if)#service-policy output TX-QOS-10Gbit
RP/0/RP0/CPU0:XXX(config-if)#commit
..
RP/0/RP0/CPU0:XXX(config-if)#show configuration failed
interface TenGigE0/0/0/0
service-policy output TX-QOS-10Gbit
!!% 'DNX_QOSEA' detected the 'warning' condition 'Invalid egress policy-map configuration. Use qos-group for marking features and traffic-class for queuing features'
!
end

The policy - has been dumbed down from the one we usually use on a ASR9k - first thing 

policy-map TX-QOS-10Gbit
 class 10Gbit_Q8
  priority level 1
  police rate percent 10
  !
 !
 class 10Gbit_Q7
  priority level 2
  police rate percent 10
  !
 !
 class 10Gbit_Q6
  bandwidth remaining percent 8
 !
 class 10Gbit_Q5
  bandwidth remaining percent 10
 !
 class 10Gbit_Q4
  bandwidth remaining percent 10
 
 class 10Gbit_Q3
  !
  random-detect default
  bandwidth remaining percent 10
 !
 class 10Gbit_Q2
  !
  bandwidth remaining percent 2
  random-detect default
 !
 class class-default
  random-detect default
  bandwidth remaining percent 40
 !
 end-policy-map

Classes:

class-map match-any 10Gbit_Q2
 match qos-group 1
 end-class-map
!
class-map match-any 10Gbit_Q3
 match qos-group 2
 end-class-map
!
class-map match-any 10Gbit_Q4
 match qos-group 3
 end-class-map
!
class-map match-any 10Gbit_Q5
 match qos-group 4
 end-class-map
!
class-map match-any 10Gbit_Q6
 match qos-group 7
 end-class-map
!
class-map match-any 10Gbit_Q7
 match qos-group 6
 end-class-map
!
class-map match-any 10Gbit_Q8
 match qos-group 5
 end-class-map

Any ideas ?

Who Me Too'd this topic