hneWiFiGWOverride24ChannelBW
HNE-DEVICE-MIB ·
.1.3.6.1.4.1.4115.1.20.3.1.1.2.1.18
Object
column r/w
Enumeration
Determines which Band Width that we will be operating in. Either the 20MHz or the 40MHz.
Note: This is for 802.11n mode only.
This value overrides the gateway value set via wecbWiFiChannelBW.
A value of -2 indicates to use the value in the gateway configuration.
Context
- MIB
- HNE-DEVICE-MIB
- OID
.1.3.6.1.4.1.4115.1.20.3.1.1.2.1.18- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hneWiFiGWEntry
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 'HNE-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HNE-DEVICE-MIB::hneWiFiGWOverride24ChannelBW'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HNE-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HNE-DEVICE-MIB::hneWiFiGWOverride24ChannelBW.<hneWiFiGWIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HNE-DEVICE-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HNE-DEVICE-MIB::hneWiFiGWOverride24ChannelBW'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-2 | gatewayDefault |
-1 | unknown |
0 | width20MHz |
1 | width40MHz |
2 | width20and40Mhz |