adGenQosMapProfileClassification
ADTRAN-GENQOSMAPPROFILE-MIB ·
.1.3.6.1.4.1.664.5.83.1.1.1.2
Object
column r/w
OctetString
A variable length string indicating how traffic is classified into queues.
Message format: 1 byte for message type, followed by variable length
depending on message.
The profile defaults to using a p-bit to queue mapping where each p-bit
is mapped into a queue with the same value. Ex: P-Bit 0 -> Queue 0
Currently supported message types :
p-bit to queue mapping : 0x00
Data: 8 bytes - one byte, read left to right for each p-bit (0-7),
each representing which queue they map to
Example: Byte: 1 2 3 4 5 6 7 8 9
P-Bit: 0 1 2 3 4 5 6 7
Msg: 0x 00 01 01 02 02 04 05 06 07
0x00 is message type byte indicating p-bit mapping
p-bit 0 and 1 go into queue 1, p-bit 2 and 3 go into queue 2,
p-bit 4 into queue 4, p-bit 5 into queue 5,
p-bit 6 into queue 6, and p-bit 7 into queue 7.
Context
- MIB
- ADTRAN-GENQOSMAPPROFILE-MIB
- OID
.1.3.6.1.4.1.664.5.83.1.1.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- adGenQosMapProfileProvisioningEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ADTRAN-GENQOSMAPPROFILE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENQOSMAPPROFILE-MIB::adGenQosMapProfileClassification'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GENQOSMAPPROFILE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GENQOSMAPPROFILE-MIB::adGenQosMapProfileClassification.<adGenQosMapProfileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GENQOSMAPPROFILE-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GENQOSMAPPROFILE-MIB::adGenQosMapProfileClassification'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.