Configuring the PPM Proxy on the E-SBC

To configure the PPM proxy on the Oracle® Enterprise Session Border Controller (E-SBC), you use the http-alg object under session-router, and the http-alg-private or http-alg-public settings. Use the following procedure to configure the PPM proxy on the E-SBC.

  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 http-alg and press Enter.
    ACMEPACKET(session-router)# http-alg
    ACMEPACKET(http-alg)#
  4. name—Enter the name (unique identifier) of the HTTP proxy. Valid values are alpha-numeric characters. Default is blank.
  5. state—Enter the operational status of the HTTP proxy. Valid values are:
    • enabled - (default) Enables the HTTP proxy.

    • disabled - Disables the HTTP proxy.

  6. description—Enter a description of the HTTP proxy. Valid values are alpha-numeric characters. Default is blank.
  7. private—Allows you to configure a private/core-side interface (inside the network) for forwarding the incoming HTTP SOAP Requests received from the public side.
  8. public—Allows you to configure a public-side interface (outside the network) to receive incoming HTTP SOAP Requests from the remote worker.