interopUnsupportedContentType
MX-SIPEP-MIB ·
.0.1400.1.50000.5800
Object
scalar r/w
Enumeration
Unsupported Content-Type
Determines the behaviour of the device upon reception of a SIP
packet containing multiple unsupported Content-Type in the
payload.
* Reject: Unsupported Content-Type are rejected.
* Allow: Unsupported Content-Type are allowed and ignored if
at least one Content-Type is supported.
* Ignore: Unsupported Content-Type are ignored.
Note: When ignored, unsupported Content-Type are treated as if
they were not present in the packet.
Context
- MIB
- MX-SIPEP-MIB
- OID
.0.1400.1.50000.5800- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- interopGroup
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-SIPEP-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPEP-MIB::interopUnsupportedContentType.0'
More examples
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::interopUnsupportedContentType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | reject |
200 | allow |
300 | ignore |