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 IPv4 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 that

    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