Local Policy Configuration

To direct a policy attribute to retrieve a next hop from an HSS via an LIR lookup:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter to access the session router path.
    ORACLE(configure)# session-router
  3. Type local-policy and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# local-policy
  4. Choose an existing local-local object with the select command.
    ORACLE(local-policy)# select
    <source-realm>:
    1: realms 'realm01'; from *; to *
    selection: 1
  5. 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(policy-attributes)#
  6. next-hop—Set this parameter to cx:name-of-HSS-configuration for this policy attribute to lookup routes by querrying the named HSS via an LIR.
  7. Type done and save and activate your configuration.