hwSysWmiSourceInterfaceMethod
HUAWEI-WLAN-CONFIGURATION-MIB ·
.1.3.6.1.4.1.2011.6.139.11.1.93.1.32
Object
column r/w
Enumeration
operation method of wmi source interface.It can be set default(1): use default setting vlanif(2): use vlanif interface loopback(3): use loopback interface
Context
- MIB
- HUAWEI-WLAN-CONFIGURATION-MIB
- OID
.1.3.6.1.4.1.2011.6.139.11.1.93.1.32- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hwSysWmiConfigEntry
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 'HUAWEI-WLAN-CONFIGURATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-WLAN-CONFIGURATION-MIB::hwSysWmiSourceInterfaceMethod'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-WLAN-CONFIGURATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-WLAN-CONFIGURATION-MIB::hwSysWmiSourceInterfaceMethod.<hwSysWmiIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-WLAN-CONFIGURATION-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-WLAN-CONFIGURATION-MIB::hwSysWmiSourceInterfaceMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | default |
2 | vlanif |
3 | loopback |