Force 300-25 MCS OIDs

Trying to get a handle on the correct OIDs to use for uplink and downlink MCS rates on the new 300-25. I either get a number that is in the 30's with the old OIDs or a 0 with the new OIDs.  What should I use to monitor these?

Hi,

The same OID is used both for .11n and .11ac products.
Values for .11ac products are mapped as the following:

cambiumSTAUplinkMCSMode OBJECT-TYPE
SYNTAX Integer32 (1..7|9..15|20..29|30..39)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"UL MCS Mode:
1 for MCS1,
2 for MCS2,
3 for MCS3,
4 for MCS4,
5 for MCS5,
6 for MCS6,
7 for MCS7,
9 for MCS9,
10 for MCS10,
11 for MCS11,
12 for MCS12,
13 for MCS13,
14 for MCS14,
15 for MCS15,

(Values in brackets represent IEEE 802.11ac rate codes)

20 (0x80) for 'SS MCS 0 - BPSK 1/2',
21 (0x81) for 'SS MCS 1 - QPSK 1/2',
22 (0x82) for 'SS MCS 2 - QPSK 3/4',
23 (0x83) for 'SS MCS 3 - 16-QAM 1/2',
24 (0x84) for 'SS MCS 4 - 16-QAM 3/4',
25 (0x85) for 'SS MCS 5 - 64-QAM 2/3',
26 (0x86) for 'SS MCS 6 - 64-QAM 3/4',
27 (0x87) for 'SS MCS 7 - 64-QAM 5/6',
28 (0x88) for 'SS MCS 8 - 256-QAM 3/4',
29 (0x89) for 'SS MCS 9 - 256-QAM 5/6',

30 (0xd0) for 'DS MCS 0 - BPSK 1/2',
31 (0xd1) for 'DS MCS 1 - QPSK 1/2',
32 (0xd2) for 'DS MCS 2 - QPSK 3/4',
33 (0xd3) for 'DS MCS 3 - 16-QAM 1/2',
34 (0xd4) for 'DS MCS 4 - 16-QAM 3/4',
35 (0xd5) for 'DS MCS 5 - 64-QAM 2/3',
36 (0xd6) for 'DS MCS 6 - 64-QAM 3/4',
37 (0xd7) for 'DS MCS 7 - 64-QAM 5/6',
38 (0xd8) for 'DS MCS 8 - 256-QAM 3/4',
39 (0xd9) for 'DS MCS 9 - 256-QAM 5/6'

Device Allocation: SM"
::= { cambiumRFStatus 6 }

cambiumSTADownlinkMCSMode OBJECT-TYPE
SYNTAX Integer32 (1..7|9..15|20..29|30..39)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"DL MCS Mode:
1 for MCS1,
2 for MCS2,
3 for MCS3,
4 for MCS4,
5 for MCS5,
6 for MCS6,
7 for MCS7,
9 for MCS9,
10 for MCS10,
11 for MCS11,
12 for MCS12,
13 for MCS13,
14 for MCS14,
15 for MCS15,

(Values in brackets represent IEEE 802.11ac rate codes)

20 (0x80) for 'SS MCS 0 - BPSK 1/2',
21 (0x81) for 'SS MCS 1 - QPSK 1/2',
22 (0x82) for 'SS MCS 2 - QPSK 3/4',
23 (0x83) for 'SS MCS 3 - 16-QAM 1/2',
24 (0x84) for 'SS MCS 4 - 16-QAM 3/4',
25 (0x85) for 'SS MCS 5 - 64-QAM 2/3',
26 (0x86) for 'SS MCS 6 - 64-QAM 3/4',
27 (0x87) for 'SS MCS 7 - 64-QAM 5/6',
28 (0x88) for 'SS MCS 8 - 256-QAM 3/4',
29 (0x89) for 'SS MCS 9 - 256-QAM 5/6',

30 (0xd0) for 'DS MCS 0 - BPSK 1/2',
31 (0xd1) for 'DS MCS 1 - QPSK 1/2',
32 (0xd2) for 'DS MCS 2 - QPSK 3/4',
33 (0xd3) for 'DS MCS 3 - 16-QAM 1/2',
34 (0xd4) for 'DS MCS 4 - 16-QAM 3/4',
35 (0xd5) for 'DS MCS 5 - 64-QAM 2/3',
36 (0xd6) for 'DS MCS 6 - 64-QAM 3/4',
37 (0xd7) for 'DS MCS 7 - 64-QAM 5/6',
38 (0xd8) for 'DS MCS 8 - 256-QAM 3/4',
39 (0xd9) for 'DS MCS 9 - 256-QAM 5/6'

Device Allocation: SM"
::= { cambiumRFStatus 7 }


Thank you.

1 Like