![Cisco BTS 10200 Softswitch Troubleshooting Manual Download Page 566](http://html.mh-extra.com/html/cisco/bts-10200-softswitch/bts-10200-softswitch_troubleshooting-manual_67550566.webp)
13-2
Cisco BTS 10200 Softswitch Troubleshooting Guide, Release 5.0.x
OL-8723-19
Chapter 13 Network Troubleshooting
Troubleshooting a Network Failure
Verify the Stream Control Transmission Protocol Association Status
Step 1
Determine if the administrative state and the operational state of the Stream Control Transmission
Protocol (SCTP) association on the BTS 10200 Element Management System (EMS) are in service. If
the SCTP association is not in service, bring it in service and repeat this step. The following is an
example of a healthy SCTP association:
CLI>status sctp-assoc id=sctp_assoc3
SCTP ASSOC ID -> sctp_assoc3
ADMIN STATE -> ADMIN_INS
OPER STATE -> SCTP-ASSOC in service
REASON -> ADM executed successfully
RESULT -> ADM configure result in success
Reply: Success:
Step 2
Determine if the application service provider (ASP) is in service on the Cisco IP transfer point (ITP) by
entering show cs7 asp name <asp-name>. The ASP name corresponds to the SCTP association name
provisioned on the BTS 10200. Information similar to the following is displayed:
c2651-48#show cs7 asp name TB2-PRI-AIN
Effect Primary
ASP Name AS Name State Type Rmt Port Remote IP Addr SCTP
------------ ------------ -------------- ---- -------- --------------- ----
TB2-PRI-AIN TB02-LNP-NC active SUA 12520 10.89.225.209 323
TB2-PRI-AIN TB02-SUALNP shutdown SUA 12520 10.89.225.209 323
TB2-PRI-AIN TB02-800A-NC active SUA 12520 10.89.225.209 323
TB2-PRI-AIN TB02-800T-NC active SUA 12520 10.89.225.209 323
TB2-PRI-AIN TB02-SUA800A active SUA 12520 10.89.225.209 323
TB2-PRI-AIN TB02-SUA800T active SUA 12520 10.89.225.209 323
a.
If the status is shutdown, enter the following commands on the ITP and check the status again:
config terminal
cs7 asp <asp name>
no shut
b.
If the status of the ASP is inactive, the ASP is probably on the standby BTS 10200.
c.
If the ASP on the active BTS 10200 is inactive, enter the following commands on the ITP and check
the status again:
config terminal
cs7 asp <asp-name>
no shut
d.
If the ASP is now active, proceed to the
“Verify if the Application Service Provider is Used by Any
Application Server” section on page 13-5
Otherwise, continue to the next section.