NetVanta 950 IAD Configuration Guide
Configuring Your IAD
61200788L1-29.1B
© 2004 ADTRAN, Inc.
23
Example 1: 12 Channels of FXS Loop Start Signaling
This example connects twelve channels from T1 0/1 to 12 FXS ports, starting in Slot 2. 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.
Sample Script
A copy of the entire configuration script is shown below:
enable
configure terminal
interface t1 0/1
tdm-group 1 timeslots 1-12
no shutdown
exit
clock source t1 0/1
Step
Command
Description
1
IAD > enable
Enter Enable Security mode
2
IAD# configure terminal
Enter Global configuration mode
3
IAD (config)# interface t1 0/1
Enter configuration mode for T1 interface 0/1
4
IAD (config-t1 0/1)# tdm-group 1
timeslots 1-12
Create a TDM group of timeslots 1 through 12 on
T1 0/1
5
IAD (config-t1 0/1)# no shutdown
Activate T1 0/1
6
IAD (config-t1 0/1)# 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 fxs 2/1-8,
fxs 3/1-4
Enter configuration mode for fxs interfaces 2/1-8
and 3/1-4
9
IAD (config-fxs 2/1-8, fxs 3/1-4)# no
shutdown
Activate all FXS interfaces from Slot 2/1 to Slot
3/4
10
IAD (config-fxs 2/1-8, fxs 3/1-4)# exit
Exit to Global configuration mode
11
IAD (config)# cross-connect range 1
t1 0/1 1.1 fxs 2/1-8, fxs 3/1-4
Create a connection between T1 0/1 TDM group
1, DS0 1 and FXS 2/1 through DS0 12 and FXS
3/4
12
IAD (config)# exit
Exit Global configuration mode
This configuration must be saved to maintain settings after a unit reboot. Type
copy
running-config startup-config
to save the running configuration to the start-up
configuration.