enforceSymmetricRtpEnable
MX-MIPT-MIB ·
.0.1600.1.40000.100
Object
Enforce Symmetric RTP
For each bi-directional RTP streams, enforce that incoming RTP
packets are from the same source as the destination of
outgoing RTP packets.
* Enable: Silently discard incoming RTP packets with source
address and port differing from the destination address
and port of outgoing packets.
* Disable: Accept packets from all sources.
Enforcing symmetric RTP may prevent legitimate RTP streams
coming from a media server from being processed, for example:
Music and conferencing servers.
Context
- MIB
- MX-MIPT-MIB
- OID
.0.1600.1.40000.100- 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-MIPT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-MIPT-MIB::enforceSymmetricRtpEnable.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-MIPT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-MIPT-MIB::enforceSymmetricRtpEnable'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |