sipOptionsMethodSupport
MX-SIPPROXY-MIB ·
.0.4600.1.600.100
Object
scalar r/w
Enumeration
SIP OPTIONS Method Support
Determines the behaviour of the SIP proxy when answering a SIP
OPTIONS request.
* Default: The SIP proxy responds with a 200 OK only if the
SIP proxy is the destination of the OPTIONS request
regardless of the other content. If the SIP proxy is not
the destination, the OPTIONS request is forwarded.
* AcceptAll: The SIP proxy accepts all OPTIONS requests and
responds with a 200 OK, regardless of the content and
destination.
* RejectAll: The SIP proxy rejects all OPTIONS requests and
responds with an error 405 Method Not Allowed.
Context
- MIB
- MX-SIPPROXY-MIB
- OID
.0.4600.1.600.100- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- optionGroup
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::sipOptionsMethodSupport.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::sipOptionsMethodSupport'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | default |
200 | acceptAll |
300 | rejectAll |