contactOverrideEnable
MX-SIPPROXY-MIB ·
.0.4600.1.400.50
Object
Register Contact Override
Defines if the SIP proxy should modify the Contact header of
REGISTER requests.
* Disabled: Act as a transparent proxy. Generally not
recommended in TLS.
* Enabled: Modify the Contact header of REGISTER requests
with the IP address and port of the proxy, so inbound
requests are routed back to the proxy. Also adds an alias
in the Contact URI for tracking purposes.
Context
- MIB
- MX-SIPPROXY-MIB
- OID
.0.4600.1.400.50- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- registerGroup
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::contactOverrideEnable.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::contactOverrideEnable'
Syntax
- Source
- MX-TCMxEnableState
- Base type
Enumeration
Values & Constraints
Type Values
0 | disable |
1 | enable |