prefixBasedRoutingRoutingMethod
MX-SBC-MIB ·
.0.4400.1.150.100.1.400
Object
column
r/w
Enumeration
Routing Method
Method used for routing.
* NextHop: This method allows sending the request directly
to this next hop, without necessarily modifying the
outbound message. The next hop is used for all requests
within a given SIP dialog, thus ignoring data from the
dialog state (remote URI, route set). If the target Call
Agent is defined with a peer host, the next hop field
default destination is the IP address or domain name and
port of that host. Otherwise, it is mandatory to enter an
override destination (domain name or IP address). When
using the NextHop method, the DestinationOveride
parameter supports multiple destinations by using a
comma-separated list of destinations.
* OutboundProxy: This method adds a Route header field to
the forwarded request, which will be considered for
routing by the SIP transport layer. Similar to the
NextHop method, the default destination is a URI built
out of the IP address or domain name and port as defined
by the Call Agent, if applicable.
* RequestUri: This method uses the Request URI (R-URI) to
determine the next hop. Note that the target Call Agent
set is still used to execute the outbound rulesets
regardless of the host portion of the R-URI.
Context
- MIB
- MX-SBC-MIB
- OID
.0.4400.1.150.100.1.400- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- prefixBasedRoutingEntry
- Table
- prefixBasedRoutingTable
- Siblings
- 8
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | nextHop |
200 | outboundProxy |
300 | requestUri |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| prefixBasedRoutingRuleId RuleId
Unique numerical identifier for this rule. | column | SNMPv2-SMIUnsigned32 | .0.4400.1.150.100.1.100 |
| prefixBasedRoutingConfigStatus Configuration Status
Configuration status of the row.
Indicates if the PrefixBasedRouting entry is valid and ready
to be applied.
* … | column | Enumeration | .0.4400.1.150.100.1.1000 |
| prefixBasedRoutingDelete Delete
Delete this entry from the table. | column | Enumeration | .0.4400.1.150.100.1.10000 |
| prefixBasedRoutingPrefix Prefix
Prefix to match in order to apply the rule.
A rule is selected using the longest-prefix-match algorithm. | column | OctetString | .0.4400.1.150.100.1.200 |
| prefixBasedRoutingDestinationCa Destination Call Agent
Id of a Call Agent in the CallAgent table. This Call Agent is
used for sending the request. | column | SNMPv2-SMIUnsigned32 | .0.4400.1.150.100.1.300 |
| prefixBasedRoutingDestinationOverride Destination Override
String containing a coma-separated list of IP addresses or
FQDNs to use as the next hop when the routing method is set
to 'NextHop' or 'Outboun… | column | OctetString | .0.4400.1.150.100.1.500 |
| prefixBasedRoutingRUriHandling Request URI Handling
Indicates how to handle the host part of the Request URI.
* None: Leave the request URI unmodified.
* Update: Update the hos… | column | Enumeration | .0.4400.1.150.100.1.600 |
| prefixBasedRoutingForceTransport Force Transport
Force the use of a selected transport protocol when
initiating SIP dialogs. Supersedes what is defined in the
Call Agent.
* None: T… | column | Enumeration | .0.4400.1.150.100.1.700 |