ligoWiIfMode
LIGO-WIRELESS-MIB ·
.1.3.6.1.4.1.32750.3.10.1.2.1.1.3
Object
column Enumeration
Wireless interface operation mode.
Context
- MIB
- LIGO-WIRELESS-MIB
- OID
.1.3.6.1.4.1.32750.3.10.1.2.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ligoWiIfConfEntry
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 'LIGO-WIRELESS-MIB' -M '/opt/observium/mibs/ligowave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIGO-WIRELESS-MIB::ligoWiIfMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LIGO-WIRELESS-MIB' -M '/opt/observium/mibs/ligowave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIGO-WIRELESS-MIB::ligoWiIfMode.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIGO-WIRELESS-MIB' -M '/opt/observium/mibs/ligowave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIGO-WIRELESS-MIB::ligoWiIfMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | auto |
1 | adhoc |
2 | managed |
3 | master |
4 | repeater |
5 | secondary |
6 | monitor |