Session Agent Minimum Reserved Bandwidth Configuration

For this feature to work, you must set up an access control configuration as per below.

To configure minimum reserved bandwidth for session agents:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type access-control and press Enter.
    ORACLE(session-router)# access-control
    ORACLE(access-control)#

    If you are adding this feature to an existing configuration, you will need to select the configuration you want to edit.

  4. realm-id—Enter the name of a valid realm.
  5. application-protocol—Enter a valid application protocol. There is no default for this parameter, and valid values are: SIP or H.323 .
  6. access—Set this parameter to permit (default).
  7. trust-level—Set this parameter to high, changing it from the default (none).
  8. minimum-reserved-bandwidth—Enter the minimum reserved bandwidth you want for the session agent, and that will trigger the creation of a separate pipe for it. Only a non-zero value will allow the feature to work properly, along with the other required values set out in these instructions. The default is 0, and the maximum is 0xffffffff (or 4294967295).
  9. Save and activate your configuration.