Cisco Systems OL-7396-01 Network Router User Manual


 
20-4
ATM Switch Router Software Configuration Guide
OL-7396-01
Chapter20 Configuring Frame Relay to ATM Interworking Port Adapter Interfaces
Configuring the Channelized DS3 Frame Relay Port Adapter
Configuring the T1 Lines on the CDS3 Frame Relay Port Adapter
To configure the T1 lines, perform the following steps, beginning in global configuration mode:
Configuring the Channel Group on the CDS3 Frame Relay Port Adapter
A channel group, also referred to as a serial interface, is configured on a T1 line by associating time slots
to it. The channel group can have from 1 to 24 time slots (DS0s). The transmission rate or bandwidth of
the channel group is calculated by multiplying the number of time slots times 56 kbps or 64 kbps.
Note A time slot can be part of only one channel group. Additionally, all time slots within a channel group
must be on the same T1 line.
To configure the channel group on a T1 line, perform the following steps, beginning in global
configuration mode:
Note You can group either contiguous or noncontiguous time slots on a T1 line.
Example
The following example shows how to configure a channel group (with identifier 5), assigning time slots
1 through 5 on T1 line 1 using the channel-group command.
Switch(config)# controller t3 0/1/0
Switch(config-controller)# channel-group 5 t1 1 timeslots 1-5
Switch(config-controller)#
Note The example above creates the serial interface 0/1/0:5.
Command Purpose
Step 1
Switch(config)# controller t3 card/subcard/port
Switch(config-controller)#
Specifies the controller interface port and enters
controller configuration mode.
Step 2
Switch(config-controller)# t1 line-number
framing {esf | sf}
Configures the T1 framing type.
Step 3
Switch(config-controller)# t1 line-number yellow
{detection | generation}
Configures yellow alarms for the T1 line.
Command Purpose
Step 1
Switch(config)# controller t3 card/subcard/port Specifies the controller interface port and enters
controller configuration mode.
Step 2
Switch(config-controller)# channel-group
number t1 line-number
timeslots list [speed {56 | 64}]
Creates the channel group with the specified time
slots and speed.