routeConfigStatus
MX-SIPPROXY-MIB ·
.0.4600.1.700.100.1.2000
Object
column
Enumeration
Configuration Status
Indicates if the configuration of this row is valid.
* Valid: The current content of the row is valid.
* PriorityDuplicate: Two or more entries have the same
priority.
* MissingHardcodedHostport: The TargetType parameter is set
to 'HardcodedHost' but the HardcodedHostPort parameter is
not configured.
* InexistentTargetUserTransformation: The
TargetUserTransformationName parameter refers to an
inexistent transformation.
* InexistentRegisteredUserTransformation: The
RegisteredUserTransformationName parameter refers to an
inexistent transformation.
* Invalid: The current content of the row is invalid.
Context
- MIB
- MX-SIPPROXY-MIB
- OID
.0.4600.1.700.100.1.2000- Type
- column
- Access
- readonly
- Status
- current
- Parent
- routeEntry
- Table
- routeTable
- Siblings
- 9
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | valid |
200 | priorityDuplicate |
300 | missingHardcodedHostport |
400 | inexistentTargetUserTransformation |
500 | inexistentRegisteredUserTransformation |
600 | invalid |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| routeId Id
Unique numerical identifier for a routing rule. | column | SNMPv2-SMIUnsigned32 | .0.4600.1.700.100.1.100 |
| routePriority Priority
Priority used to determine search order in the table when
routing is executed. | column | SNMPv2-SMIUnsigned32 | .0.4600.1.700.100.1.200 |
| routeDelete Delete
Deletes this row. | column | Enumeration | .0.4600.1.700.100.1.2100 |
| routeCriteriaType 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… | column | Enumeration | .0.4600.1.700.100.1.300 |
| routeCriteriaExpression Expression Criteria
Regular expression compared with the value of the Criteria
Type found in the SIP message. If it matches, the route
defined by this table entry i… | column | OctetString | .0.4600.1.700.100.1.400 |
| routeTargetType Target Type
Type of target used by the route.
* RegisteredAor: Routing is based on the registration
database. Entries with an AOR matching the … | column | Enumeration | .0.4600.1.700.100.1.500 |
| routeTargetUserTransformationName Target User Transformation Name
Name of the transformation in the UserTransformations table.
This transformation is applied to the user part of the target
Request-U… | column | OctetString | .0.4600.1.700.100.1.600 |
| routeRegisteredUserTransformationName Registered User Transformation Name
Name of a transformation in the UserTransformations table.
This transformation is used during the registration database
lookup, … | column | OctetString | .0.4600.1.700.100.1.700 |
| routeHardcodedHostPort Hardcoded Host and Port
Hardcoded host that can be used as a target in routes. The
host can be expressed as an IP address or a domain name. The
port is optional. A … | column | MX-TC2MxIpHostNamePort | .0.4600.1.700.100.1.800 |