NetVanta 950 IAD Configuration Guide
Configuring Your IAD
61200788L1-29.1B
© 2004 ADTRAN, Inc.
33
Sample Script
A copy of the entire configuration script is shown below:
enable
configure terminal
interface t1 0/2
tdm-group 2 timeslots 13-16
no shutdown
interface t1 1/1
tdm-group 1 timeslots 1-4
no shutdown
exit
clock source t1 0/1
cross-connect 37 t1 0/2 2 t1 1/1 1 rbs
exit
Example 5: 8 Channels of FXO Loop Start Signaling
This example connects eight channels from T1 0/2 to eight FXO ports starting in Slot 7. They will be
running loop start signaling. The NetVanta 950 is loop timed from T1 0/1. This example is the most
common, and most of the settings are the default settings.
The same script may be used for four channels of clear channel instead of robbed-bit
signaling by omitting the
rbs
flag on the cross-connect command.
Step
Command
Description
1
IAD > enable
Enter Enable Security mode
2
IAD# configure terminal
Enter Global configuration mode
3
IAD (config)# interface t1 0/2
Enter configuration mode for T1 interface 0/2
4
IAD (config-t1 0/2)# tdm-group 3
timeslots 17-24
Create a TDM group of timeslots 17 through 24
on T1 0/2
5
IAD (config-t1 0/2)# no shutdown
Activate T1 0/2
6
IAD (config-t1 0/2)# exit
Exit to Global configuration mode
7
IAD (config)# clock source t1 0/1
Set the system clock source to T1 interface 0/1
8
IAD (config)# interface range fxo 7/1-8
Enter configuration mode for fxo interfaces 7/1-8