sipHeadersTranslationStatusBuiltFrom
MX-CROUT-MIB ·
.0.1750.1.100.800.1.400
Object
column Enumeration
Based On
Sets what information is used to build the selected SIP
header.
The information can be retrieved from:
* CalledE164: Use the called party E.164 property.
* DestinationHost: Use the destination host configured in
the signaling properties of which this translation is
part of.
* Domain: Use the domain name configured in the unit.
* FixValue: Use a fixed value (see
SipHeadersTranslation.FixValue).
* HostName: Use the host name configured on the unit.
* LocalIp: Use the local IP address.
* CallingBearerChannel: Use the calling bearer channel.
* SipEndpointUsername: Use the SIP username associated with
the endpoint.
* CallingName: Use the calling party name property.
* CallingE164: Use the calling party E.164 property.
Context
- MIB
- MX-CROUT-MIB
- OID
.0.1750.1.100.800.1.400- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sipHeadersTranslationStatusEntry
Net-SNMP examples
How SNMP and these commands workWalk 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::sipHeadersTranslationStatusBuiltFrom'
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::sipHeadersTranslationStatusBuiltFrom.<sipHeadersTranslationStatusIndex>'
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::sipHeadersTranslationStatusBuiltFrom'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | calledE164 |
200 | destinationHost |
300 | domain |
400 | fixValue |
500 | hostName |
600 | localIp |
700 | callingBearerChannel |
800 | sipEndpointUsername |
900 | callingName |
1000 | callingE164 |