wfIpTosTemplateRxMapping
1.3.6.1.4.1.18.3.5.3.2.1.33.1.5
RxMapping controls the mapping of the ToS/DS byte to an
internal service class (ISC). It consists of a list of
(pattern, mask, ISC, DP) tuples. If the ToS byte contains
the indicated pattern after being bit-wise ANDed with the
mask, then the packet will be given the specified ISC.
Each tuple is represented by four octets: one each for
pattern, mask, and ISC, and DP in that order. e.g. for
these two tuples of (pattern, mask, ISC, DP):
(0x24, 0x7f, 5, 0) and
(0x36, 0x7f, 2, 0)
the octet string would have a length of eight and contain:
0x24, 0x7f, 0x05, 0x00, 0x36, 0x7f, 0x02, 0x00
Values greater than 7 for the ISC octet are reserved, as
are values greater than 1 for the DP octet