callPropertiesTranslationBuiltFrom
MX-CROUT-MIB ·
.0.1750.1.1600.1.400
Object
column r/w
Enumeration
Based On
Sets what information is used to build the selected call
property.
The information can be retrieved from:
* Domain: the domain name configured in the unit.
* FixValue: a fixed value (see
CallPropertiesTranslation.FixValue)
* FromHeaderUri: the From header URI
* FromHeaderFriendlyName: the friendly name part of the From
header
* FromHeaderUserPart: the user part of the From header URI
* IdentityHeaderUri: the Identity header URI
* IdentityHeaderUserPart: the user part of the Identity
header URI
* IdentityHeaderPhoneNumber: the phone number in the Identity
header tel URL
* IdentityHeaderFriendlyName: the friendly name in the
Identity header URI
* LocalIp: the local IP address
* RequestLineUri: the Request line URI
* RequestLineUserPart: the user part of the Request line URI
* ToHeaderUri: the To header URI
* ToHeaderFriendlyName: Uthe friendly name part of the To
header
* ToHeaderUserPart: the user part of the To header URI
Context
- MIB
- MX-CROUT-MIB
- OID
.0.1750.1.1600.1.400- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- callPropertiesTranslationEntry
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::callPropertiesTranslationBuiltFrom'
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::callPropertiesTranslationBuiltFrom.<callPropertiesTranslationIndex>'
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::callPropertiesTranslationBuiltFrom'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | domain |
200 | fixValue |
300 | fromHeaderUri |
400 | fromHeaderFriendlyName |
500 | fromHeaderUserPart |
600 | identityHeaderUri |
700 | identityHeaderUserPart |
800 | identityHeaderPhoneNumber |
850 | identityHeaderFriendlyName |
900 | localIp |
1000 | requestLineUri |
1100 | requestLineUserPart |
1200 | toHeaderUri |
1300 | toHeaderFriendlyName |
1400 | toHeaderUserPart |