Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Include Page
IP_IGs_ServedBySeperateProcessors
IP_IGs_ServedBySeperateProcessors

Command Syntax

Code Block
languagenone
% set addressContext <name> zone <name> h323SigPort <#>
action <dryup | force>
dryUpTimeout <0-1440>
dscpValue <#>
h225IpAddress <IPv4 address>
h245IpAddress <IPv4 address>
ipInterfaceGroupName <name>
mode <inService | outOfService>
portNumber <#>
state <disabled | enabled>

...

Code Block
languagenone
dryUpTimeout <0-1440>
h245IpAddress <ip address> 

Command Parameters

Caption
0Table
1Zone H.323 Signaling Port Parameters

Parameter

Length/Range

Description

actionN/A

Controls whether calls are forced off or allowed to dry up upon a mode out-of-service. Select any one of the option:

  • dryup – If dryupTimeout is not specified or its value is “0”, then no new calls are accepted and all currently active calls are allowed an indefinite time period to finish. If dryupTimeout is nonzero, then no new calls are accepted, and all currently active calls are allowed   dryupTimeout minutes to finish. After ‘dryupTimeout’ minutes, all remaining active calls are dropped.
  • force – No new calls are accepted; all active calls are immediately dropped.
dryUpTimeout0-1440Dryup timeout (in minutes) when this H.323 Signaling Port is outOfService with dryup action. (default = 0).
dscpValue0-63The DSCP value for packets from this H.323 Signaling Port. (default = 0).
h225IpAddressIPv4The H.225 IPv4 address of the H.323 Signaling Port.
h245IpAddress IPv4The H.245 IPv4 address of the H.323 Signaling Port.
ipInterfaceGroupName The IP interface group to be used by this Signaling Port.
modeN/AOperational mode for this H.323 Signaling Port.
  • inService (default)
  • outOfService
portNumber1-65535TCP Port number of the H.323 Signaling Port. (default = 1720).

state

N/A

Administrative state of the H.323 Signaling Port.

  • disabled (default)
  • enabled

...