![ADTRAN NetVanta 900 Series Скачать руководство пользователя страница 25](http://html1.mh-extra.com/html/adtran/netvanta-900-series/netvanta-900-series_configuration-manual_3047741025.webp)
NetVanta 950 IAD Configuration Guide
Configuring Your IAD
61200788L1-29.1B
© 2004 ADTRAN, Inc.
25
Example 2: 12 Channels of FXS Ground Start Signaling
This example connects twelve channels from T1 0/1 to twelve FXS ports starting in Slot 3. They will be
running ground start signaling. The NetVanta 950 is loop timed from T1 0/1.
Sample Script
A copy of the entire configuration script is shown below:
enable
configure terminal
interface t1 0/1
tdm-group 2 timeslots 13-24
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 2
timeslots 13-24
Create a TDM group of timeslots 13 through 24
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 3/5-8,
fxs 4/1-8
Enter configuration mode for fxs interfaces 3/5-8
and 4/1-8
9
IAD (config-fxs 3/5-8, fxs 4/1-8)# signal
ground-start
Set all FXS interfaces from Slot 3/5 to Slot 4/8 to
Ground Start Signaling
10
IAD (config-fxs 3/5-8,fxs 4/1-8)# no
shutdown
Activate all FXS interfaces from Slot 3/5 to Slot
4/8
11
IAD (config-fxs 3/5-8, fxs 4/1-8)# exit
Exit to Global configuration mode
12
IAD (config)# cross-connect range 13 t1
0/1 2.13 fxs 3/5, fxs 4/8
Create a connection between T1 0/1 TDM group
2, DS0 13 and FXS 3/5 through DS0 24 and FXS
4/8
13
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.