extremeWirelessOffChannelScanStart

EXTREME-WIRELESS-MIB · .1.3.6.1.4.1.1916.1.25.1.25.1.1

Object

column r/w SNMPv2-TCTruthValue
Setting this to TRUE will cause the scan module to start an
off-channel scan.  The radio will be disabled for the 
duration of the scan.  The scan module will change to each 
of the specified channels in order.  It will then conduct 
passive (and perhaps active) scans on that channel for the 
configured intervals.  When the scan is finished the radio 
will be re-enabled.
The scan will wait on each channel for at least MinWait 
milliseconds even if it sees no traffic on the channel. It
will wait for at most MaxWait msecs even if it sees traffic.
As a result the best case time for the scan is given by:
	# Of Channels * extremeWirelessOffChannelScanMinWait
The worst case completion time is given by:
	# Of Channels * extremeWirelessOffChannelScanMaxWait
Results of the off-channnel scan a reported to the scan 
results table.

Context

MIB
EXTREME-WIRELESS-MIB
OID
.1.3.6.1.4.1.1916.1.25.1.25.1.1
Type
column
Access
readwrite
Status
current
Parent
extremeWirelessOffChannelScanCfgEntry

Walk 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 'EXTREME-WIRELESS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-WIRELESS-MIB::extremeWirelessOffChannelScanStart'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EXTREME-WIRELESS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-WIRELESS-MIB::extremeWirelessOffChannelScanStart.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-WIRELESS-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-WIRELESS-MIB::extremeWirelessOffChannelScanStart'

Syntax

Source
SNMPv2-TCTruthValue
Base type
Enumeration
Type Description
Represents a boolean value.

Values & Constraints

Type Values
1true
2false