routeCriteriaType
MX-SIPPROXY-MIB ·
.0.4600.1.700.100.1.300
Object
column r/w
Enumeration
Criteria Type
Type of criteria used to match the routing rule against the
SIP message.
* ToUri: The full URI of the TO header.
* ToUser: The user part of the URI in the TO header.
* ToHost: The host part of the URI in the TO header.
* ContactUri: The full URI of the CONTACT header.
* ContactUser: The user part of the URI in the CONTACT
header.
* ContactHost: The host part of the URI in the CONTACT
header.
Context
- MIB
- MX-SIPPROXY-MIB
- OID
.0.4600.1.700.100.1.300- 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::routeCriteriaType'
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::routeCriteriaType.<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::routeCriteriaType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | toUri |
200 | toUser |
300 | toHost |
400 | contactUri |
500 | contactUser |
600 | contactHost |