mediaSecurityAgreementEnable
MX-SIPEP-MIB ·
.0.1400.1.2500.100
Object
Media Security Agreement Enable
Determines if the mediasec parameter is supported or not, as
defined in the draft-dawes-sipcore-mediasec-parameter IETF
draft.
* Disable: The media security agreement mechanism is not
supported.
* Enable: The media security agreement mechanism is
supported and used accordingly to section 6.1, 6.2, and
6.5 of the mediasec parameter IETF draft.
Once enabled, this parameter adds security headers to the SIP
signalling to agree upon the security mechanism to be used for
the media, i.e. SRTP with SDES.
Some environments require this parameter to be enabled to
support SRTP calls, in which case:
* the Mipt.DefaultSecurityRtpMode parameter should be
configured to 'Secure' or 'SecureWithFallback'; and
* the Mipt.DefaultSecurityKeyManagement parameter to 'Sdes'.
Context
- MIB
- MX-SIPEP-MIB
- OID
.0.1400.1.2500.100- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- securityAgreementGroup
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::mediaSecurityAgreementEnable.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::mediaSecurityAgreementEnable'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |