Troubleshooting guide
3-84
Cisco PGW 2200 Softswitch Release 9.8 Operations, Maintenance, and Troubleshooting Guide
OL-0800-14
Chapter 3 Cisco PGW 2200 Softswitch Platform Operations
Regular Operations
–
acl2drskip—Specifies the percentage of calls that is defined in value. Calls are rerouted to an
alternate trunk group when an adjacent signaling point sends an ACL indication of 2.
–
acl2arcant—Specifies the percentage of calls that is defined in value. Calls are released when
an adjacent signaling point sends an ACL indication of 2 and this trunk group is configured as
an alternate route from that signaling point.
–
acl2arskip—Specifies the percentage of calls that is defined in value. Calls are rerouted to an
alternate trunk group when an adjacent signaling point sends an ACL indication of 2.
–
acl3drcant—Specifies the percentage of calls that is defined in value. Calls are released when
an adjacent signaling point sends an ACL indication of 3 and this trunk group is configured as
a direct route from that signaling point.
–
acl3drskip—Specifies the percentage of calls that is defined in value. Calls are rerouted to an
alternate trunk group when an adjacent signaling point sends an ACL indication of 3.
–
acl3arcant—Specifies the percentage of calls that is defined in value. Calls are released when
an adjacent signaling point sends an ACL indication of 3 and this trunk group is configured as
an alternate route from that signaling point.
–
acl3arskip—Specifies the percentage of calls that is defined in value. Calls are rerouted to an
alternate trunk group when an adjacent signaling point sends an ACL indication of 3.
• value—Percentage of calls that is released. The valid range is 0 through 100.
Note Any ACCRC field for which you do not enter a value is set to 0.
For example, to configure an ACCRC on a trunk group that is called cat1 so that when an ACL indication
of 1 is received, 20 percent of direct routed calls are rejected, 20 percent of direct routed calls are
rerouted, 10 percent of alternate routed calls are rejected, and 10 percent of alternate routed calls are
rerouted, enter the following command:
prov-add:accrespact:name=”cat1”,acl1drcant=20,acl1drskip=20,acl1arcant=10,acl1arskip=10
Step 3 Enter the following command to associate an ACCRC with a trunk group:
prov-ed:trnkgrpprop:name="
comp_name
",ACCRespCatName=”
cat_name
”
Where:
• comp_name—MML name for the trunk group for which you want to configure an ACCRC.
Note If you do not know the MML name of the trunk group, use the prov-rtrv:trnkgrp:”all”
command to find the name.
• cat_name—MML name for the ACCRC you want to configure.
For example, to create an ACCRC called cat1 on a trunk group named trunk, enter the following
command:
prov-ed:trnkgrpprop:name=”trunk1”,ACCRespCatName=”cat1”
Step 4 Save and activate your provisioning changes as described in the “Saving and Activating your
Provisioning Changes” section on page 3-65.