Steering Pools

Steering pools define sets of ports that are used for steering media flows through the Oracle Communications Session Border Controller. These selected ports are used to modify the SDP to cause receiving session agents to direct their media toward this system. Media can be sent along the best quality path using these addresses and ports instead of traversing the shortest path or the BGP-4 path.

For example, when the Oracle Communications Session Border Controller is communicating with a SIP device in a specific realm defined by a steering pool, it uses the IP address and port number from the steering pool’s range of ports to direct the media. The port the Oracle Communications Session Border Controller chooses to use is identified in the SDP part of the message.

Note:

The values entered in the steering pool are used when the system provides NAT, PAT, and VLAN translation.

Configuration Overview

To plan steering pool ranges, take into account the total sessions available on the box, determine how many ports these sessions will use per media stream, and assign that number of ports to all of the steering pools on your Oracle Communications Session Border Controller. For example, if your Oracle Communications Session Border Controller can accommodate 500 sessions and each session typically uses 2 ports, you would assign 1000 ports to each steering pool. This strategy provides for a maximum number of ports for potential use, without using extra resources on ports your Oracle Communications Session Border Controller will never use.

The following lists the steering pool parameters you must configure:
  • IP address—IP address of the steering pool.
  • start port—Port number that begins the range of ports available to the steering pool. You must define this port to enable the system to perform media steering and NAT operations.
  • end port—Port number that ends the range of ports available to the steering pool. You must define this port to enable the system to perform media steering and NAT operations.
  • realm id—Identifies the steering pool’s realm. The steering pool is restricted to only the flows that originate from this realm.

Note:

The combination of entries for IP address, start port, and realm ID must be unique in each steering pool. You cannot use the same values for multiple steering pools.

Each bidirectional media stream in a session uses two steering ports, one in each realm (with the exception of audio/video calls that consume four ports). You can configure the start and end port values to provide admission control. If all of the ports in all of the steering pools defined for a given realm are in use, no additional flows/sessions can be established to/from the realm of the steering pool.

Steering Pool Configuration

To configure a steering pool:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type media-manager and press Enter to access the system-level configuration elements.
    ORACLE(configure)# media-manager
  3. Type steering-pool and press Enter. The system prompt changes to let you know that you can begin configuring individual parameters.
    ORACLE(media-manager)# steering-pool
    ORACLE(steering-pool)#
  4. ip-address—Enter the target IP address of the steering pool in IP address format. For example:
    192.168.0.11
  5. start-port—Enter the start port value that begins the range of ports available to this steering pool. The default is 0. The valid range is:
    • Minimum—0

    • Maximum—65535

      You must enter a valid port number or the steering pool will not function properly.

  6. end-port—Enter the end port value that ends the range of ports available to this steering pool. The default is 0. The valid range is:
    • Minimum—0

    • Maximum—65535

      You must enter a valid port number or the steering pool will not function properly.

  7. realm-id—Enter the realm ID to identify the steering pool’s realm, following the name format. The value you enter here must correspond to the value you entered as the identifier (name of the realm) when you configured the realm. For example:
    peer-1

    This steering pool is restricted to flows that originate from this realm.

    The following example shows the configuration of a steering pool.

    steering-pool
            ip-address                     192.168.0.11
            start-port                     20000
            end-port                       21000
            realm-id                       peer-1
            last-modified-date             2005-03-04 00:35:22