- Written by Ronish Kalia
- Posted on 1月 21, 2019
- Updated on 1月 23, 2019
- 12881 Views
Explicit Congestion Notification (ECN) is an extension to the Internet Protocol and to the Transmission Control
- Written by Harish Prabhu
- Posted on 4月 18, 2022
- Updated on 6月 2, 2022
- 10342 Views
This feature introduces a new CLI command which disables the above-mentioned propagation of DSCP and ECN bits from the outer IP header.
- Written by Harish Prabhu
- Posted on 8月 31, 2023
- Updated on 2月 28, 2025
- 8938 Views
By default, the DSCP and ECN bits of VXLAN bridged packets are not rewritten. Currently, for bridged packets undergoing VXLAN encapsulation, the DSCP in the outer IP header is derived from TC and the ECN bits are set to zero. The desired behavior is that the outer IP header should be remarked with ingress packet DSCP and ingress packet ECN. Also, local congestion should be handled correctly.
- Written by Anthony
- Posted on 12月 24, 2024
- Updated on 12月 24, 2024
- 3387 Views
Dynamic Explicit Congestion Notification (D-ECN) configures an ECN marking threshold that changes dynamically based on a transmit queue’s available shared buffers. A D-ECN offset and D-ECN floor is configured per unicast transmit queue which defines how the ECN marking threshold will change as the queue’s shared buffer limit changes.
- Written by Zhong Xu
- Posted on 10月 9, 2018
- Updated on 9月 5, 2019
- 12047 Views
This feature supports counting ECN marked packets on a per egress port per tx queue basis. The
- Written by Tanuj Kumar Jhamb
- Posted on 7月 2, 2024
- Updated on 11月 4, 2025
- 5223 Views
ECN (Explicit Congestion Notification) is a mechanism of notifying network congestion without dropping the packets. The ECN based network congestion notification can be done in two ways: queue-length based ECN, latency based ECN. The queue-length based ECN marks the ECN-Capable Transport (ECT) packets when the average VOQ length exceeds the configured ECN threshold value whereas latency based ECN notify the congestion by marking the ECT packets, if packets take longer than the configured threshold to get dequeued from the VOQ. Both result in the egress marking of the packet if the congestion experienced is beyond the threshold.
