Cisco Systems OL-7396-01 Network Router User Manual


 
17-13
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter 17 Configuring Signalling Features
Configuring Signalling Diagnostics Tables
The display table contains the records that were collected based on every filtering criteria in the filter
table. Each filtering criteria has only a specified number of records that are stored in the table. After that
specified number of records is exceeded, the table is overwritten.
Examples
The following example shows how to enable signalling diagnostics on the ATM switch router:
Switch(config)# atm signalling diagnostics enable
The following example shows how to change to signalling diagnostics mode on the ATM switch router:
Switch(config)# atm signalling diagnostics 1
Switch(cfg-atmsig-diag)#
The following example shows how to specify the timeout value for the entry in seconds:
Switch(config)# atm signalling diagnostics 1
Switch(cfg-atmsig-diag)# age-timer 3600
The following example shows how to configure filter criteria for calls rejected based on the called NSAP
address of the call:
Switch(config)# atm signalling diagnostics 1
Switch(cfg-atmsig-diag)# called-nsap-address 47.0091810000000061705BD901.010203040506.0
The following example shows how to configure filter criteria for calls rejected based on the called
address mask of the call:
Switch(config)# atm signalling diagnostics 1
Switch(cfg-atmsig-diag)# called-address-mask ff.ff.ff.00
The following example shows how to configure filter criteria for calls rejected based on the connection
type:
Switch(config)# atm signalling diagnostics 1
Switch(cfg-atmsig-diag)# cast-type p2p p2mp
The following example shows how to configure the filter entry for filtering failed calls based on the clear
cause value 3 (destination unreachable):
Switch(config)# atm signalling diagnostics 1
Switch(cfg-atmsig-diag)# clearcause 3
The following example shows how to configure filter criteria for call failures based on the category of
the virtual circuit:
Switch(config)# atm signalling diagnostics 1
Switch(cfg-atmsig-diag)# connection-category soft-vc
Switch(cfg-atmsig-diag)# connection-category soft-vc soft-vp
Step 15
Switch(config-atmsig-diag)# service-category
{cbr | abr | vbr-rt | vbr-nrt | ubr | all}
Configures a filtering criteria based on the service
category of the rejected call.
Step 16
Switch(config-atmsig-diag)# status [active
filter-criteria | inactive filter-criteria | delete
filter-criteria]
Configures the status of the entry in the filter
table.
1. The combination of the configured calling_addr_mask (called_address_mask) and the configured calling_nsap_address
(called_nsap_address) are used to filter the rejected call.
2. You can obtain the cause code values from the ATM forum UNI3.1 specification.
Command Purpose