monitoringState
MX-SIPPROXY-MIB ·
.0.4600.1.100.100
Object
scalar Enumeration
MonitoringState
Indicates the current monitoring status. A SIP server is
monitored to determine if it is usable. Monitoring is
performed through the SIP OPTIONS method.
* DestinationIsUp: The destination SIP server correctly
responds and is considered to be alive.
* DestinationIsDown: The destination SIP server fails to
correctly respond. The destination SIP server is
considered to be down.
* Inactive: The monitoring is not in use.
* Unknown: The initial response to monitoring has not yet
been received. This is the initial state when monitoring
is used.
Context
- MIB
- MX-SIPPROXY-MIB
- OID
.0.4600.1.100.100- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- statusGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPPROXY-MIB::monitoringState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-SIPPROXY-MIB::monitoringState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | destinationIsUp |
200 | destinationIsDown |
300 | inactive |
400 | unknown |