Cid11QosTrafficCategory

  • Base type Enumeration

This is the 802.1D IP traffic category. There are a total of 8 categories. Each category can be mapped to a 802.1P priority level of IP packets. The priority levels are implemented using the Precedence Bits in the IP packets. The default priority levels start from 'background', the lowest, to the highest, 'networkControl': background(1) - background traffic (lowest priority) spare(2) - spare traffic (2nd lowest) bestEffort(0) - best effort delivery (this is the default type for all traffic) excellentEffort(3) - execellent effect controlledLoad(4) - controlled load interactiveVideo(5) - video traffic interactiveVoice(6) - voice traffic networkControl(7) - network control packets (highest).

Possible values

8 objects
Number Name
0 bestEffort
1 background
2 spare
3 excellentEffort
4 controlledLoad
5 interactiveVideo
6 interactiveVoice
7 networkControl