sipHeadersTranslationBuiltFrom

MX-CROUT-MIB · .0.1750.1.1400.1.400

Object

column r/w Enumeration
Based On
              
Sets what information is used to build the selected SIP header.
              
The information can be retrieved from:
              
  * CalledE164: the called party E.164 property
  * DestinationHost:the destination host configured in the
    signaling properties of which this translation is part
  * Domain: the domain name configured in the unit
  * FixValue: a fixed value (see SipHeadersTranslation.FixValue
    )
  * HostName: the host name configured on the unit
  * LocalIp: the local IP address
  * CallingBearerChannel: the calling bearer channel
  * SipEndpointUsername: the SIP username associated with the
    endpoint
  * CallingName: the calling party name property
  * CallingE164: the calling party E.164 property

Context

MIB
MX-CROUT-MIB
OID
.0.1750.1.1400.1.400
Type
column
Access
readwrite
Status
current
Parent
sipHeadersTranslationEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CROUT-MIB::sipHeadersTranslationBuiltFrom'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CROUT-MIB::sipHeadersTranslationBuiltFrom.<sipHeadersTranslationIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CROUT-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CROUT-MIB::sipHeadersTranslationBuiltFrom'

Syntax

Enumeration

Values & Constraints

Enumerated Values
100calledE164
200destinationHost
300domain
400fixValue
500hostName
600localIp
700callingBearerChannel
800sipEndpointUsername
900callingName
1000callingE164