csgUserDbState

CISCO-CSG-MIB · .1.3.6.1.4.1.9.9.331.1.3.1.1.4

Object

column Enumeration
State of the user database.
'reset'    - State before the database is determined
             to be active.
'active'   - The database is available and processing
             requests.
'failed'   - The database has failed and is not  
             processing requests.

Context

MIB
CISCO-CSG-MIB
OID
.1.3.6.1.4.1.9.9.331.1.3.1.1.4
Type
column
Access
readonly
Status
current
Parent
csgUserDbTableEntry
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-CSG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CSG-MIB::csgUserDbState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-CSG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CSG-MIB::csgUserDbState.<csgUserCardId>.<csgUserGroupName>.<csgUserDbIpAddrType>.<csgUserDbIpAddr>.<csgUserDbPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CSG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CSG-MIB::csgUserDbState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1reset
2active
3failed

Conformance