|
Description:
|
hwDscpListMapToDscp2 OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (16))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"This leaf is a string of 16 bytes. Every two bytes (16 bits) indicate an DSCP.
The 16 bytes represent DSCPs 16 to 23 (from the left to the right) of a DSCP mapping.
The structure is as follows:
----------------------------------------------------
| 15 | 14-12 | 11-6 | 5-0 |
----------------------------------------------------
| flag | reserved | yellow | green-and-yellow |
| | | | or green |
----------------------------------------------------
Bit 15: indicates the color type.
0: Bits 0-5 indicate the DSCP of yellow and green packets and bits 6-11 are ignored.
1: Bits 0-5 indicate the DSCP of green packets and bits 6-11 indicate the DSCP of yellow packets.
Bits 12-14 are reserved and always set to 0. Value 1 is invalid.
Bits 0-5: When bit 15 is 0, bits 0-5 indicate the DSCP of yellow and green packets;
when bit 15 is 1, bits 0-5 indicate the DSCP of green packets and bits 6-11 indicate the DSCP of yellow packets.
Bits 6-11: When bit 15 is 0, bits 6-11 are invalid. When bit 15 is 1, bits 6-11 indicate the DSCP of yellow packets."
|
|
|