Routing-based RN Configuration

This section shows you how to specify that a set of local policy attributes should use an RN for lookup. You can also set this value to CIC, or to any value you require.

You can set the lookup key to an RN in the local policy attributes’ next-hop parameter.

To set the lookup key to RN:

  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—after the kind of ENUM service used—type a colon (;). Then, without spaces, type in key=rn and press Enter.
    ORACLE(local-policy-attributes)# next-hop lrt:lookup;key=rn
  6. Save and activate your configuration.