cdbpPeerStatsDWCurrentStatus

CISCO-DIAMETER-BASE-PROTOCOL-MIB · .1.3.6.1.4.1.9.10.133.1.4.1.1.5

Object

column Enumeration
This object indicates the connection status.
okay(1)    - Indicates the connection is presumed working.
suspect(2) - Indicates the connection is possibly
             congested or down.
down(3)    - The peer is no longer reachable, causing
             the transport connection to be shutdown.
reopen(4)  - Three watchdog messages are exchanged with
             accepted round trip times, and the connection
             to the peer is considered stabilized.

Context

MIB
CISCO-DIAMETER-BASE-PROTOCOL-MIB
OID
.1.3.6.1.4.1.9.10.133.1.4.1.1.5
Type
column
Access
readonly
Status
current
Parent
cdbpPeerStatsEntry
Groups
2

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1okay
2suspect
3down
4reopen