qtechWifiWlanType
QTECH-ROUTER-WIFI-MIB ·
.1.3.6.1.4.1.27514.1.1.10.2.133.1.2.3.1.2
Object
Wlan type ap or station.
Context
- MIB
- QTECH-ROUTER-WIFI-MIB
- OID
.1.3.6.1.4.1.27514.1.1.10.2.133.1.2.3.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- qtechWifiWlanEntry
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 'QTECH-ROUTER-WIFI-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-ROUTER-WIFI-MIB::qtechWifiWlanType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-ROUTER-WIFI-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-ROUTER-WIFI-MIB::qtechWifiWlanType.<qtechWifiWlanIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-ROUTER-WIFI-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-ROUTER-WIFI-MIB::qtechWifiWlanType'
Syntax
- Source
- QtechWlanType
- Base type
Enumeration
Values & Constraints
Type Values
1 | ap |
2 | station |