Monitoring association status

After the configuration files are downloaded to the boards, associations are created with the configured peer entities (either SGPs or IPSPs). The following txalarm output shows a successful association establishment and exchange of M3UA status messages from the client side's viewpoint in an IPSP-DE configuration:

<08/19/08 14:02:11> sigtran   1  16387 Initializing M3UA
<08/19/08 14:02:11> sigtran   1  16387 Registering SCTP
<08/19/08 14:02:11> sigtran   1  16387 Registering M3UA
<08/19/08 14:02:11> sigtran   1  16387 M3UA now Stand-alone
<08/19/08 14:02:11> sigtran   1  16387 SCTP now Stand-alone
<08/19/08 14:02:11> sigtran   1  16387 Local IP 192.168.1.1:  State now INACTIVE
<08/19/08 14:02:13> sigtran   1  16387 Local IP 192.168.1.1:  State now ACTIVE
<08/19/08 14:02:14> sigtran   1  16387 Creating association with 192.168.1.2
<08/19/08 14:02:14> sigtran   1  16387 Sending INIT to 192.168.1.2
<08/19/08 14:02:14> sigtran   1  16387 PAUSE for opc=1, dpc=2
<08/19/08 14:02:16> sigtran   1  16387 Resending INIT to 192.168.1.2
<08/19/08 14:02:18> sigtran   1  16387 Received INIT-ACK from 192.168.1.2
<08/19/08 14:02:18> sigtran   1  16387 Sending COOKIE to 192.168.1.2
<08/19/08 14:02:18> sigtran   1  16387 Received INIT-ACK from 192.168.1.2
<08/19/08 14:02:18> sigtran   1  16387 Received COOKIE-ACK from 192.168.1.2
<08/19/08 14:02:18> sigtran   1  16387 Association 1 established successfully
<08/19/08 14:02:18> sigtran   1  16387 Sending ASPUP on association 1
<08/19/08 14:02:18> sigtran   1  16387 Received ASPUP-ACK on association 1
<08/19/08 14:02:18> sigtran   1  16387 Sending ASPAC on association 1
<08/19/08 14:02:18> sigtran   1  16387    Rte Ctx : 0xa
<08/19/08 14:02:18> sigtran   1  16387    Rte Ctx : 0xb
<08/19/08 14:02:18> sigtran   1  16387 Received NOTIFY on association 1 (ASCHG, INACT)
<08/19/08 14:02:18> sigtran   1  16387    Rte Ctx : 0xa, 
<08/19/08 14:02:18> sigtran   1  16387 Received NOTIFY on association 1 (ASCHG, INACT)
<08/19/08 14:02:18> sigtran   1  16387    Rte Ctx : 0xb, 
<08/19/08 14:02:18> sigtran   1  16387 Received ASPAC-ACK on association 1
<08/19/08 14:02:18> sigtran   1  16387    Rte Ctx : 0xa
<08/19/08 14:02:18> sigtran   1  16387 Received NOTIFY on association 1 (ASCHG, ACT)
<08/19/08 14:02:18> sigtran   1  16387    Rte Ctx : 0xa, 
<08/19/08 14:02:18> sigtran   1  16387 Received ASPAC-ACK on association 1
<08/19/08 14:02:18> sigtran   1  16387    Rte Ctx : 0xb
<08/19/08 14:02:18> sigtran   1  16387 Received NOTIFY on association 1 (ASCHG, ACT)
<08/19/08 14:02:18> sigtran   1  16387    Rte Ctx : 0xb, 
<08/19/08 14:02:19> sigtran   1  16387 Received ASPAC on association 1
<08/19/08 14:02:19> sigtran   1  16387    Rte Ctx : 0xc
<08/19/08 14:02:19> sigtran   1  16387    Rte Ctx : 0xd
<08/19/08 14:02:19> sigtran   1  16387 RESUME for opc=1, dpc=2
<08/19/08 14:02:19> sigtran   1  16387 Sending ASPAC-ACK on association 1
<08/19/08 14:02:19> sigtran   1  16387    Rte Ctx : 0xc
<08/19/08 14:02:19> sigtran   1  16387 Sending NOTIFY on association 1 (ASCHG, ACT)
<08/19/08 14:02:19> sigtran   1  16387    Rte Ctx : 0xc, 
<08/19/08 14:02:19> sigtran   1  16387 Sending ASPAC-ACK on association 1
<08/19/08 14:02:19> sigtran   1  16387    Rte Ctx : 0xd
<08/19/08 14:02:19> sigtran   1  16387 Sending NOTIFY on association 1 (ASCHG, ACT)
<08/19/08 14:02:19> sigtran   1  16387    Rte Ctx : 0xd, 

Refer to the Dialogic® TX Series SS7 Boards TX Utilities Manual for more information about txalarm.

Use the m3uamgr utility to check the association status with the status psp command as shown in the following code example. The association state is ACTIVE.

m3uamgr[1]>status psp 1
=====================PSP 1 Association Status===================
AssocId = 0       State = ACTIVE  ASP State = INACTV  Inhibit = NO

=================Active PSs (0)=================
        None

=================Registered PSs (0)==============
        None
=====================Current PSP 1 Confuration=================
pspType       = IPSP    ipspMode      = DBL END dynRegAllow   = NO
loadShareMode = RNDRBN  nwkAppIncl    = NO      rxTxAspId     = NO
selfAspId     = 0       nwkId         = 1       PriDestAddr   = 10.51.1.184
DestPort      = 2905    locOutStrms   = 2

Refer to the Dialogic 0174 NaturalAccess™ SIGTRAN Stack Developer's Reference Manual for information about the m3uamgr utility.