c3gGsmHistoryTable
CISCO-WAN-3G-MIB ·
.1.3.6.1.4.1.9.9.661.1.3.4.3
Object
table
Cellular 3G GSM/4G-LTE RSSI history table. The history of RSSI
are carried in an octet of string. Each octet in the octet
string has a value from 0 to 150 and the 255 value is reserved
to indicate an uninitialized (Invalid) value. The format of
the octet string with n octets is as following:
[ octet 0 is latest,
octet 1 is latest-1,
.
.
octet n-2 is oldest-1,
octet n-1 is oldest ]
To convert the provided value into dBm the following formula
should be used:
dBm = (-1)*value;
Context
- MIB
- CISCO-WAN-3G-MIB
- OID
.1.3.6.1.4.1.9.9.661.1.3.4.3- Type
- table
- Status
- current
- Parent
- c3gGsmRadio
- Children
- 1
Net-SNMP examples
How SNMP and these commands workUse a bulk walk to inspect objects and instances beneath this OID.
Walk the subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-WAN-3G-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-3G-MIB::c3gGsmHistoryTable'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-WAN-3G-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-WAN-3G-MIB::c3gGsmHistoryTable'
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.