routeTargetType
MX-SIPPROXY-MIB ·
.0.4600.1.700.100.1.500
Object
column r/w
Enumeration
Target Type
Type of target used by the route.
* RegisteredAor: Routing is based on the registration
database. Entries with an AOR matching the Request-URI
(R-URI) of the SIP request are looked up in the database.
Matching is based on the full AOR.
* RegisteredAorUser: Routing is based on the registration
database. Entries with an AOR matching the R-URI of the
SIP request are looked up in the database. Matching is
based on the user portion of the AOR.
* HardcodedHost: The SIP request is routed to the host
defined by the HardcodedHostPort parameter. The use of a
specific phone number can also be forced by using the
transformation specified by the
Route.TargetUserTransformationName parameter. When this
option is selected, the
Route.RegisteredUserTransformationName parameter is not
used.
Context
- MIB
- MX-SIPPROXY-MIB
- OID
.0.4600.1.700.100.1.500- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- routeEntry
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-SIPPROXY-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-SIPPROXY-MIB::routeTargetType'
More examples
Read one indexed 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::routeTargetType.<routeId>'
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::routeTargetType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | registeredAor |
200 | registeredAorUser |
300 | hardcodedHost |