How to Wildcard a Session Agent

You can create a wildcard session agent using the session agent’s hostname parameter when configured with an FQDN.

To configure a wildcard session agent:

  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 session-agent and press Enter.
    ORACLE(session-router)# session-agent
    ORACLE(session-agent)#

    If you are wildcarding and existing session agent, you have to select the configuration before you make changes.

  4. hostname—To wildcard a session agent, you simply replace the value you want to wildcard with an asterisk (*). Also note that your value must lead with the asterisk (*), as in the following example.
    ORACLE(session-router)# hostname *xyz.com
    ORACLE(session-agent)#
  5. Save and activate your configuration.