tlsPersistentConnectionStatusState
MX-SIPEP-MIB ·
.0.1400.1.900.10000.1.500
Object
column Enumeration
State
The current state of the TLS persistent connection.
* Up: The TLS connection is established and ready to be
used.
* Down: The TLS connection is not established.
* WaitingShutdown: The TLS connection is established but in
a graceful shutdown.
* WaitingUp: The TLS connection is established not yet
ready to be used.
Context
- MIB
- MX-SIPEP-MIB
- OID
.0.1400.1.900.10000.1.500- Type
- column
- Access
- readonly
- Status
- current
- Parent
- tlsPersistentConnectionStatusEntry
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 'MX-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPEP-MIB::tlsPersistentConnectionStatusState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPEP-MIB::tlsPersistentConnectionStatusState.<tlsPersistentConnectionStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SIPEP-MIB::tlsPersistentConnectionStatusState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | up |
200 | down |
300 | waitingShutdown |
400 | waitingUp |