interopEnforceOfferAnswerModel
MX-SIPEP-MIB ·
.0.1400.1.50000.2600
Object
Enforce Offer Answer Model
Determines whether or not the unit requires strict adherence
to RFC 3264 when receiving an answer from the peer when
negotiating capabilities for the establishment of a media
session.
When enabled, the following guidelines from the Offer-Answer
Model must be strictly followed. An answer must:
* Include at least one codec from the list that the unit
sent in the offer;
* Contain the same number of media lines that the unit put
in its offer.
Otherwise, the answer is rejected and the unit ends the call.
When disabled, then the peer can freely:
* Send back a brand new list of codecs;
* Add new media lines.
As long as at least one codec sent back was present in the
initial offer, the call can go on. Any media line added by the
peer is simply ignored.
The InteropAllowLessMediaInResponse parameter allows other
deviations from the Offer/Answer model.
Context
- MIB
- MX-SIPEP-MIB
- OID
.0.1400.1.50000.2600- 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::interopEnforceOfferAnswerModel.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::interopEnforceOfferAnswerModel'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |