Guest

Cisco IOS Software Releases 12.3 T

Persistent TDM Switched Circuits

Table Of Contents

Persistent TDM Switched Circuits

Contents

Restrictions for Persistent TDM Switched Circuits

Information About Persistent TDM Switched Circuits

Benefits of Persistent TDM Switched Circuits

How to Configure Persistent TDM Switched Circuits

Configuring Persistent TDM Switched Circuits

Verifying Persistent TDM Switched Circuits Configuration

Troubleshooting Tips

Configuration Examples for Persistent TDM Switched Circuits

Configuring Persistent TDM Switched Circuits Example

Verifying Persistent TDM Switched Circuits Example

Additional References

Related Documents

Standards

MIBs

RFCs

Technical Assistance

Command Reference

Glossary


Persistent TDM Switched Circuits


The Persistent Time-Division Multiplexing (TDM) Switched Circuits feature enables the Cisco AS5850 universal gateway to connect one or more DS0s from one or more E1s or T1s to another set of E1s or T1s.

Release
Modification

12.3(2)T

This feature was introduced on the Cisco AS5850.


Feature History for Persistent TDM Switched Circuits

Finding Support Information for Platforms and Cisco IOS Software Images

Use Cisco Feature Navigator to find information about platform support and Cisco IOS software image support. Access Cisco Feature Navigator at http://www.cisco.com/go/fn. You must have an account on Cisco.com. If you do not have an account or have forgotten your username or password, click Cancel at the login dialog box and follow the instructions that appear.

Contents

Restrictions for Persistent TDM Switched Circuits

Information About Persistent TDM Switched Circuits

How to Configure Persistent TDM Switched Circuits

Configuration Examples for Persistent TDM Switched Circuits

Additional References

Command Reference

Glossary

Restrictions for Persistent TDM Switched Circuits

The tdm-group, when used along with pri-group under the same controller, requires a tdm-group number of "timeslot — 1" to be used, where "timeslot" is the timeslot used in the tdm-group command.

When a tdm-group is used along with a ds0-group or channel-group under the same controller, the "group-id" must be unique within the controller.

Information About Persistent TDM Switched Circuits

The Persistent TDM Switched Circuits feature enables the Cisco AS5850 to connect one or more DS0s from one or more E1s or T1s to another set of E1s or T1s. Using the existing tdm-group command and the connect command, this feature is configured in the same way SS7-links are configured on the Cisco AS5850: the tdm-group command is used to define the timeslots within a trunk that will be hairpinned, and the connect command is then used to connect two TDM groups together. When defining the timeslots that will be hairpinned, any set of timeslots may be selected, and it is possible to have multiple TDM groups defined for a controller. Moreover, any type of data can be carried on persistent TDM switched circuits; it is passed transparently through the system without any type of processing. For more information on configuring SS7-links or to see how this feature can be used to configure SS7 F-links, refer to "Chapter 5: Provisioning" in the Cisco AS5850 Universal Gateway Operations, Administration, Maintenance, and Provisioning Guide.

Benefits of Persistent TDM Switched Circuits

Benefits of the Persistent TDM Switched Circuits feature include:

DS0 signaling channels can originate from any of the Cisco AS5850's trunk interfaces, including E1, T1, and STM-1.

Switched circuits persist regardless of dynamic TDM switched calls being processed on an ongoing basis.

This feature can be configured in the gateway regardless of the control protocol that is being used, such as MGCP, Q.931+, or PRI.

How to Configure Persistent TDM Switched Circuits

See the following sections for configuration tasks for this feature. Each task in the list is identified as either optional or required:

Configuring Persistent TDM Switched Circuits (required)

Verifying Persistent TDM Switched Circuits Configuration (optional)

Configuring Persistent TDM Switched Circuits

To configure the Persistent TDM Switched Circuits feature, perform the following steps:

SUMMARY STEPS

1. enable

2. configure terminal

3. controller {T1 | E1} controller-number

4. tdm-group tdm-group number timeslots timeslots

5. exit

6. controller {T1 | E1} controller-number

7. tdm-group tdm-group number timeslots timeslots

8. exit

9. connect id {T1 | E1} controller-number tdm-group-no-1 {T1 | E1} controller-number tdm-group-no-2

10. Repeat Steps 3 to 9.

11. end

DETAILED STEPS

 
Command or Action
Purpose

Step 1 

enable

Example:

Router> enable

Enables privileged EXEC mode.

Enter your password if prompted.

Step 2 

configure terminal

Example:

Router# configure terminal

Enters global configuration mode.

Step 3 

controller {T1 | E1} controller-number

Example:

Router(config)# controller T1 8/0:2

Enters controller configuration mode.

Note The controller-number syntax is dependant on the type of trunk card.

Step 4 

tdm-group tdm-group number timeslots timeslots

Example:

Router(config-controller)# tdm-group 0 timeslots 1,23-24

Creates a TDM group and designates the timeslots for hairpinning.

Note Any set of timeslots may be selected, and it is possible to have multiple TDM groups defined for a controller.

Step 5 

exit

Example:

Router(config-controller)# exit

Returns to global configuration mode.

Step 6 

controller {T1 | E1} controller-number

Example:

Router(config)# controller T1 13/5

Enters controller configuration mode.

Step 7 

tdm-group tdm-group number timeslots timeslots

Example:

Router(config-controller)# tdm-group 0 timeslots 1,23-24

Creates a TDM group and designates the timeslots that will be hairpinned.

Step 8 

exit

Example:

Router(config-controller)# exit

Returns to global configuration mode.

Step 9 

connect id {T1 | E1} controller-number tdm-group-no-1 {T1 | E1} controller-number tdm-group-no-2

Example:

Router(config)# connect tdm2 T1 13/5 0 T1 8/0:2 0

Creates a connection between the two TDM groups that were defined in Step 4and Step 7.

Step 10 

Repeat Steps 3 to 9 for each TDM group you want to define and to designate timeslots to be hairpinned.

Step 11 

end

Example:

Router(config)# end

Returns to privileged EXEC mode.

Verifying Persistent TDM Switched Circuits Configuration

To verify Persistent TDM Switched Circuits configuration and the connections on the gateway, use the show connection all command or the show tdm connections command.

Router# show connection all
ID Name Segment 1 Segment 2 State
======================================================================
1 tdm1 T1 13/6 00 T1 12/0:2 00 UP
2 tdm2 T1 13/5 00 T1 8/0:2 00 UP
Router# show tdm connections 
Conn Type -----First FB------ -Bp- -----Second FB----- -Bp- -----Third 
DS0-DS0   DS0 13/05:0         7168 DS0  8/02:0        
DS0-DS0   DS0 13/05:22        7169 DS0  8/02:22       
DS0-DS0   DS0 13/05:23        7170 DS0  8/02:23       
DS0-DS0   DS0 13/06:0         7171 DS0 12/02:0        
DS0-DS0   DS0 13/06:22        7172 DS0 12/02:22       
DS0-DS0   DS0 13/06:23        7173 DS0 12/02:23       
DS0-HDLC  DS0 13/01:23 0-0,1 
DS0-HDLC  DS0 13/04:23 0-0,2 

Total number of connections: 8

Troubleshooting Tips

Troubleshooting and debugging can be performed using the following commands:

debug conn

debug tdm api

debug trunk redundancy

For more information on these and other debug commands, refer to the Cisco IOS Debug Command Reference, Release 12.3.

Configuration Examples for Persistent TDM Switched Circuits

This section provides the following configuration examples:

Configuring Persistent TDM Switched Circuits Example

Verifying Persistent TDM Switched Circuits Example

Configuring Persistent TDM Switched Circuits Example

The following sample output shows tdm-group 0 defined on T1 controllers 8/0:2, 12/0:2, 13/5, and 13/6 and shows each controller's timeslots (1,23-24) designated for hairpinning. Group tdm1 is defined, connecting T1 13/6's timeslots to T1 12/0:2's timeslots, and group tdm2 is defined, connecting T1 13/5's timeslots to T1 8/0:2's timeslots.


controller T1 8/0:2
 framing sf
 tdm-group 0 timeslots 1,23-24
!
controller T1 12/0:2
 framing sf
 tdm-group 0 timeslots 1,23-24
!
....
!
controller T1 13/5
 framing sf
 linecode ami
 tdm-group 0 timeslots 1,23-24
!         
controller T1 13/6
 framing sf
 linecode ami
 tdm-group 0 timeslots 1,23-24
!         
....
!
connect tdm1 T1 13/6 0 T1 12/0:2 0
!
connect tdm2 T1 13/5 0 T1 8/0:2 0
....

For an example of how the Persistent TDM Switched Circuits feature can be used to configure SS7 F-links, refer to "Chapter 5: Provisioning" in the Cisco AS5850 Universal Gateway Operations, Administration, Maintenance, and Provisioning Guide.

Verifying Persistent TDM Switched Circuits Example

The following example is output from the show connection all command and provides information about all of the configured connections on the gateway:


Router# show connection all
ID Name Segment 1 Segment 2 State
======================================================================
1 tdm1 T1 13/6 00 T1 12/0:2 00 UP
2 tdm2 T1 13/5 00 T1 8/0:2 00 UP

In this example, the output from the show tdm connections command shows all of the defined TDM group connections on the gateway:

Router# show tdm connections 
Conn Type -----First FB------ -Bp- -----Second FB----- -Bp- -----Third 
DS0-DS0   DS0 13/05:0         7168 DS0  8/02:0        
DS0-DS0   DS0 13/05:22        7169 DS0  8/02:22       
DS0-DS0   DS0 13/05:23        7170 DS0  8/02:23       
DS0-DS0   DS0 13/06:0         7171 DS0 12/02:0        
DS0-DS0   DS0 13/06:22        7172 DS0 12/02:22       
DS0-DS0   DS0 13/06:23        7173 DS0 12/02:23       
DS0-HDLC  DS0 13/01:23 0-0,1 
DS0-HDLC  DS0 13/04:23 0-0,2 

Total number of connections: 8

Additional References

The following sections provide references related to the Persistent TDM Switched Circuits feature.

Related Documents

Related Topic
Document Title

Cisco AS5850

Cisco AS5850 Documentation

Debug command reference

Cisco IOS Debug Command Reference, Release 12.3

Voice command reference

Cisco IOS Voice Command Reference, Release 12.3

Voice configuration

Cisco IOS Voice Configuration Library, Release 12.3


Standards

Standards
Title

No new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature.


MIBs

MIBs
MIBs Link

No new or modified MIBs are supported by this feature, and support for existing MIBs has not been modified by this feature.

To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:

http://www.cisco.com/go/mibs


RFCs

RFCs
Title

No new or modified RFCs are supported by this feature, and support for existing RFCs has not been modified by this feature.


Technical Assistance

Description
Link

Technical Assistance Center (TAC) home page, containing 30,000 pages of searchable technical content, including links to products, technologies, solutions, technical tips, and tools. Registered Cisco.com users can log in from this page to access even more content.

http://www.cisco.com/public/support/tac/home.shtml


Command Reference

This feature uses no new or modified commands. All commands used with this feature are documented in the Cisco IOS Release 12.3 command reference publications.

Glossary

DS0—Digital Signal level 0. Framing specification used in transmitting digital signals over a single channel at 64-kbps.

DS1—Digital Signal level 1. Framing specification used in transmitting digital signals at 1.544-Mbps on a T1 facility (in the United States) or at 2.108-Mbps on an E1 facility (in Europe).

MGCP— Media Gateway Control Protocol. A merging of the IPDC and SGCP protocols.

PRI— Primary Rate Interface. ISDN interface to primary rate access. Primary rate access consists of a single 64-kbps D channel plus 23 (T1) or 30 (E1) B channels for voice or data.

SS7— Signaling System 7. Standard CCS system used with BISDN and ISDN.

TDM—Time-Division Multiplexing.Technique in which information from multiple channels can be allocated bandwidth on a single wire based on preassigned timeslots. Bandwidth is allocated to each channel regardless of whether the station has data to transmit.


Note Refer to Internetworking Terms and Acronyms for terms not included in this glossary.