Hi everybody
I have not enough experience about ASR routers.
I am trying to get matches in gold traffic
I attached the configuration
!
class-map match-all Clase_Oro_i
match access-group 111
class-map match-all Clase_Oro_o
match ip precedence 3
class-map match-all Clase_Voz_i
match access-group 110
class-map match-all Clase_Voz_o
match ip precedence 5
class-map match-all Clase_Plata_i
match access-group 112
class-map match-all Clase_Gestion_o
match ip precedence 7
class-map match-all Clase_Gestion_i
match access-group 113
class-map match-all Clase_Plata_o
match ip precedence 1
!
policy-map QoS_In_DIBA
class Clase_Gestion_i
set ip dscp cs7
class class-default
set ip dscp cs1
policy-map QoS_Out
class Clase_Voz_o
priority
set cos 5
police cir 100000000
conform-action transmit
exceed-action drop
class Clase_Oro_o
bandwidth 700000
set cos 3
class Clase_Plata_o
bandwidth 682000
set cos 1
class Clase_Gestion_o
bandwidth 18000
set cos 7
class class-default
bandwidth 300000
set cos 0
set dscp default
policy-map shaping
class class-default
shape average 1890000000
service-policy QoS_Out
policy-map QoS_In
class Clase_Gestion_i
set ip dscp cs7
class Clase_Voz_i
set ip dscp cs5
class Clase_Oro_i
set ip dscp cs3
class Clase_Plata_i
set ip dscp cs1
class class-default
set ip dscp cs1
!
ip access-list extended 111
permit ip any 10.10.24.0 0.0.0.255
remark trafico Oro
/////////////////////////////////////
NO MATCHES
show access-lists 111
Extended IP access list 111
40 permit ip 10.10.24.0 0.0.0.255 any