Enabling the Dynamic Initiation of an Application

Use the NW TCPIP DYNAMICINIT ENABLE command to enable the dynamic initiation of an application based on the port number or numbers associated with the application. Port numbers can be entered as a list separated by commas or as a range, for example 2 to 4 or 800 to 1000. You can use the ALL keyword to enable all TCP or UDP ports, and the EXCEPT keyword to enable all port numbers except those specified.

Examples

The following command enables the dynamic initiation of applications with TCP port numbers 1 through 3, 400, and 800 through 1000:

NW TCPIP DYNAMICINIT ENABLE TCP PORTS 1,2,3,400,800 TO 1000

The following command enables all TCP port numbers:

NW TCPIP DYNAMICINIT ENABLE TCP ALL

The following command enables all UDP port numbers except for 4 through 399, 401 through 799, and 1001 through 65535:

NW TCPIP DYNAMICINIT ENABLE UDP PORTS EXCEPT FOR 4 
  TO 399, 401 TO 799, 1001 TO 65535