cwrLocalLoopbackPoint

CISCO-WIRELESS-IF-MIB · .1.3.6.1.4.1.9.9.136.1.1.1.1.1.1

Object

column r/w Enumeration
This object represents the point in the system where the data 
signal is looped back.
              
none(0)         - no loopback
codec(1)        - loopback at the Encoder/Decoder module. 
                  This exercises the framer, and codec modules
framer(2)       - loopback at the 'framer' module.
fir(3)          - loopback at the 'Finite Impulse Response' module.
                  This exercises the framer, codec, and FIR modules.
if(4)           - loopback at the 'Internal Frequency' module using
                  both the main and the diversity receive paths.
                  This exercises the framer, codec, FIR, and 
                  IF modules.
rf(5)           - loopback at the main RF unit via the main receive
                  path in the IF module. This exercises the framer,
                  codec, FIR, IF, and RF modules.
rfDiversity(6)  - loopback at the main RF unit but route it through
                  the diversity receive path in the IF module. This 
                  exercises the framer, codec, FIR, IF, and RF 
                  modules.
ifMain(7)       - loopack at the IF module using only the Main 
                  receive path.  This exercises the framer, codec, 
                  FIR, and IF modules.
ifDiversity(8)  - loopack at the IF module using only the diversity
                  receive path.  This exercises the framer, codec, 
                  FIR, and IF modules.

Context

MIB
CISCO-WIRELESS-IF-MIB
OID
.1.3.6.1.4.1.9.9.136.1.1.1.1.1.1
Type
column
Access
readwrite
Status
current
Parent
cwrLoopbackEntry
Groups
1

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
0none
1codec
2framer
3fir
4if
5rf
6rfDiversity
7ifMain
8ifDiversity

Conformance