survivabilityMode
MX-SIPPROXY-MIB ·
.0.4600.1.200.100
Object
scalar r/w
Enumeration
Survivability Mode
Survivability mode executed by the SIP proxy.
* Automatic: The SIP proxy applies the normal survivability
strategy, i.e. it uses monitoring to determine if the SIP
server is up or down.
* AlwaysOn: The SIP proxy always acts as if the SIP server
is down. Useful for debugging.
* Disabled: The SIP proxy always acts as if the SIP server
is up. Useful for debugging.
Note that this parameter does not affect whether monitoring is
performed or not.
Context
- MIB
- MX-SIPPROXY-MIB
- OID
.0.4600.1.200.100- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- proxyGroup
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::survivabilityMode.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::survivabilityMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | automatic |
200 | alwaysOn |
300 | disabled |