sctpmgr commands

The following table describes the available sctpmgr commands. The commands and arguments can be in upper, lower, or mixed case.

Command

Description

?

Displays the usage of all supported sctpmgr commands.

?

board

Switches the sctpmgr communication to the board specified by boardNum.

board boardNum

debug

Enables or disables debug logging for the SCTP layer.

debug operation

where operation is one of the following arguments:

Argument

Valid values

ena

Enables debug logging.

dis

Disables debug logging.


stats

Displays and optionally resets current statistics for the SCTP layer.

stats entity [reset]

where entity is one of the following arguments:

Argument

Description

sctp

Displays data chunk counters for the SCTP layer.

sctsap sapId

Displays transmitted, received, and re-transmitted message statistics for the SCT SAP specified by sapid.

tsap sapId

Displays transmitted, received, and re-transmitted message statistics for the TSAP specified by sapId.


If specified, reset sets all statistics for the specified object to zero (0) immediately after the current statistics are displayed.

For more information, see sctpmgr statistics command examples.

status

Displays status information and configuration values for the SCTP layer and its entities.

status entity

where entity is one of the following arguments:

Argument

Description

assoc assocId

Displays status information and configuration values for the association specified by assocId.

sap sapId

Displays status information and configuration values for the SCT SAP or TSAP specified by sapId.

sctp

Displays general status information and configuration values for the SCTP layer.


For more information, see sctpmgr status command examples.

trace

Enables or disables data tracing for the SCTP layer.

trace operation

where operation is one of the following arguments:

Argument

Valid values

ena

Enables data tracing.

dis

Disables data tracing.


tsap

Enables or disables the specified TSAP. For example:

TSAP operation sapId

where operation is one of the following arguments:

Argument

Valid values

ena

Enables TSAP sapId.

dis

Disables TSAP sapId.


q

Quits the sctpmgr application.