TCP Port Configuration

To configure media over TCP:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
  2. Type media-manager and press Enter to access the media-level configuration elements.
    ORACLE(configure)# media-manager
    ORACLE(media-manager)#
  3. Type media-manager and press Enter to begin configuring media over TCP.
    ORACLE(media-manager)# media-manager
    ORACLE(media-manager-config)#
  4. tcp-number-of-ports-per-flow—Enter the number of ports, inclusive of the server port, to use for media over TCP. The total number of supported flows is this value minus one. The default is 2. The valid range is:
    • Minimum—2

    • Maximum—5

    ORACLE(realm-config)# tcp-number-of-ports-per-flow 5
  5. tcp-initial-guard-timer—Enter the maximum time in seconds allowed to elapse between the initial SYN packet and the next packet in a media-over-TCP flow. The default is 300. The valid range is:
    • Minimum—0

    • Maximum—999999999

    ORACLE(realm-config)# tcp-initial-guard-timer 300
  6. tcp-subsq-guard-timer—Enter the maximum time in seconds allowed to elapse between all subsequent sequential media-over-TPC packets. The default is 300.
    • Minimum—0

    • Maximum—999999999

    ORACLE(realm-config)# tcp-subsq-guard-timer 300
  7. tcp-flow-time-limit—Enter the maximum time in seconds that a media-over-TCP flow can last. The default is 86400. The valid range is:
    • Minimum—0

    • Maximum—999999999

    ORACLE(realm-config)# tcp-flow-time-limit 86400