Understanding the Configuration:
The provided configuration and output snippets show how traffic is classified and assigned to different forwarding classes based on the IP precedence values.
The inet-precedence classifier maps specific IP precedence values to forwarding classes with associated loss priorities.
Review of Classifiers:
IP Precedence Value 100:
Matching with Classifiers:
classifiers {
inet-precedence cos;
}
forwarding-class expedited-forwarding;
loss-priority low code-points 100;
[Reference:, Exhibit Information:, The snippets provided show the relevant classifier configuration that directly maps 100 to the expedited-forwarding class:, plaintext, Copy code, forwarding-class expedited-forwarding;, loss-priority low code-points 100;, Thus, based on the provided configurations and classifier mappings, traffic with the IP precedence value of 100 will use the expedited-forwarding queue., ]
Submit