Dynamic ECN Marking
Overview
The existing ECN functionality is enhanced to support dynamic ECN (D-ECN) that allows more precise ECN marking based on shared buffer usage.
Feature Characteristics
In Dynamic ECN, a dynamic threshold is used to allow more precise ECN marking by taking into account actual shared buffer usage. Typically, a D-ECN threshold value is based on D-ECN-Offset and D-ECN-Floor values.
D-ECN Threshold = (Queue's shared limit - D-ECN-Floor) - D-ECN-Offset, where
• D-ECN-Offset (D-ECN on-offset - Once queue size reached this offset, ECN is marked.)
• D-ECN-Floor (D-ECN off-offset - Once the queue size reaches this offset, ECN marking is stopped.)
While off-offset likely provides hysteresis (a threshold to stop marking). The off-offset, used in conjunction with the on-offset (a threshold for ECN marking), provides hysteresis for D-ECN marking. It determines the point (likely calculated as Queue's shared limit – off-offset) below which the queue's shared buffer usage must fall for the device to stop marking packets with ECN for that queue, after having started marking due to crossing the on-offset threshold.
This mechanism prevents rapid oscillation between marking and not marking when the queue usage hovers near the activation threshold, contributing to more stable congestion signaling.
Both Static ECN (S-ECN) and Dynamic ECN (D-ECN) can be enabled simultaneously, with the final ECN marking determined by a logical OR operation between the two.
Limitation:
This functionality is supported on Broadcom Tomahawk5 platforms only.
More than 3 D-ECN user defined profiles cannot be created.
Benefits
This enhancement provides the following capabilities for AI/ML networking environment where lossless traffic is crucial:
• Controls congestion through tunable threshold values
• Provides more accurate ECN marking aligned with buffer usage
• Improves stability and performance for high-throughput
Prerequisites
Ensure baseline QoS is enabled and potentially Static ECN via WRED is configured in an applied policy map.
Configuring Dynamic ECN
Topology
The following topology shows ECN Marked packets on the egress interfaces xe1 of Switch 1.
ECN Enabled Bridge
Configuration
The following procedure defines a QoS profile with specific queue offsets, applying it to an interface, and validating its behavior under different traffic conditions.
1. Create a global D-ECN profile and define queue mapping.
OcNOS(config)#qos profile egress-dynamic-ecn DECN
OcNOS(config-eg-dynamic-ecn-map)#queue 0 on-offset 4000 off-offset 1000 kbytes
OcNOS(config-eg-dynamic-ecn-map)#queue 1 on-offset 5000000 off-offset 2000000 bytes
OcNOS(config-eg-dynamic-ecn-map)#queue 2 on-offset 4000 off-offset 5000 kbytes
OcNOS(config-eg-dynamic-ecn-map)#queue 3 on-offset 5000000 off-offset 6000000 bytes
OcNOS(config-eg-dynamic-ecn-map)#queue 4 on-offset 5000 off-offset 10000 kbytes
OcNOS(config-eg-dynamic-ecn-map)# queue 5 on-offset 3000000 off-offset 12000000 bytes
OcNOS(config-eg-dynamic-ecn-map)#commit
OcNOS(config-eg-dynamic-ecn-map)#exit
2. Assign the D-ECN profile to an interface.
OcNOS(config)#interface ethernet11/1
OcNOS(config-if)#load-interval 30
OcNOS(config-if)#ip address 20.1.1.1/24
OcNOS(config-if)#mtu 9216
OcNOS(config-if)#shape rate 9803 mbps burst 1000
OcNOS(config-if)#qos map-profile egress-dynamic-ecn DECN
OcNOS(config-if)#commit
OcNOS(config-if)#exit
Sample Show Running Configuration
!
service password-encryption
!
logging console 5
logging level all 5
!
!
snmp-server enable traps link linkDown
snmp-server enable traps link linkUp
!
qos enable
qos statistics
qos profile egress-dynamic-ecn DECN
queue 0 on-offset 4000 off-offset 1000 kbytes
queue 1 on-offset 5000000 off-offset 2000000 bytes
queue 2 on-offset 4000 off-offset 5000 kbytes
queue 3 on-offset 5000000 off-offset 6000000 bytes
queue 4 on-offset 5000 off-offset 10000 kbytes
queue 5 on-offset 3000000 off-offset 12000000 bytes
!
hostname DUT1
port ethernet3 breakout 1X100g serdes 25g
port ethernet11 breakout 1X100g serdes 25g
tfo Disable
errdisable cause stp-bpdu-guard
feature dns relay
ip dns relay
ipv6 dns relay
!
vlan database
vlan-reservation 4029-4094
!
ip vrf management
!
interface eth0
ip vrf forwarding management
ip address dhcp
!
interface ethernet0
!
interface ethernet1
!
interface ethernet2
!
interface ethernet3/1
description Connected-Spirent
load-interval 30
ip address 10.1.1.1/24
mtu 9216
!
interface ethernet10
!
interface ethernet11/1
description Connected-DUT2
load-interval 30
ip address 20.1.1.1/24
mtu 9216
shape rate 9803 mbps burst 1000
qos map-profile egress-dynamic-ecn DECN
!
interface ethernet12
!
interface ethernet63
!
interface lo
ip address 127.0.0.1/8
ip address 1.1.1.1/32 secondary
ipv6 address ::1/128
!
interface lo.management
ip vrf forwarding management
ip address 127.0.0.1/8
ipv6 address ::1/128
!
interface mgmt64
!
interface mgmt65
!
exit
!
router ospf 100
ospf router-id 1.1.1.1
network 1.1.1.1/32 area 0.0.0.0
network 10.1.1.0/24 area 0.0.0.0
network 20.1.1.0/24 area 0.0.0.0
!
line console 0
exec-timeout 0 0
!
!
end
!
Validation
Confirm that the D-ECN profile DECN has been created with the intended on-offset and off-offset values for specific queues.
#show qos-profile egress-dynamic-ecn interface ethernet11/1
profile name: DECN
mapping:
queue 0 on-offset 4000 off-offset 1000 kbytes
queue 1 on-offset 5000000 off-offset 2000000 bytes
queue 2 on-offset 4000 off-offset 5000 kbytes
queue 3 on-offset 5000000 off-offset 6000000 bytes
queue 4 on-offset 5000 off-offset 10000 kbytes
queue 5 on-offset 3000000 off-offset 12000000 bytes
Scenario 1: Traffic Sent with Priority 0
In this scenario, traffic is sent with Priority 0, which maps to Queue 0 of the DECN profile. The queue parameters for Queue 0 are: on-offset 4000 kbytes and off-offset 1000 kbytes. The on-offset (4 MB) is greater than the off-offset (1 MB).
Repeatedly execute the following show command during congestion. Focus on the Q-Size (current queue depth in bytes) for the relevant egress queues (q0(E)).
DUT1#sh int counters rate mbps
+-------------------+--------------+-------------+--------------+-------------+
| Interface | Rx mbps | Rx pps | Tx mbps | Tx pps |
+-------------------+--------------+-------------+--------------+-------------+
ethernet3/1 361.48 45185 0.00 0
ethernet11/1 0.00 0 361.44 45179
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q0 (I) 467868 NA NA NA NA
ethernet11/1 q0 (E) 473710 5202206 5202206000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q0 (I) 608584 NA NA NA NA
ethernet11/1 q0 (E) 610870 6318910 6318910000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q0 (I) 692404 NA NA NA NA
ethernet11/1 q0 (E) 698500 7033136 7033136000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q0 (I) 763778 NA NA NA NA
ethernet11/1 q0 (E) 779780 7681954 7681954000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q0 (I) 832358 NA NA NA NA
ethernet11/1 q0 (E) 840740 8170203 8170203000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q0 (I) 900176 NA NA NA NA
ethernet11/1 q0 (E) 908050 8718274 8718274000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 20 1760 0 0
cpu ospf (E) 0 10 900 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q0 (I) 3228848 NA NA NA NA
ethernet11/1 q0 (E) 3235960 27728891 27728891000 0 0
ethernet11/1 mc-q3 (E) 0 11 942 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 20 1760 0 0
cpu ospf (E) 0 10 900 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q0 (I) 3282188 NA NA NA NA
ethernet11/1 q0 (E) 3288030 28162978 28162978000 0 0
ethernet11/1 mc-q3 (E) 0 11 942 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 20 1760 0 0
cpu ospf (E) 0 10 900 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q0 (I) 3336798 NA NA NA NA
ethernet11/1 q0 (E) 3347720 28633276 28633276000 0 0
ethernet11/1 mc-q3 (E) 0 11 942 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 20 1760 0 0
cpu ospf (E) 0 10 900 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q0 (I) 3393948 NA NA NA NA
ethernet11/1 q0 (E) 3401060 29064737 29064737000 0 0
ethernet11/1 mc-q3 (E) 0 11 942 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 20 1760 0 0
cpu ospf (E) 0 10 900 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q0 (I) 3459988 NA NA NA NA
ethernet11/1 q0 (E) 3470910 29632387 29632387000 0 0
ethernet11/1 mc-q3 (E) 0 11 942 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 20 1760 0 0
cpu ospf (E) 0 10 900 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q0 (I) 3517138 NA NA NA NA
ethernet11/1 q0 (E) 3524250 30073593 30073593000 0 0
ethernet11/1 mc-q3 (E) 0 11 942 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DDUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 20 1760 0 0
cpu ospf (E) 0 10 900 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q0 (I) 3790188 NA NA NA NA
ethernet11/1 q0 (E) 3793490 32290068 32290068000 0 0
ethernet11/1 mc-q3 (E) 0 11 942 0 0
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 22 1936 0 0
cpu ospf (E) 0 11 990 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 11 902 0 0
ethernet3/1 pg-q0 (I) 4348734 NA NA NA NA
ethernet11/1 q0 (E) 4359910 36885616 36885616000 0 0
ethernet11/1 mc-q3 (E) 0 12 1028 0 0
DUT1#
DUT1#
DUT1#
DUT1#
DUT1#
DUT1#
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 22 1936 0 0
cpu ospf (E) 0 11 990 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 11 902 0 0
ethernet3/1 pg-q0 (I) 5300218 NA NA NA NA
ethernet11/1 q0 (E) 5304790 44630757 44630757000 0 0
ethernet11/1 mc-q3 (E) 0 12 1028 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 603080
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 22 1936 0 0
cpu ospf (E) 0 11 990 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 11 902 0 0
ethernet3/1 pg-q0 (I) 5351018 NA NA NA NA
ethernet11/1 q0 (E) 5354320 45028376 45028376000 0 0
ethernet11/1 mc-q3 (E) 0 12 1028 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 603080
DUT1#
The ECN bit starts marking from the 5.3MB.
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 22 1936 0 0
cpu ospf (E) 0 11 990 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 11 902 0 0
ethernet3/1 pg-q0 (I) 5391658 NA NA NA NA
ethernet11/1 q0 (E) 5401310 45408708 45408708000 0 0
ethernet11/1 mc-q3 (E) 0 12 1028 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 603080
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 22 1936 0 0
cpu ospf (E) 0 11 990 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 11 902 0 0
ethernet3/1 pg-q0 (I) 5442458 NA NA NA NA
ethernet11/1 q0 (E) 5449570 45787987 45787987000 0 0
ethernet11/1 mc-q3 (E) 0 12 1028 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 603080
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 23 2026 0 0
cpu ospf (E) 0 11 990 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 11 902 0 0
ethernet3/1 pg-q0 (I) 5505958 NA NA NA NA
ethernet11/1 q0 (E) 5510530 46295155 46295155000 0 0
ethernet11/1 mc-q3 (E) 0 13 1114 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 1827063
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 24 2112 0 0
cpu ospf (E) 0 12 1080 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 12 984 0 0
ethernet3/1 pg-q0 (I) 6615938 NA NA NA NA
ethernet11/1 q0 (E) 6621780 55374545 55374545000 0 0
ethernet11/1 mc-q3 (E) 0 13 1114 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 10407354
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 24 2112 0 0
cpu ospf (E) 0 12 1080 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 12 984 0 0
ethernet3/1 pg-q0 (I) 6693154 NA NA NA NA
ethernet11/1 q0 (E) 6708140 56038518 56038518000 0 0
ethernet11/1 mc-q3 (E) 0 13 1114 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 11632937
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 24 2112 0 0
cpu ospf (E) 0 12 1080 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 12 984 0 0
ethernet3/1 pg-q0 (I) 6774688 NA NA NA NA
ethernet11/1 q0 (E) 6784340 56662700 56662700000 0 0
ethernet11/1 mc-q3 (E) 0 13 1114 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 11632937
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 25 2202 0 0
cpu ospf (E) 0 12 1080 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 12 984 0 0
ethernet3/1 pg-q0 (I) 6839458 NA NA NA NA
ethernet11/1 q0 (E) 6846570 57222674 57222674000 0 0
ethernet11/1 mc-q3 (E) 0 14 1200 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 12858460
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 25 2202 0 0
cpu ospf (E) 0 12 1080 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 12 984 0 0
ethernet3/1 pg-q0 (I) 6901688 NA NA NA NA
ethernet11/1 q0 (E) 6915150 57730055 57730055000 0 0
ethernet11/1 mc-q3 (E) 0 14 1200 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 12858460
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 25 2202 0 0
cpu ospf (E) 0 12 1080 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 12 984 0 0
ethernet3/1 pg-q0 (I) 6974078 NA NA NA NA
ethernet11/1 q0 (E) 6982460 58293625 58293625000 0 0
ethernet11/1 mc-q3 (E) 0 14 1200 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 14082242
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 25 2202 0 0
cpu ospf (E) 0 12 1080 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 12 984 0 0
ethernet3/1 pg-q0 (I) 7031228 NA NA NA NA
ethernet11/1 q0 (E) 7038340 58777958 58777958000 0 0
ethernet11/1 mc-q3 (E) 0 14 1200 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 14082242
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 26 2332 0 0
cpu ospf (E) 0 13 1170 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 12 984 0 0
ethernet3/1 pg-q0 (I) 7168134 NA NA NA NA
ethernet11/1 q0 (E) 7172960 59864594 59864594000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 15309267
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 26 2332 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 12 984 0 0
ethernet3/1 pg-q0 (I) 7301738 NA NA NA NA
ethernet11/1 q0 (E) 7315200 60991052 60991052000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 16534053
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 7516368 NA NA NA NA
ethernet11/1 q0 (E) 7523480 62728932 62728932000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 17760196
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 7584948 NA NA NA NA
ethernet11/1 q0 (E) 7589520 63277600 63277600000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 18984683
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 7638288 NA NA NA NA
ethernet11/1 q0 (E) 7646670 63732680 63732680000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 18984683
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 7704328 NA NA NA NA
ethernet11/1 q0 (E) 7717790 64291138 64291138000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 20210552
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 7763764 NA NA NA NA
ethernet11/1 q0 (E) 7777480 64755857 64755857000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 20210552
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 7820914 NA NA NA NA
ethernet11/1 q0 (E) 7825740 65194300 65194300000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 20210552
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 7898384 NA NA NA NA
ethernet11/1 q0 (E) 7901940 65814692 65814692000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 21436610
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 7945374 NA NA NA NA
ethernet11/1 q0 (E) 7954010 66207808 66207808000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 21436610
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 7992364 NA NA NA NA
ethernet11/1 q0 (E) 7994650 66590690 66590690000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 21436610
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8048244 NA NA NA NA
ethernet11/1 q0 (E) 8055610 67053443 67053443000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 22662866
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8105394 NA NA NA NA
ethernet11/1 q0 (E) 8112760 67505535 67505535000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 22662866
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8163814 NA NA NA NA
ethernet11/1 q0 (E) 8171180 68021380 68021380000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 23887051
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8238744 NA NA NA NA
ethernet11/1 q0 (E) 8244840 68610470 68610470000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 23887051
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 14 1256 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8358124 NA NA NA NA
ethernet11/1 q0 (E) 8370570 69596225 69596225000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 25112001
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8407654 NA NA NA NA
ethernet11/1 q0 (E) 8411210 69969844 69969844000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 25112001
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 27 2418 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8454644 NA NA NA NA
ethernet11/1 q0 (E) 8463280 70368735 70368735000 0 0
ethernet11/1 mc-q3 (E) 0 15 1326 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 26338023
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 28 2508 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8504174 NA NA NA NA
ethernet11/1 q0 (E) 8507730 70765972 70765972000 0 0
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 26338023
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 28 2508 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8551164 NA NA NA NA
ethernet11/1 q0 (E) 8555990 71144368 71144368000 0 0
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 26338023
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 28 2508 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8597646 NA NA NA NA
ethernet11/1 q0 (E) 8602980 71547781 71547781000 0 0
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 27563934
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 28 2508 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8652764 NA NA NA NA
ethernet11/1 q0 (E) 8665210 71997342 71997342000 0 0
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 27563934
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 28 2508 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 13 1066 0 0
ethernet3/1 pg-q0 (I) 8709914 NA NA NA NA
ethernet11/1 q0 (E) 8718550 72468888 72468888000 0 0
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 27563934
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 28 2508 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 14 1148 0 0
ethernet3/1 pg-q0 (I) 8772398 NA NA NA NA
ethernet11/1 q0 (E) 8778240 72952445 72952445000 0 0
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 28788659
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 29 2594 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 14 1148 0 0
ethernet3/1 pg-q0 (I) 8821674 NA NA NA NA
ethernet11/1 q0 (E) 8829040 73375762 73375762000 0 0
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 28788659
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 29 2594 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 1 86 0 0
ethernet3/1 mc-q3 (E) 0 14 1148 0 0
ethernet3/1 pg-q0 (I) 8896604 NA NA NA NA
ethernet11/1 q0 (E) 8900160 73998715 73998715000 0 0
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 28788659
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 29 2594 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 2 172 0 0
ethernet3/1 mc-q3 (E) 0 15 1230 0 0
ethernet3/1 pg-q0 (I) 8902954 NA NA NA NA
ethernet11/1 q0 (E) 8905240 74383033 74383033000 32 32000
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 30014796
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 29 2594 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 2 172 0 0
ethernet3/1 mc-q3 (E) 0 15 1230 0 0
ethernet3/1 pg-q0 (I) 8901684 NA NA NA NA
ethernet11/1 q0 (E) 8906510 74780865 74780865000 32 32000
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 30014796
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 29 2594 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 2 172 0 0
ethernet3/1 mc-q3 (E) 0 15 1230 0 0
ethernet3/1 pg-q0 (I) 8901684 NA NA NA NA
ethernet11/1 q0 (E) 8906510 75327220 75327220000 32 32000
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 31238517
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 29 2594 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 2 172 0 0
ethernet3/1 mc-q3 (E) 0 15 1230 0 0
ethernet3/1 pg-q0 (I) 8897874 NA NA NA NA
ethernet11/1 q0 (E) 8906510 75757960 75757960000 150 150000
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 31238517
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 29 2594 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 2 172 0 0
ethernet3/1 mc-q3 (E) 0 15 1230 0 0
ethernet3/1 pg-q0 (I) 8904224 NA NA NA NA
ethernet11/1 q0 (E) 8901430 76800871 76800871000 269 269000
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 32464885
DUT1#
DUT1#
DUT1#
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 29 2594 0 0
cpu ospf (E) 0 15 1346 0 0
cpu arp (E) 0 2 172 0 0
ethernet3/1 mc-q3 (E) 0 15 1230 0 0
ethernet3/1 pg-q0 (I) 8904224 NA NA NA NA
ethernet11/1 q0 (E) 8900160 80133567 80133567000 505 505000
ethernet11/1 mc-q3 (E) 0 16 1412 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 36142406
DUT1#
The ECN marking started at 4.9 MB, this suggests the system's dynamic calculation or effective buffer space led to ECN marking somewhere between the on-offset (4 MB) and the full buffer capacity (which must be greater than 5.3 MB). The drops confirm the queue eventually exceeded its maximum ECN marking threshold and hit the drop threshold (likely the maximum queue depth).
Scenario 2: Traffic Sent with Priority 3
In this scenario, traffic is sent with Priority 3, which maps to Queue 3 of the DECN profile. The queue parameters for Queue 3 are: on-offset 5,000,000 bytes (5 MB) and off-offset 6,000,000 bytes (6 MB). The off-offset is greater than the on-offset.
Verify that the D-ECN profile DECN has been created with the intended on-offset and off-offset values for specific queues.
DUT1#sh qos-profile egress-dynamic-ecn all
qos profile egress-dynamic-ecn DECN
queue 0 on-offset 4000 off-offset 1000 kbytes
queue 1 on-offset 5000000 off-offset 2000000 bytes
queue 2 on-offset 4000 off-offset 5000 kbytes
queue 3 on-offset 5000000 off-offset 6000000 bytes
queue 4 on-offset 5000 off-offset 10000 kbytes
queue 5 on-offset 3000000 off-offset 12000000 bytes
!
Repeatedly execute the following show command during congestion. Focus on the Q-Size (current queue depth in bytes) for the relevant egress queues (q3(E)).
DUT1#sh int counters rate mbps
+-------------------+--------------+-------------+--------------+-------------+
| Interface | Rx mbps | Rx pps | Tx mbps | Tx pps |
+-------------------+--------------+-------------+--------------+-------------+
DUT1#
DUT1#
DUT1#
DUT1#sh int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 3 262 0 0
cpu ospf (E) 0 1 90 0 0
ethernet3/1 mc-q3 (E) 0 2 164 0 0
ethernet11/1 mc-q3 (E) 0 1 86 0 0
DUT1#
DUT1#sh int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#sh int counters drop-stats
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 7 614 0 0
cpu ospf (E) 0 3 270 0 0
cpu arp (E) 0 1 68 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 4 328 0 0
ethernet3/1 pg-q3 (I) 162814 NA NA NA NA
ethernet11/1 q3 (E) 171450 2734867 2734867000 0 0
ethernet11/1 mc-q3 (E) 0 3 258 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
-----------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 9 790 0 0
cpu ospf (E) 0 4 360 0 0
cpu arp (E) 0 1 68 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 5 410 0 0
ethernet3/1 pg-q3 (I) 1717294 NA NA NA NA
ethernet11/1 q3 (E) 1720850 15403857 15403857000 0 0
ethernet11/1 mc-q3 (E) 0 4 344 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 9 790 0 0
cpu ospf (E) 0 4 360 0 0
cpu arp (E) 0 1 68 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 5 410 0 0
ethernet3/1 pg-q3 (I) 1768094 NA NA NA NA
ethernet11/1 q3 (E) 1776730 15815800 15815800000 0 0
ethernet11/1 mc-q3 (E) 0 4 344 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 9 790 0 0
cpu ospf (E) 0 4 360 0 0
cpu arp (E) 0 1 68 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 5 410 0 0
ethernet3/1 pg-q3 (I) 1815084 NA NA NA NA
ethernet11/1 q3 (E) 1827530 16223716 16223716000 0 0
ethernet11/1 mc-q3 (E) 0 4 344 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 9 790 0 0
cpu ospf (E) 0 4 360 0 0
cpu arp (E) 0 1 68 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 5 410 0 0
ethernet3/1 pg-q3 (I) 1865884 NA NA NA NA
ethernet11/1 q3 (E) 1874520 16652934 16652934000 0 0
ethernet11/1 mc-q3 (E) 0 4 344 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 9 790 0 0
cpu ospf (E) 0 4 360 0 0
cpu arp (E) 0 1 68 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 5 410 0 0
ethernet3/1 pg-q3 (I) 1919224 NA NA NA NA
ethernet11/1 q3 (E) 1927860 17056967 17056967000 0 0
ethernet11/1 mc-q3 (E) 0 4 344 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 9 790 0 0
cpu ospf (E) 0 4 360 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 5 410 0 0
ethernet3/1 pg-q3 (I) 2371344 NA NA NA NA
ethernet11/1 q3 (E) 2379980 20747961 20747961000 0 0
ethernet11/1 mc-q3 (E) 0 5 426 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 9 790 0 0
cpu ospf (E) 0 4 360 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 5 410 0 0
ethernet3/1 pg-q3 (I) 2418334 NA NA NA NA
ethernet11/1 q3 (E) 2425700 21150485 21150485000 0 0
ethernet11/1 mc-q3 (E) 0 6 512 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 10 880 0 0
cpu ospf (E) 0 4 360 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 5 410 0 0
ethernet3/1 pg-q3 (I) 2470404 NA NA NA NA
ethernet11/1 q3 (E) 2481580 21586976 21586976000 0 0
ethernet11/1 mc-q3 (E) 0 6 512 0 0
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 12 1056 0 0
cpu ospf (E) 0 6 540 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 6 492 0 0
ethernet3/1 pg-q3 (I) 4038854 NA NA NA NA
ethernet11/1 q3 (E) 4047490 34346942 34346942000 0 0
ethernet11/1 mc-q3 (E) 0 7 598 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 12 1056 0 0
cpu ospf (E) 0 6 540 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 6 492 0 0
ethernet3/1 pg-q3 (I) 4084574 NA NA NA NA
ethernet11/1 q3 (E) 4090670 34751620 34751620000 0 0
ethernet11/1 mc-q3 (E) 0 7 598 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 12 1056 0 0
cpu ospf (E) 0 6 540 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 6 492 0 0
ethernet3/1 pg-q3 (I) 4135374 NA NA NA NA
ethernet11/1 q3 (E) 4144010 35144895 35144895000 0 0
ethernet11/1 mc-q3 (E) 0 7 598 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 12 1056 0 0
cpu ospf (E) 0 6 540 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 6 492 0 0
ethernet3/1 pg-q3 (I) 4178554 NA NA NA NA
ethernet11/1 q3 (E) 4192270 35540317 35540317000 0 0
ethernet11/1 mc-q3 (E) 0 7 598 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 12 1056 0 0
cpu ospf (E) 0 6 540 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 6 492 0 0
ethernet3/1 pg-q3 (I) 4225544 NA NA NA NA
ethernet11/1 q3 (E) 4240530 35925450 35925450000 0 0
ethernet11/1 mc-q3 (E) 0 7 598 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 12 1056 0 0
cpu ospf (E) 0 6 540 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 6 492 0 0
ethernet3/1 pg-q3 (I) 4278884 NA NA NA NA
ethernet11/1 q3 (E) 4288790 36324390 36324390000 0 0
ethernet11/1 mc-q3 (E) 0 7 598 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 12 1056 0 0
cpu ospf (E) 0 6 540 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 6 492 0 0
ethernet3/1 pg-q3 (I) 4324604 NA NA NA NA
ethernet11/1 q3 (E) 4335780 36725380 36725380000 0 0
ethernet11/1 mc-q3 (E) 0 7 598 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 13 1142 0 0
cpu ospf (E) 0 6 540 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 7 574 0 0
ethernet3/1 pg-q3 (I) 4374134 NA NA NA NA
ethernet11/1 q3 (E) 4386580 37131835 37131835000 0 0
ethernet11/1 mc-q3 (E) 0 7 598 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 13 1142 0 0
cpu ospf (E) 0 6 540 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 7 574 0 0
ethernet3/1 pg-q3 (I) 4426204 NA NA NA NA
ethernet11/1 q3 (E) 4436110 37544472 37544472000 0 0
ethernet11/1 mc-q3 (E) 0 7 598 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 13 1142 0 0
cpu ospf (E) 0 6 540 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 7 574 0 0
ethernet3/1 pg-q3 (I) 4471924 NA NA NA NA
ethernet11/1 q3 (E) 4484370 37944866 37944866000 0 0
ethernet11/1 mc-q3 (E) 0 7 598 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 13 1142 0 0
cpu ospf (E) 0 6 540 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 7 574 0 0
ethernet3/1 pg-q3 (I) 5176266 NA NA NA NA
ethernet11/1 q3 (E) 5189220 43662200 43662200000 0 0
ethernet11/1 mc-q3 (E) 0 7 598 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 14 1232 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 7 574 0 0
ethernet3/1 pg-q3 (I) 5532374 NA NA NA NA
ethernet11/1 q3 (E) 5539740 46589865 46589865000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 14 1232 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 7 574 0 0
ethernet3/1 pg-q3 (I) 5579364 NA NA NA NA
ethernet11/1 q3 (E) 5593080 46978497 46978497000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 14 1232 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 7 574 0 0
ethernet3/1 pg-q3 (I) 5632704 NA NA NA NA
ethernet11/1 q3 (E) 5641340 47413278 47413278000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 14 1232 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 7 574 0 0
ethernet3/1 pg-q3 (I) 5691124 NA NA NA NA
ethernet11/1 q3 (E) 5693410 47839095 47839095000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 5739384 NA NA NA NA
ethernet11/1 q3 (E) 5749290 48244010 48244010000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 5797804 NA NA NA NA
ethernet11/1 q3 (E) 5803900 48705431 48705431000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 5847334 NA NA NA NA
ethernet11/1 q3 (E) 5849620 49114106 49114106000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 5896864 NA NA NA NA
ethernet11/1 q3 (E) 5905500 49568426 49568426000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 5950204 NA NA NA NA
ethernet11/1 q3 (E) 5960110 49975592 49975592000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6001004 NA NA NA NA
ethernet11/1 q3 (E) 6008370 50381591 50381591000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6049264 NA NA NA NA
ethernet11/1 q3 (E) 6054090 50775924 50775924000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 358374
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6097524 NA NA NA NA
ethernet11/1 q3 (E) 6101080 51176001 51176001000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 358374
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6147054 NA NA NA NA
ethernet11/1 q3 (E) 6154420 51600218 51600218000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 358374
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6195314 NA NA NA NA
ethernet11/1 q3 (E) 6207760 52009715 52009715000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 1583949
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6248654 NA NA NA NA
ethernet11/1 q3 (E) 6252210 52409416 52409416000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 1583949
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6296914 NA NA NA NA
ethernet11/1 q3 (E) 6310630 52849253 52849253000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 2808676
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6352794 NA NA NA NA
ethernet11/1 q3 (E) 6358890 53272904 53272904000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 2808676
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6399784 NA NA NA NA
ethernet11/1 q3 (E) 6413500 53693500 53693500000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 2808676
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6458204 NA NA NA NA
ethernet11/1 q3 (E) 6464300 54107543 54107543000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 4035567
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6503924 NA NA NA NA
ethernet11/1 q3 (E) 6517640 54527506 54527506000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 4035567
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6559804 NA NA NA NA
ethernet11/1 q3 (E) 6569710 54945687 54945687000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 4035567
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6608064 NA NA NA NA
ethernet11/1 q3 (E) 6619240 55357831 55357831000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 5260967
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6657594 NA NA NA NA
ethernet11/1 q3 (E) 6667500 55771959 55771959000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 5260967
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6712204 NA NA NA NA
ethernet11/1 q3 (E) 6728460 56234706 56234706000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 5260967
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6770624 NA NA NA NA
ethernet11/1 q3 (E) 6774180 56665032 56665032000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 6485321
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6818884 NA NA NA NA
ethernet11/1 q3 (E) 6828790 57082415 57082415000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 6485321
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6872224 NA NA NA NA
ethernet11/1 q3 (E) 6877050 57495016 57495016000 0 0
ethernet11/1 mc-q3 (E) 0 8 684 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 6485321
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 15 1318 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6917944 NA NA NA NA
ethernet11/1 q3 (E) 6925310 57905128 57905128000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 7711568
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 7 630 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 6971284 NA NA NA NA
ethernet11/1 q3 (E) 6976110 58318739 58318739000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 7711568
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 7017004 NA NA NA NA
ethernet11/1 q3 (E) 7027418 58704985 58704985000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 7711568
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 7067804 NA NA NA NA
ethernet11/1 q3 (E) 7075170 59119204 59119204000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 8935836
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 7118604 NA NA NA NA
ethernet11/1 q3 (E) 7124700 59534683 59534683000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 8935836
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 7168134 NA NA NA NA
ethernet11/1 q3 (E) 7174230 59929345 59929345000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 8935836
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 7216394 NA NA NA NA
ethernet11/1 q3 (E) 7221220 60312092 60312092000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 10162022
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 7265924 NA NA NA NA
ethernet11/1 q3 (E) 7280910 60751844 60751844000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 10162022
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 7321804 NA NA NA NA
ethernet11/1 q3 (E) 7327900 61172398 61172398000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 10162022
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 16 1408 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 8 656 0 0
ethernet3/1 pg-q3 (I) 7368794 NA NA NA NA
ethernet11/1 q3 (E) 7378700 61551811 61551811000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 11387653
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 17 1494 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 9 738 0 0
ethernet3/1 pg-q3 (I) 7420864 NA NA NA NA
ethernet11/1 q3 (E) 7426960 61967600 61967600000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 11387653
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 17 1494 0 0
cpu ospf (E) 0 8 720 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 9 738 0 0
ethernet3/1 pg-q3 (I) 7469124 NA NA NA NA
ethernet11/1 q3 (E) 7486650 62428120 62428120000 0 0
ethernet11/1 mc-q3 (E) 0 9 770 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 11387653
DUT1#
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 19 1670 0 0
cpu ospf (E) 0 9 810 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q3 (I) 8897874 NA NA NA NA
ethernet11/1 q3 (E) 8902700 76261118 76261118000 116 116000
ethernet11/1 mc-q3 (E) 0 10 856 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 26093802
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 19 1670 0 0
cpu ospf (E) 0 9 810 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q3 (I) 8897874 NA NA NA NA
ethernet11/1 q3 (E) 8907780 76897331 76897331000 234 234000
ethernet11/1 mc-q3 (E) 0 10 856 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 26093802
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 19 1670 0 0
cpu ospf (E) 0 9 810 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q3 (I) 8899144 NA NA NA NA
ethernet11/1 q3 (E) 8905240 77967301 77967301000 352 352000
ethernet11/1 mc-q3 (E) 0 10 856 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 27319501
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 19 1670 0 0
cpu ospf (E) 0 9 810 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q3 (I) 8902954 NA NA NA NA
ethernet11/1 q3 (E) 8903970 78799470 78799470000 352 352000
ethernet11/1 mc-q3 (E) 0 10 856 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 28544865
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 19 1670 0 0
cpu ospf (E) 0 9 810 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q3 (I) 8900414 NA NA NA NA
ethernet11/1 q3 (E) 8901430 79381642 79381642000 470 470000
ethernet11/1 mc-q3 (E) 0 10 856 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 28544865
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 19 1670 0 0
cpu ospf (E) 0 9 810 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q3 (I) 8902954 NA NA NA NA
ethernet11/1 q3 (E) 8902700 80251342 80251342000 588 588000
ethernet11/1 mc-q3 (E) 0 10 856 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 29770381
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 19 1670 0 0
cpu ospf (E) 0 9 810 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q3 (I) 8900414 NA NA NA NA
ethernet11/1 q3 (E) 8902700 81034557 81034557000 588 588000
ethernet11/1 mc-q3 (E) 0 10 856 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 29770381
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 19 1670 0 0
cpu ospf (E) 0 9 810 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q3 (I) 8900414 NA NA NA NA
ethernet11/1 q3 (E) 8900160 81746163 81746163000 707 707000
ethernet11/1 mc-q3 (E) 0 10 856 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 30995866
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 19 1670 0 0
cpu ospf (E) 0 10 900 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q3 (I) 8896604 NA NA NA NA
ethernet11/1 q3 (E) 8901430 82396091 82396091000 707 707000
ethernet11/1 mc-q3 (E) 0 10 856 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 32220671
DUT1#
DUT1#
DUT1#show int counters queue-stats
E - Egress, I - Ingress, Q-Size is in bytes
* indicates monitor is active
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
| Interface | Queue/Class-map | Q-Size | Tx pkts | Tx bytes | Dropped pkts | Dropped bytes |
+------------------+---------------------+-------------------+-----------------+-------------------+-----------------+-------------------+
cpu ipmc-reserved (E) 0 20 1760 0 0
cpu ospf (E) 0 10 900 0 0
cpu arp (E) 0 2 154 0 0
ethernet3/1 q7 (E) 0 1 64 0 0
ethernet3/1 mc-q3 (E) 0 10 820 0 0
ethernet3/1 pg-q3 (I) 8900414 NA NA NA NA
ethernet11/1 q3 (E) 8902700 83211870 83211870000 825 825000
ethernet11/1 mc-q3 (E) 0 11 942 0 0
DUT1#
DUT1#
DUT1#show int counters ecn
+------------------+----------------------+
| Interface | ECN marked packets |
+------------------+----------------------+
ethernet11/1 32220671
DUT1#
DUT1#
DUT1#sh int counters rate mbps
+-------------------+--------------+-------------+--------------+-------------+
| Interface | Rx mbps | Rx pps | Tx mbps | Tx pps |
+-------------------+--------------+-------------+--------------+-------------+
ethernet3/1 9804.80 1225599 0.00 0
ethernet11/1 0.00 0 9803.85 1225481
DUT1#
DUT1#sh int counters rate mbps
+-------------------+--------------+-------------+--------------+-------------+
| Interface | Rx mbps | Rx pps | Tx mbps | Tx pps |
+-------------------+--------------+-------------+--------------+-------------+
ethernet3/1 9804.80 1225599 0.00 0
ethernet11/1 0.00 0 9803.85 1225481
DUT1#
DUT1#
DUT1#sh int counters rate mbps
+-------------------+--------------+-------------+--------------+-------------+
| Interface | Rx mbps | Rx pps | Tx mbps | Tx pps |
+-------------------+--------------+-------------+--------------+-------------+
ethernet3/1 9804.80 1225599 0.00 0
ethernet11/1 0.00 0 9803.85 1225481
DUT1#
DUT1#
DUT1#sh int counters drop-stats
Interface ethernet11/1
Tx Unicast Queue Drops: 1652
DUT1#
DUT1#sh int counters drop-stats
Interface ethernet11/1
Tx Unicast Queue Drops: 1770
DUT1#
DUT1#
DUT1#sh int counters drop-stats
Interface ethernet11/1
Tx Unicast Queue Drops: 1888
DUT1#
DUT1#
DUT1#sh int counters drop-stats
Interface ethernet11/1
Tx Unicast Queue Drops: 2007
DUT1#
DUT1#
DUT1#sh int counters drop-stats
Interface ethernet11/1
Tx Unicast Queue Drops: 2125
DUT1#
DUT1#
DUT1#sh policy-map interface ethernet11/1
Interface ethernet11/1
Type Queuing policy-map : default-out-policy
Service-policy (queuing) output: default-out-policy
Interface Bandwidth 100000000 kbps
Port Shaper 9803 mbps
-----------------------------------
Class-map (queuing): q0
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q1
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q2
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q3
priority
output : 103031224 packets, 103031224000 bytes
dropped : 2716 packets, 2716000 bytes
Class-map (queuing): q4
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q5
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q6
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q7
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): mc-q0
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): mc-q1
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): mc-q2
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): mc-q3
output : 12 packets, 1028 bytes
dropped : 0 packets, 0 bytes
Wred/Tail Drop Statistics :
----------------------
green : 0 packets
yellow : 0 packets
red : 0 packets
ecn : 51828361 packets
DUT1#sh policy-map interface ethernet11/1
Interface ethernet11/1
Type Queuing policy-map : default-out-policy
Service-policy (queuing) output: default-out-policy
Interface Bandwidth 100000000 kbps
Port Shaper 9803 mbps
-----------------------------------
Class-map (queuing): q0
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q1
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q2
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q3
priority
output : 106358809 packets, 106358809000 bytes
dropped : 3070 packets, 3070000 bytes
Class-map (queuing): q4
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q5
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q6
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): q7
priority
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): mc-q0
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): mc-q1
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): mc-q2
output : 0 packets, 0 bytes
dropped : 0 packets, 0 bytes
Class-map (queuing): mc-q3
output : 13 packets, 1114 bytes
dropped : 0 packets, 0 bytes
Wred/Tail Drop Statistics :
----------------------
green : 0 packets
yellow : 0 packets
red : 0 packets
ecn : 55504842 packets
DUT1#
Implementation Examples
Here's a real-time example illustrating how Dynamic ECN (D-ECN) functions:
Example:
Traffic enters Switch1 on interface xe0 and is destined out of interface xe11.The D-ECN profile EG1 is applied to the egress interface xe1. Profile EG1 configures queue 3 with an on-offset of 7000 bytes and an off-offset of 8000 bytes.
qos enable
!
OcNOS(config-pmap-que-def)#int xe1
OcNOS(config-if)#qos map-profile egress-dynamic-ecn EG1
OcNOS(config-eg-dynamic-ecn-map)#queue 3 on-offset 70000 off-offset 8000 bytes
Scenario:
A burst of traffic arrives at xe0, destined for xe1, and this traffic maps to egress queue 3. The egress interface xe1 starts experiencing congestion, causing packets to build up in queue 3.
The shared buffer usage for queue 3 on interface xe1 begins to increase due to the congestion.
OcNOS(config)#policy-map type queuing default p3
OcNOS(config-pmap-que-def)#class type queuing default q3
OcNOS(config-pmap-c-que-def)#random-detect min-threshold 50 max-threshold 80 kbytes
The switch continuously compares the current shared buffer usage for queue 3 against the D-ECN threshold. This threshold is calculated as Queue's shared limit – D-ECN-Offset (where D-ECN-Offset is the on-offset value) . In this case, it's Queue's shared limit – 7000 bytes.
When the shared buffer usage for queue 3 reaches or exceeds (Queue's shared limit – 7000 bytes), the D-ECN mechanism signals the switch to start marking the ECN field (setting the CE codepoint) in the IP header of subsequent packets exiting queue 3 on interface xe1. Packets are marked, not dropped.
ECN-capable receiving endpoints detect the CE marking and signal congestion back to the sender. The sender then reduces its transmission rate, helping to alleviate the congestion on Switch1's egress queue 3.
As the sender reduces its rate, the buffer usage for queue 3 decreases. Once the usage drops below the deactivation threshold (calculated as Queue's shared limit – off-offset, or Queue's shared limit – 8000 bytes), the switch stops marking packets for queue 3. The slightly larger off-offset provides hysteresis, preventing rapid on/off marking if the queue usage fluctuates near the on-offset threshold.
Congestion is signaled dynamically based on shared buffer pressure before potential packet drops occur, allowing endpoints to react proactively. The on-offset and off-offset provide precise control over when marking starts and stops, tailored to buffer conditions.
New CLI Commands
The feature introduces the following configuration commands.
qos profile egress-dynamic-ecn
Use this command to set the queue mapping for egress dynamic ECN profile.
Use the no form of this command delete the profile.
Use
qos map-profile to map the profile on interface.
Command Syntax
qos profile egress-dynamic-ecn <NAME> queue <0-7> on-offset <1-266338050> off-offset <1-266338050> (packets | bytes | kbytes)
no qos profile egress-dynamic-ecn <NAME> no queue <0-7>
Parameters
Name
The profile name to be created.
queue <0-7>
The queue value.
on-offset <1-266338050>
ON-offset value
off-offset <1-266338050>
OFF-offset value
(packets | bytes | kbytes)
Offset units
Default
By default, "default" profile is created for all the profile types. These profiles can only be updated by the user neither be created nor be destroyed.
Command Mode
config-eg-dynamic-ecn-map
Applicability
This command was introduced in OcNOS version 7.0.0.
This command applies only to the Tomahawk 5 (TH5) platforms.
Example
To create a new profile:
#configure terminal
(config)#qos profile egress-dynamic-ecn egr-dyn-ecn-map
(config-egress-prec-map)#queue 1 on-offset 7000 off-offset 9000 bytes
(config)#interface xe2
(config-if)#qos map-profile egress-dynamic-ecn egr-dyn-ecn-map
To create Dynamic-ECN profile
OcNOS(config)#qos profile egress-dynamic-ecn eg1
To delete D-ECN thresholds mapping for each queue in the profile.
OcNOS(config)#no qos profile egress-dynamic-ecn eg1
To attach a D-ECN profile on an interface
(config)#qos profile egress-dynamic-ecn egr-dyn-ecn-map
(config-eg-dynamic-ecn-map)#queue 1 on-offset 20 off-offset 50 packets
(config)#qos profile egress-dynamic-ecn egr-dyn-ecn-map
(config-egress-prec-map)#queue 1 on-offset 7000 off-offset 9000 bytes
(config)#interface xe2
(config-if)#qos map-profile egress-dynamic-ecn egr-dyn-ecn-map
OcNOS(config)#end
Simultaneously supporting Static and D-ECN profile on an interface. Static-ECN is via WRED ECN marking. The final marking is the logical OR of the two ECN features.
OcNOS(config)#qos profile egress-dynamic-ecn egr-dyn-ecn-map
OcNOS(config-eg-dynamic-ecn-map)#queue 2 on-offset 70000 off-offset 90000 bytes
Existing CLI Commands
The following two CLIs are modified to include egress-dynamic-ecn attribute.
• qos map-profile - Updated to attach or detach an egress dynamic ECN profile to and from an interface. .
qos map-profile
Use this command to attach (map) a profile to an interface.
Use the no form of this command to remove a profile.
Command Syntax
qos map-profile (cos-to-queue | dscp-to-queue | queue-color-to-cos | queue-color-to-dscp | precedence-to-queue | queue-to-precedence | ingress-pg-map | egress-dynamic-ecn) NAME
no qos map-profile (cos-to-queue | dscp-to-queue | queue-color-to-cos | queue-color-to-dscp| precedence-to-queue | queue-to-precedence | ingress-pg-map | egress-dynamic-ecn) NAME
Parameters
egress-dynamic-ecn
Profile for egress dynamic ECN map
Default
No default D-ECN profile.
Command Mode
Interface modes
Applicability
The egress-dynamic-ecn option is added in OcNOS version 7.0.0. It applies only for Tomahawk 5 (TH5) platforms.
Example
To create a D-ECN profile EG1 is to the egress interface xe1.
OcNOS(config-pmap-que-def)#int xe1
OcNOS(config-if)#qos map-profile egress-dynamic-ecn EG1
OcNOS(config-eg-dynamic-ecn-map)#queue 3 on-offset 70000 off-offset 8000 bytes
show qos-profile
Use this command to show the all configured QoS profiles configurations like type, name, maps configured except for the default maps, attached info (to how many interfaces it is attached) etc,
Command Syntax
show qos-profile (type (cos-to-queue | dscp-encap | dscp-to-dscp | dscp-to-queue | exp-to-queue | queue-to-exp | precedence-to-precedence | precedence-to-queue | queue-color-to-cos |ingress-pg-map | egress-dynamic-ecn
)(interface NAME| all)
Parameters
egress-dynamic-ecn
Specify the profile for egress dynamic ECN map
Command Mode
Privileged exec
Configuration Mode
Interface Mode
Applicability
The egress-dynamic-ecn option is added in OcNOS version 7.0.0. It applies only for Tomahawk 5 (TH5) platforms.
Examples
To display the Dynamic-ECN profile mapping deatils:
OcNOS#sh qos-profile egress-dynamic-ecn all
qos profile egress-dynamic-ecn eg1
queue 2 on-offset 70000 off-offset 90000 bytes
queue 3 on-offset 100 off-offset 200 kbytes
queue 6 on-offset 40 off-offset 50 kbytes
!
OcNOS#show qos-profile egress-dynamic-ecn interface ethernet1
profile name: eg1
mapping:
queue 2 on-offset 70000 off-offset 90000 bytes
queue 3 on-offset 100 off-offset 200 kbytes
queue 6 on-offset 40 off-offset 50 kbytes
Troubleshooting
Following are some of the commands used for troubleshooting:
show interface (IFNAME|) counters (active|)
show interface (IFNAME|) counters rate (kbps|mbps|gbps|)
show interface (IFNAME|) counters error-stats
show interface (IFNAME|) counters protocol
show interface (IFNAME|) counters queue-stats
show interface cpu counters queue-stats
show interface cpu counters
show class-map (type (qos|queuing)|) (NAME|)
show policy-map statistics type qos
show priority-flow-control deadlock-status [ IFNAME ]
show qos-profile egress-dynamic-ecn all
Glossary
The following table provides definitions for key terms or abbreviations and their meanings used throughout this document:
Key Terms/Acronym | Description |
S-ECN | Static Explicit Congestion Notification |
D-ECN | Dynamic Explicit Congestion Notification |