Configuring the server-capabilities-table

A server-capabilities-table is a multi-instance element that allows the user to name a servers-capability object and apply it to a registrar. A servers-capability object is a server-capabilities-table sub-element that includes a capability and multiple server names, which support that capability.

  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 server-capabilities-table and press Enter to access the path.
    ORACLE(session-router)# server-capabilities-table
    ORACLE(server-capabilities-table)#
  4. Enter a contiguous string to the name field. This name is the reference used in the registrar configuration to specify the use of this server capabilities table.
  5. Type servers-capability and press Enter to access the path.
    ORACLE(server-capabilities-table)# servers-capability
    ORACLE(servers-capability)#
  6. Enter a number to specify the capability capability. Valid entries range from 0 to 999999999.
  7. Enter the names of the servers that belong to this server-name-list. Name format is the same as that used within the registrar's home-server-route field. The format is the URI (containing FQDN or IP address) used to identify a server to the HSS. Each entry in the list is enclosed with quotes and separated by a space.
  8. Type done and exit twice to complete configuration of this server-capabilities-table configuration element.