This chapter covers the following topics:
Introduction to T1
A T1 line supports 24 64-Kbps channels, each of which can transmit and receive data or digitized voice. The line uses framing and signaling to achieve synchronous and reliable transmission. The most common configurations for T1 lines are ISDN Primary Rate Interface (PRI) and nailed or unchannelized T1, including fractional T1. (For information about provisioning your T1 line for use with the MAX TNT, see Appendix A, "Provisioning the Switch. ")
ISDN PRI
In North America and Japan, a T1/PRI line typically supports 23 B channels and one D channel. But if Network Facility Associated Signaling (NFAS) is in use, more than one ISDN PRI line on a single T1 card can share a single D channel. PRI configurations are used to receive multiple, simultaneous ISDN calls from analog-modem and digital-services dial-in traffic. Another common use of T1/PRI is to connect a PBX (Private Branch Exchange) to a central office switch. Unchannelized T1
Unchannelized T1 lines can be used for nailed connections such as to a Frame Relay network. In such cases the configuration is static, and the MAX TNT treats the T1 line as if it were a single connection at a fixed speed, without individual channels. Channelized line-side vs. trunk-side T1
When a call enters the telephone network from the MAX TNT, it should enter the central office (CO) switch on the trunk side via an ISDN PRI or a channelized T1 line. ISDN PRI lines always enter the trunk side of the switch, while calls coming in on a channelized T1 line enter either the line side or the trunk side.
Installing the T1 card
You install T1 cards in the same way you install other MAX TNT slot cards. For instructions, see Installing a slot card.
Connecting the MAX TNT T1 line to the WAN
If your MAX TNT T1/PRI ports have internal channel service units (CSUs), connect them to the demarcation point, which is where the T1/PRI line's metallic interface connects to other equipment. Otherwise, you must install external CSUs or other network (WAN) interface equipment between the MAX TNT and the demarcation point.
Figure 7-1. Connecting your T1 line
Monitoring the T1 line with bantam jacks
Each T1 card provides transmit and receive bantam jacks to monitor the status of the T1 lines. The Tx line carries what the MAX TNT transmits to the network. The Rx line carries what the MAX TNT receives from the network. The bantam jacks do not interfere with the signal either coming into or going out of the MAX TNT.
Overview of T1 configuration
Table 7-1 lists the sections describing common tasks you might have to perform to configure a T1 line. The table includes a brief description of each task, and lists the parameters you will use.
(For information on administering the T1 card, including such tasks as specifying FDL and displaying the status of the lines, see the MAX TNT Adminstration Guide.)
Making a profile the working profile
When the MAX TNT system detects that a T1 card has been installed, it creates a default T1 profile for each of the eight lines on the card.
admin> dir t1By default, the line is not enabled, which means that it is not available for use. Its default signaling method is inband, typically used for channelized connections.
305 12/11/1996 15:58:20 { shelf-1 slot-2 2 }
305 12/11/1996 15:58:20 { shelf-1 slot-2 4 }
305 12/11/1996 15:58:20 { shelf-1 slot-2 5 }
305 12/11/1996 15:58:20 { shelf-1 slot-2 6 }
305 12/11/1996 15:58:20 { shelf-1 slot-2 7 }
305 12/11/1996 15:58:20 { shelf-1 slot-2 8 }
320 12/20/1996 20:55:31 { shelf-1 slot-2 3 }
317 01/08/1997 09:58:55 { shelf-1 slot-2 1 }
To configure a T1 profile, first make it the working profile by reading it into the edit buffer. For example:
admin> read t1 {1 2 1}Once you have read in a profile, it remains the working profile until you read in another profile. You can use the set command to change one or more of the profile's parameters.
T1/{ shelf-1 slot-2 1 } read
To save your configuration changes, use the Write command. For example,
admin> writeTo list the parameters in a T1 profile, use the List command, as in the following example:
T1/{ shelf-1 slot-2 1} written
admin> listThe following example shows the parameters in a T1 profile:
physical-address* = { shelf-1 slot-2 1 }
line-interface = { yes esf b8zs eligible middle-priority isdn wink-star+
enabled = no
frame-type = d4
encoding = ami
clock-source = eligible
clock-priority = middle-priority
signaling-mode = inband
robbed-bit-mode = wink-start
default-call-type = digital
switch-type = att-pri
nfas-group-id = 0
nfas-id = 0
call-by-call = 0
data-sense = normal
idle-mode = flag-idle
FDL = none
front-end-type = dsx
DSX-line-length = 1-133
CSU-build-out = 0-db
channel-config=[{switched-channel 9 ""{any-shelf any-slot 0}0}{ switc+
maintenance-state = no
sendDisc-val = 0
hunt-grp-phone-number-1 = ""
hunt-grp-phone-number-2 = ""
hunt-grp-phone-number-3 = ""
Assigning names to T1 line profiles
In a T1 profile, the Name parameter enables you to assign the profile a name. The name can include up to 16 characters. It is displayed after the line's physical address in the Dir command output. For example:
admin> read t1 {1 12 0}For T1 lines, the Line Status window displays the first eight characters of the name if one has been assigned. For example:
admin> set name = T1 Trunk
admin> write
T1/{ shelf-1 slot-12 0 } written
admin> dir T1
17 04/17/1997 19:00:02 { shelf-1 slot-12 0 } "T1 Trunk"
T1 Trunk 1/12/0 LA la la la la la la laIf the name is longer than eight characters, the last character displayed is a plus-sign (+).
Enabling a line
By default each T1 line is disabled. To enable the T1 line, read its profile to make it the working profile, then set enable to Yes, as in the following example:
admin> read t1 {1 2 1}
T1/{ shelf-1 slot-2 1 } read
admin> set line enabled = yes
admin> write
T1/{ shelf-1 slot-2 1 } written
Specifying the framing and encoding
You must specify the framing and the encoding for each T1 line. If you are using ISDN, you must specify the extended superframe (ESF) format, which consists of 24 consecutive frames, separated by framing bits. If the line is not configured for ISDN signaling, use D4 framing (also known as the superframe format), which is the default.
admin> set line frame-type = [esf|d4]
admin> set encoding = [ami|b8zs|none]
admin> write
Configuring ISDN PRI signaling
When you set the signaling mode to ISDN, you must set channel 24 as the D channel. Note that ISDN signaling often requires ESF framing and B8ZS encoding.
admin> set line frame-type = esfTo see a complete list of switch types supported on the MAX TNT, refer to the MAX TNT online help or the MAX TNT Reference Guide.
admin> set line encoding = b8zs
admin> set line signaling-mode = isdn
admin> set line switch-type = switchtype
admin> set line channel 24 channel-usage=d-channel
admin> write
Configuring inband robbed-bit signaling
When the line is configured for inband signaling, the MAX TNT does not receive bearer-capability information from the carrier. Therefore, it does not know when a call is voice-service or digital-service. Inband lines assume for call-routing purposes that all calls are digital calls. You can change this default by setting the Default-Call-Type parameter.
admin> set line signaling-mode = inband
admin> set line robbed-bit-mode = [wink-start|idle-start|inc-w-200|inc-w-400|loop-start|ground-start]
admin> write
Configuring NFAS signaling
A group of T1 lines configured for NFAS signaling shares a D channel. One line in the group is configured with a primary D channel, and another line is configured with a secondary D channel. The secondary D channel is used only if the primary line goes down or receives a signal commanding a change to the other D channel. All lines within an NFAS group must reside on the same slot card. Your service provider must supply you with the NFAS ID numbers for your line. Configuring a single NFAS group
To configure two T1 lines for NFAS, proceed as in the following example, in which the administrator configures ports 3 and 4 of the card in slot 2 of shelf 1:
admin> read t1 {1 2 3}
T1/{ shelf-1 slot-2 3 } read
admin> set line enabled = yes
admin> set line signaling-mode = isdn-nfas
admin> set line nfas-id = 0
admin> set channel 24 channel = nfas-primary
admin> write
T1/{ shelf-1 slot-2 3 } written
admin> read t1 {1 2 4}
T1/{ shelf-1 slot-2 4 } read
admin> set line enabled = yes
admin> set line signaling-mode = isdn-nfas
admin> set line nfas-id = 1
admin> set line channel 24 channel = nfas-secondary-d
admin> write
T1/{ shelf-1 slot-2 4 } written
Telcos often use NFAS-ID=0 for the PRI with the primary D-Channel, and NFAS-ID=1 for the PRI with the secondary D-Channel. You must set both the NFAS-Group-ID parameter and the NFAS-ID parameter for each DS1.
In the following example, an administrator configures two NFAS groups on a T1 card. Each group contains four DS1s. The example uses the NFAS group IDs 1 and 2, but the actual values you use depend on how your lines are provisioned:
admin> read t1 {1 2 1}
T1/{ shelf-1 slot-2 1 } read
admin> set line signaling-mode = isdn-nfas
admin> set line nfas-id = 0
admin> set line nfas-group-id = 1
admin> set channel 24 channel = nfas-primary
admin> write
T1/{ shelf-1 slot-2 1 } written
admin> read t1 {1 2 2}
T1/{ shelf-1 slot-2 2 } read
admin> set line signaling-mode = isdn-nfas
admin> set line nfas-id = 1
admin> set line nfas-group-id = 1
admin> set line channel 24 channel = nfas-secondary
admin> write
T1/{ shelf-1 slot-2 2 } written
admin> read t1 {1 2 3}
T1/{ shelf-1 slot-2 3 } read
admin> set line signaling-mode = isdn-nfas
admin> set line nfas-id = 2
admin> set line nfas-group-id = 1
admin> write
T1/{ shelf-1 slot-2 3 } written
admin> read t1 {1 2 4}
T1/{ shelf-1 slot-2 4 } read
admin> set line signaling-mode = isdn-nfasThe following commands configure NFAS group 2, which contains lines 5 through 8:
admin> set line nfas-id = 3
admin> set line nfas-group-id = 1
admin> write
T1/{ shelf-1 slot-2 4 } written
admin> read t1 {1 2 5}
T1/{ shelf-1 slot-2 5 } read
admin> set line signaling-mode = isdn-nfas
admin> set line nfas-id = 0
admin> set line nfas-group-id = 2
admin> set channel 24 channel = nfas-primary
admin> write
T1/{ shelf-1 slot-2 5 } written
admin> read t1 {1 2 6}
T1/{ shelf-1 slot-2 6 } read
admin> set line signaling-mode = isdn-nfas
admin> set line nfas-id = 1
admin> set line nfas-group-id = 2
admin> set line channel 24 channel = nfas-secondary
admin> write
T1/{ shelf-1 slot-2 6 } written
admin> read t1 {1 2 7}
T1/{ shelf-1 slot-2 7 } read
admin> set line signaling-mode = isdn-nfas
admin> set line nfas-id = 2
admin> set line nfas-group-id = 2
admin> write
T1/{ shelf-1 slot-2 7 } written
admin> read t1 {1 2 8}
T1/{ shelf-1 slot-2 8 } read
admin> set line signaling-mode = isdn-nfas
admin> set line nfas-id = 3
admin> set line nfas-group-id = 2
admin> write
T1/{ shelf-1 slot-2 8 } written
Configuring clocking
You can configure the MAX TNT to use any of the T1 lines as a master clock source for synchronous connections for an entire multishelf system. In synchronous transmission, both the sending device and the receiving device must maintain synchronization in order to determine where one block of data ends and the next begins.
admin> set clock-source = eligible
admin> set clock-priority = high-priority
admin> write
Configuring the front end transceiver
The front-end type of the T1 transceiver may be CSU or DSX.
admin> set front-end-type=dsxTo specify CSU settings, proceed as in the following example:
admin> set dsx-line-length = 1-133
admin> write
admin> set front-end-type=csu
admin> set csu-build-out=7.5-db
admin> write
Configuring channel usage
You must specify how each of the 24 channels of a T1 line is to be used. By default, T1 channels are configured as switched. (If you are going to set up the lines for NFAS, see Configuring NFAS signaling for additional channel-configuration information.)
You can configure each of the 24 channels of a T1 line for one of the following uses:
unused-channel
-Channel is unused. Send the single idle code defined for this channel.
switched-channel
-A switched channel, which will be robbed-bit or D-channel, depending on how the line is configured at a higher level.
nailed-64-channel
-Clear-channel 64K circuit. Does not require any setup information.
d-channel
-Channel is used for ISDN D channel signaling directed at the appropriate controller for the physical interface.
nfas-primary-d-channel
-The Primary D channel for a group of T1 lines with the same NFAS ID. All other channels on the NFAS line must be set to switched-channel
, nailed-64-channel
, or unused-channel
. Within an NFAS group, only one line should be configured to provide the primary ISDN D channel.
nfas-secondary-d-channel
-The secondary D channel for a group of T1 lines with the same NFAS ID. All other channels on the NFAS line must be set to switched-channel, nailed-64-channel, or unused-channel. Within an NFAS group, only one line should be configured to provide the secondary (backup) D channel.
admin> list line-interface
admin> set channel 1 channel-usage=[unused-channel | switched-channel |nailed-64-channel| d-channel| nfas-primary-d-channel| nfas-secondary-d-channel]
admin> write
Assigning phone numbers to switched channels
Channel assignments typically specify add-on numbers, not full phone numbers. Add-on numbers include only the rightmost digits needed to distinguish one number from another. For example, if a line is assigned 23 numbers, all of which begin with 212-555-, the add-on number is the unique set of digits to the right of these common digits.
admin> list line channelIn a hunt group, a group of channels is assigned the same phone number. When a call comes in on that number, the MAX TNT uses the first available channel to which the number is assigned. Because channels in a hunt group share a common phone number, the add-on numbers in the profile are all the same.
channel-config[1]={switched-channel 9 "" {any-shelf any-slot 0} 0 }
channel-config[2]={switched-channel 9 "" {any-shelf any-slot 0} 0 }
channel-config[3]={switched-channel 9 "" {any-shelf any-slot 0} 0 }
...
channel-config[24]={switched-channel 9 "" {any-shelf any-slot 0} 0}
admin> set 1 phone = 60
admin> set 2 phone = 61
admin> set 3 phone = 62
admin> set 4 phone = 63
admin> set 5 phone = 64
The following example shows how to configure two groups of 4 channels with hunt groups:
admin> set 6 phone = 70
admin> set 7 phone = 70
admin> set 8 phone = 70
admin> set 9 phone = 70
admin> set 10 phone = 72
admin> set 11 phone = 72
admin> set 12 phone = 72
admin> set 13 phone = 72
admin> write
Configuring trunk groups
Like nailed channels that have been assigned a group number, switched channels in a trunk group can be referenced from a Connection profile and Call-Route profile to direct outbound calls to use that specific bandwidth. Trunk groups also serve a variety of other purposes, such as separating lines supplied by different carriers so those lines can be used as backup for each other if one switch becomes unavailable. The decision to use trunk groups is a global one. Once you have enabled the use of trunk groups, every switched channel must be assigned a trunk group number or it will not be available for outbound calls.
admin> read systemThen assign the channels of each T1 line to a trunk group, as in the following example:
SYSTEM read
admin> list
name = ""
system-rmt-mgmt = yes
use-trunk-groups = no
idle-logout = 0
parallel-dialing = 2
single-file-incoming = yes
analog-encoding = a-law
sessionid-base = 0
admin> set use-trunk-groups = yes
admin> write
admin> list line channel 1Note: Command history is very useful for repeating commands. Press the Up-Arrow to redisplay the command, and then press Enter. (For more information, see The Ascend Command Line Interface.)
channel-usage = switched-channel
trunk-group = 9
phone-number = ""
call-route-info = { any-shelf any-slot 0 }
nailed-group = 0
admin> set trunk-group = 4
admin> list .. 2
channel-usage = switched-channel
trunk-group = 9
phone-number = ""
call-route-info = { any-shelf any-slot 0 }
nailed-group = 0
admin> set trunk-group = 4
admin> list .. 3
channel-usage = switched-channel
trunk-group = 9
phone-number = ""
call-route-info = { any-shelf any-slot 0 }
nailed-group = 0
admin> set trunk-group = 4
admin> write
Configuring nailed channels
The number of nailed channels must be the same at both ends of the connection. For example, if there are 5 nailed channels at the local end, there must be 5 nailed channels at the remote end. However, channel assignments do not have to match. For example Channel 1 might be switched at the local end and nailed at the remote end.
admin> list line channel 1
channel-usage = switched-channel
trunk-group = 9
phone-number = ""
call-route-info = { any-shelf any-slot 0 }
nailed-group = 0
admin> set channel = nailed
admin> set nailed = 3
admin> list .. 2
channel-usage = switched-channel
trunk-group = 9
phone-number = ""
call-route-info = { any-shelf any-slot 0 }
nailed-group = 0
admin> set channel = nailed
admin> set nailed = 3
admin> write
Configuring a back-to-back T1 connection
For diagnostic purposes, you might sometimes want to configure a back-to-back T1 connection between ports on two MAX TNT or other Ascend units. In the T1 profile for one end of the line you want to connect with a back-to-back connection, specify the following values:
Specifying analog encoding for MAX TNT codecs
Codecs connected to T1 use a different encoding standard for digitized analog data than codecs connected to E1. The default for T1 is U-Law, the default for E1 is A-Law.
admin> read system
admin> set analog-encoding = u-law
admin> write
SYSTEM written
Configuring specialized options
The settings described in this section are not normally used. Depending on your configuration, however, you might need to change the default values.
admin> set data-sense = [normal|inv]
admin> set idle-mode = [mark-idle|flag-idle]
admin> write
Sample T1 configuration
This section provides an example of how to configure a T1 card. The example uses the following setup:
admin> new t1
T1/{ any-shelf any-slot 0 } read
admin> set physical-address ={ 1 2 1}
This applies the changes to the T1 line in the specified slot.
admin> list line-interface
enabled = no
frame-type = d4
encoding = ami
clock-source = eligible
clock-priority = middle-priority
signaling-mode = inband
robbed-bit-mode = wink-start
default-call-type = digital
switch-type = att-pri
nfas-id = 0
call-by-call = 0
data-sense = normal
idle-mode = flag-idle
FDL = none
front-end-type = dsx
DSX-line-length = 1-133
CSU-build-out = 0-db
channel-config = [ { switched-channel 9 "" { any-shelf any-slot 0 } 0 } { switc+
maintenance-state = no
sendDisc-val = 0
admin> set enabled =yes
admin> set frame-type = esf
admin> set encoding = b8zs
admin> set signaling-mode =isdn
admin> set switch-type =nti-pri
admin> set channel 1 trunk-group=7
admin> set channel 24 channel-usage=d-channel
admin> write
T1/{ shelf-1 slot-2 2 } written
admin> set physical-address = { 2 1 2}Continue until you have configured all the lines.
admin> write
T1/{ shelf-1 slot-1 2} written
admin> set physical-address = { 2 1 3}
admin> write
T1/{ shelf-1 slot-1 3} written
Default Call-Route profiles
When the MAX TNT system detects that a T1 card has been installed, it creates one default Call-Route profile associated with the card. For example:
admin> dir call-rThis default Call-Route profile routes outbound trunk calls to any line on the card. To handle inbound modem and LAN-session traffic, you should configure specific call routes. For details, see Chapter 15, "Call Routing in the MAX TNT."
9 12/11/1996 15:58:08 { { { any-shelf any-slot 0 } 0 } 0 }
13 01/06/1997 17:17:10 { { { shelf-1 slot-2 0 } 0 } 0 }
Copyright © 1997, Ascend Communications, Inc. All rights reserved.