seq 10 permit any dscp 50 ecn 2
seq 15 permit any dscp 50 ecn 3
!
ip access-list standard dscp_40_ecn
seq 5 permit any dscp 40 ecn 1
seq 10 permit any dscp 40 ecn 2
seq 15 permit any dscp 40 ecn 3
!
ip access-list standard dscp_50_non_ecn
seq 5 permit any dscp 50 ecn 0
!
ip access-list standard dscp_40_non_ecn
seq 5 permit any dscp 40 ecn 0
!
class-map match-any class_dscp_40
match ip access-group dscp_40_non_ecn set-color yellow
match ip access-group dscp_40_ecn
!
class-map match-any class_dscp_50
match ip access-group dscp_50_non_ecn set-color yellow
match ip access-group dscp_50_ecn
!
policy-map-input pmap_dscp_40_50
service-queue 2 class-map class_dscp_40
service-queue 3 class-map class_dscp_50
Enabling Buffer Statistics Tracking
You can enable the tracking of statistical values of buffer spaces at a global level. The buffer statistics tracking
utility operates in the max use count mode that enables the collection of maximum values of counters.
To configure the buffer statistics tracking utility, perform the following step:
1 Enable the buffer statistics tracking utility and enter the Buffer Statistics Snapshot configuration mode.
CONFIGURATION mode
Dell(conf)#buffer-stats-snapshot
Dell(conf)#no disable
Enable this utility to be able to configure the parameters for buffer statistics tracking. By default, buffer
statistics tracking is disabled.
2 Enable the buffer statistics tracking utility and enter the Buffer Statistics Snapshot configuration mode.
CONFIGURATION mode
Dell(conf)#buffer-stats-snapshot
Dell(conf)#no disable
Enable this utility to be able to configure the parameters for buffer statistics tracking. By default, buffer
statistics tracking is disabled.
Quality of Service (QoS) 870