local-routing-config

The local-routing-config element allows you to configure local route tables, giving the Oracle Communications Session Border Controller the ability to determine nest hops and map E.164 to SIP URIs locally, providing extensive flexibility for routing.

Note: Entering XML comments on the same line as LRT XML data is not currently supported.

Parameters

name
Enter a unique identifier for the local route table. This is the name you use to refer to this local route table when you configure policy attributes, This is a required parameter.
filename
Enter the name for the file from which the database corresponding to this local route table is created. You should use the .gzformat, and the file should be placed in the /code/lrt/directory. This is a required parameter.
prefix-length
Enter the number of significant digits/bits to be used for lookup and cache storage.
  • Default: 0
  • Value: Min:0 | Max 999999999
string-lookup
Sets the Oracle Communications Session Border Controller to perform LRT lookups on table keys of a string data type. Leave this parameter to its default as disabled to continue using E.164 type lookups.
  • Default disabled
retarget-requests
When set to enabled, the Oracle Communications Session Border Controller replaces the Request-URI in the outgoing request. When set to disabled, the Oracle Communications Session Border Controller routes the request by looking to the Route header to determine where to send the message.
  • Default: enabled
match-mode
Determines how the Oracle Communications Session Border Controller makes amongst LRT entries.
  • Default: exact
  • Values:
    • exact-When searching the applicable LRT, the search and table keys must be an exact match.
    • best-The longest matching table key in the LRT is the chosen match.
    • all-The all mode makes partial matches where the table's key value is a prefix of the lookup key. For example, a lookup in the following table with a key of 123456 returns entries 1, 2, and 4. The 'all' mode incurs a performance penalty because it performs multiple searches of the tables with continually shortened lookup keys to find all matching entries. This mode also returns any exact matches too.

Path

local-routing-configis an element of the session-router path. The full path from the topmost ACLI prompt is: configure terminal > session-router > local-routing-config.