m3uamgr commands

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

Command

Description

?

Displays the usage of all supported m3uamgr commands.

?

asp

Causes the M3UA layer to send an ASP message.

asp message <pspId>

where message is one of the following arguments:

Argument

Description

ac

ASPAC (ASP Active) message.

dn

ASPDN (ASP Down) message.

ia

ASPIA (Inactive) message.

up

ASPUP (ASP Up) message.


<pspId> is the ID of the psp to send the mesage to.

assoc

Causes the M3UA layer to initiate, terminate, inhibit, or uninhibit an association.

assoc message <pspId>

where message is one of the following arguments:

Argument

Description

est

Association establish message.

inh

Association inhibit message.

term

Association terminate message.

uni

Association uninhibit message.


<pspId> is the ID of the psp related to the association.

board

Switches the m3uamgr communication to the board specified by boardNum.

board boardNum

debug

Enables or disables debug logging for the M3UA layer.

debug operation

where operation is one of the following arguments:

Argument

Valid values

ena

Enables debug logging.

dis

Disables debug logging.


rk

Registers or de-registers the routing key.

rk operation

where operation is one of the following arguments:

Argument

Description

reg

Registers the routing key.

dereg

De-registers the routing key.


sctsap

Enables or disables the SCT SAP.

sctsap operation

where operation is one of the following arguments:

Argument

Description

ena

Enables the SCT SAP.

dis

Disables the SCT SAP.


stats

Displays and optionally clears current statistics for the M3UA layer or an M3UA entity.

stats entity [ reset ]

where entity is one of the following arguments:

Argument

Description

m3ua

Displays MTP 3 counters, M3UA counters, data statistics, and error statistics for the M3UA layer.

psp pspId

Displays counters, data statistics, and error statistics for the association with the peer signaling process specified by pspId.

sctsap sapId

Displays data statistics for the SCT SAP specified by sapId.

nsap sapId

Displays counters, data statistics, and error statistics for the NSAP specified by sapId.


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

See m3uamgr statistics command examples for more information.

status

Displays status information and configuration values for the M3UA layer and M3UA entities.

status entity

where entity is one of the following arguments:

Argument

Description

addr

Displays the address translation table status for the M3UA layer.

dpc nwkId dpc

Displays the status of the specified destination point code

The DPC can be specified as a decimal number (for example, 2) or as a hexadecimal number (for example, 0x2).

m3ua

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

nsap sapId

Displays status information and configuration values for the NSAP specified by sapId.

nwk nwkId

Displays configuration values for the network specified by nwkId.

ps psId

Displays status information and configuration values for the peer server specified by psId.

psp pspId

Displays status information and configuration values for the peer signaling process specified by pspId.

psprk pspId

Displays routing key status information for the PSP specified by pspId.

rk

Displays the number of registered routing keys in the M3UA layer.

sctsap sapId

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


See m3uamgr status command examples for more information.

trace

Enables or disables data tracing for the M3UA layer.

trace operation

where operation is one of the following arguments:

Argument

Valid values

ena

Enables data tracing.

dis

Disables data tracing.


tos

Sets the Type of Service (TOS) octet in the IP header of all outgoing message over an association.

Tos <pspId> <tosVal>

Where <pspId> is the ID of the PSP related to the association where TOS is to be changed. <tosVal> is the new TOS value to use.

q

Quits the m3uamgr application.