Applying the Local Routing Configuration

Apply the local routing configuration by calling it to use in the local policy attributes. You do this by setting a flag in the next-hop parameter along with the name of the local routing configuration that you want to use.

To apply the local routing configuration:

  1. In Superuser mode, type configure terminal, and press Enter.
    ORACLE# configure terminal
  2. Type session-router, and press Enter.
    ORACLE(configure)# session-router
  3. Type local-policy, and press Enter.
    ORACLE(session-router)# local-policy
    ORACLE(local-policy)#
  4. Type policy-attributes, and press Enter.
    ORACLE(local-policy)# policy-attributes
    ORACLE(local-policy-attributes)#
  5. next-hop—In the next-hop parameter, type in lrt: followed directly by the name of the local routing configuration to be used. The lrt: tag tells the Oracle® Enterprise Session Border Controller that a local route table will be used.
    ACMEPACKET(local-policy-attributes)# next-hop lrt:lookup
  6. Save and activate the configuration.