hprRtpState
HPR-MIB ·
.1.3.6.1.2.1.34.6.1.4.2.1.9
Object
column Enumeration
The state of the RTP connection, from the perspective of the
local RTP protocol machine:
rtpListening - connection open; waiting for other end
to call in
rtpCalling - connection opened, attempting to call
out, have not yet received any data
from other end
rtpConnected - connection is active; responded to a
call-in or received other end's TCID
from a call-out attempt
rtpPathSwitching - the path switch timer is running;
attempting to find a new path for this
connection.
rtpDisconnecting - no sessions are using this connection;
in process of bringing it down
other - the connection is not in any of the
states listed above.
Context
- MIB
- HPR-MIB
- OID
.1.3.6.1.2.1.34.6.1.4.2.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hprRtpEntry
- 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 'HPR-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPR-MIB::hprRtpState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPR-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPR-MIB::hprRtpState.<hprRtpLocNceId>.<hprRtpLocTcid>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPR-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPR-MIB::hprRtpState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rtpListening |
2 | rtpCalling |
3 | rtpConnected |
4 | rtpPathSwitching |
5 | rtpDisconnecting |
99 | other |
Conformance
Member of