Multistage Local Policy Routing Configuration

To set up your local policy attributes for routing using the TO header:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type local-policy and press Enter. If you are adding this feature to a pre-existing local policy configuration, you will need to select and edit a local policy.
    ORACLE(session-router)# local-policy
    ORACLE(local-policy)#
  4. Type policy-attributes and press Enter. If you are adding this feature to a pre-existing local policy configuration, you will need to select and edit your local policy.
    ORACLE(local-policy)# policy-attributes
    ORACLE(local-policy-attributes)#
  5. next-hop—This is the next signaling host and/or object to query. This parameter can be configured as an IP address, ENUM server, or LRT. You can also add a lookup key to an ENUM server or LRT lookup with the following syntax:
    next-hop	enum:ENUM-object;key=$TO
  6. terminate-recursion—Set this parameter to enabled to terminate local policy route recursion when the current stage completes.
  7. lookup—Leave this parameter at the default single for single stage local policy routing or set it to multi to enable multistage local policy routing.
  8. next-key—Set this parameter to $TO, $FROM, or $PAI if you wish to override the recently-returned lookup key value for the next stage.
  9. Save and activate your configuration.