P-Preferred-Identity Configuration

To enable the inclusion of P-Preferred-Identity:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type session-agent and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(session-router)# session-agent
    ORACLE(session-agent)#
  4. Select the session agent where you want to apply this feature.
    ORACLE(session-agent)# select
    <hostname>:
    1: 204.12.60.5      realm=private
    2: 124.21.5.3       realm=public
    selection:1
    ORACLE(session-agent)#
  5. options—Set the options parameter by typing options, a Space, the option name preceded by a plus sign (+) (PPreferredId), and then press Enter.
    ORACLE(realm-config)# options +PPreferredId

    If you type options PPreferredId, you will overwrite any previously configured options. In order to append the new option to the session agent’s options list, you must prepend the new option with a plus sign as shown in the previous example.

  6. Save and activate your configuration.