Configure the STI Servers

To configure an STI server on the ESBC, use the sti-server object under session-router. The ESBC creates a UUID4 for each sti server you configure. 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-serverand press Enter.
    ACMEPACKET(session-router)# sti-server
    ACMEPACKET(sti-server)#
  4. name—Enter the name (unique identifier) of the server. Valid values are alpha-numeric characters. Default is blank.
  5. description—Enter a description of the server. Valid values are alpha-numeric characters. Default is blank.
  6. as-server-root—Enter the IP Address or FQDN of the STIR verification server, with optional port and base path.
  7. vs-server-root—Enter the IP Address or FQDN of the STIR authentication server, with optional port and base path.
  8. orig-id—Specify a UUID v4 other than the one automatically created by the ESBC. When configured, the ESBC uses this value within STI-AS requests.
    • Empty (default)
    • Type in the desired origination-ID
    • ""—The system generates an origination-ID
  9. sti-attest—Select an attestation value that is sent in AS request. You configure attestation using the ATIS-defined grading for attestation efficacy.
    • A—(Full-attestation)
    • B—(Partial-attestation)
    • C—(Gateway-attestation)
  10. timeout— Enter the amount of time (in milliseconds) to wait for a REST response from a STIR server. The valid range is 100-30000.
  11. http-client—Enter the name of a http-client configuration that has information for making connection to the sti-server. This name can be up to 128 characters and must not begin with a period (.) or a dash (-) character.
  12. max-burst-rate—Enter the maximum sending burst rate for STIR requests (per second). The valid range is 0-999999999.
  13. max-sustain-rate—Enter the maximum sending sustained rate for STIR requests (per second). The valid range is 0-999999999.
  14. burst-rate-window—Enter the time period (in seconds) used to calculate burst rate. The valid range is 0-999999999.
  15. sustain-rate-window—Enter the time period (in seconds) used to calculate sustain rate. The valid range is 0-999999999.
  16. Type done.
  17. Save and activate your configuration.