ntWlanApQoSMode
NORTEL-WLAN-AP-MIB ·
.1.3.6.1.4.1.45.1.11.1.12.1
Object
scalar r/w
Enumeration
This object indicates the QoS mode being used.
off - indicates QoS features are disabled.
etherSrc - indicates that the ethernet source MAC
address of received packets is mapped to an
egress queue.
etherDst - indicates that the ethernet destination
MAC address of received packets is mapped to an
egress queue.
etherType - indicates that the ethernet type of
of received packets is mapped to an egress
queue.
directPriorityMap - indicates that the priority
value of received packets is used to map directly
to an egress queue.
Context
- MIB
- NORTEL-WLAN-AP-MIB
- OID
.1.3.6.1.4.1.45.1.11.1.12.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ntWlanApQoS
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NORTEL-WLAN-AP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NORTEL-WLAN-AP-MIB::ntWlanApQoSMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NORTEL-WLAN-AP-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NORTEL-WLAN-AP-MIB::ntWlanApQoSMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | off |
1 | etherSrc |
2 | etherDst |
3 | ethertype |
4 | directPriorityMap |