Configuring STI Server Groups

To configure an STI server on the ESBC, use the sti-server-group object under session-router. Use the following procedure to configure a server on the ESBC.

  1. In Superuser mode, type configure terminal and press Enter.
    ACMEPACKET# configure terminal
    ACMEPACKET(configure)#
  2. Type session-router and press Enter.
    ACMEPACKET(configure)# session-router
    ACMEPACKET(session-router)#
  3. Type sti-server-groupand press Enter.
    ACMEPACKET(session-router)# sti-server-group
    ACMEPACKET(sti-server-group)#
  4. name—Enter the name (unique identifier) of the HTTP proxy. Valid values are alpha-numeric characters. Default is blank.
  5. description—Enter a description of the HTTP proxy. Valid values are alpha-numeric characters. Default is blank.
  6. strategy—Select a strategy for sti-server selection.
    • hunt
    • round-robin
    • least-busy
    • prop-dist
    • low-sus-rate
  7. sti-servers—Enter the sti-server names that are members of the group. The server names can be specified as a space-separated list enclosed in double quotes. Alternatively, individual sti-server name can be added or removed by prefix the name with a plus (+) or minus (-) character, respectively.
  8. Type done.
  9. Save and activate your configuration.