Previous Topic: Line Command Procedures

Next Topic: $NWDS13B Procedure


$NW386SO Procedure

This procedure solicits link status or DTE test results from a 386x type modem configured with the LPDA-1 option. The data is always returned to CNMPROC for logging. You can also obtain this data by selecting options 6 or 7 from option G of the NEWS Device Support menu.

$NW386SO    NODE=network_name
            REPORT={ LINK | DTE }
          [ NCP=NCP_name ]
          [ RESET={ YES | NO } ]
          [ LINK=link_name  |
            SSCP=SSCP_name ]

Operands: $NW386SO Procedure

NODE

Specifies the network name of the device from which the data is solicited.

REPORT= LINK | DTE

Specifies the type of data required:

LINK

Specifies the link status test.

DTE

Specifies the DTE test.

NCP

Specifies the name of the NCP owning the specified node.

RESET=YES | NO

Specifies whether the counters in the controller are reset after solicitation has completed.

LINK

Specifies the name of the link to the region on the system in which the node name is located.

SSCP

Specifies the name of the SSCP controlling the node.

Example: $NW386SO Procedure

$NW386SO NODE=TSTM386 NCP=NCP01 REPORT=DTE

This example requests a DTE test at node TSTM386 controlled by NCP NCP01.