cdbpPeerStatsState
CISCO-DIAMETER-BASE-PROTOCOL-MIB ·
.1.3.6.1.4.1.9.10.133.1.4.1.1.1
Object
column Enumeration
Connection state in the Peer State Machine of
the peer with which this Diameter server is
communicating.
closed(1) - Connection closed with this peer.
waitConnAck(2) - Waiting for an acknowledgment
from this peer.
waitICEA(3) - Waiting for a Capabilities-Exchange-
Answer from this peer.
elect(4) - When the peer and the server are both
trying to bring up a connection with
each other at the same time. An
election process begins which
determines which socket remains open.
waitReturns(5) - Waiting for election returns.
r-open(6) - Responder transport connection is
used for communication.
i-open(7) - Initiator transport connection is
used for communication.
closing(8) - Actively closing and doing cleanup.
Context
- MIB
- CISCO-DIAMETER-BASE-PROTOCOL-MIB
- OID
.1.3.6.1.4.1.9.10.133.1.4.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cdbpPeerStatsEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk 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::cdbpPeerStatsState'
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::cdbpPeerStatsState.<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::cdbpPeerStatsState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | closed |
2 | waitConnAck |
3 | waitICEA |
4 | elect |
5 | waitReturns |
6 | rOpen |
7 | iOpen |
8 | closing |
Conformance
Member of