[Asterisk-Users] Ethernet Channel Bank idea

Chad Whitten chadwick at eipi.net
Thu Dec 9 08:28:43 MST 2004


Im using the adit 600 with a cmg card and 5 8 port FXS cards connected to a 
MetaSwitch VP3510 via ethernet.  just plugged the cmg card into the same 
ethernet lan as the softswitch.  Signaling is mgcp (even supports g729 for 
the first 24 calls - can do all 40 with a different cmg card).  here's a 
sample config from my setup

-------------------------------------------------------------
-Adit 600 configuration file
-Created on 01/23/2002 at 17:28:03 for nexband
-This file is valid for the following configuration only:
-
-        CardType
-        --------
-SLOT A   T1x2         SW Version:  8.0.0
-SLOT 1   FXS8Ax8
-SLOT 2   FXS8Ax8
-SLOT 3   FXS8Ax8
-SLOT 4   FXS8Ax8
-SLOT 5   FXS8Ax8
-SLOT 6   CMGx1
-NOTES:
-1. It is necessary to issue the commands 'restore defaults'
-   and 'reset' BEFORE downloading the configuration file to
-   ensure proper configuration.
-2. Lines beginning with '-' will be ignored as comments
-   by the CLI.  Before downloading, review the sections of
-   the configuration file delimited by these comments and
-   delete the commands that are not needed (e.g. 'set ip
-   address' and 'add user' are likely candidates for
-   deletion).
-3. While downloading, a character delay of 5 ms and a line
-   delay of 300 ms is recommended.
-------------------------------------------------------------

-Turning off verification messages.

set verification off

-Setting local off.

set local off

-Disconnecting all connections.

disconnect a
disconnect 1
disconnect 2
disconnect 3
disconnect 4
disconnect 5
disconnect 6

-Setting IP addresses.

set ethernet ip address XXXXXXXXXX 255.255.255.224
set ip gateway XXXXXXXXXX

-Setting the SNMP MIB-II System Group objects.

set snmp getcom "XXXXXXXXX"
set snmp setcom "XXXXXXXXX"
set snmp trapcom "XXXXXXXX"
set snmp contact "xxxxxxxxxxxxxxxxxxx"
set snmp location "neXband Communications"
set snmp name "XXXXXXXXXXXX"
set snmp trapauth enable
set snmp trapevent all
set snmp trapvers 2



-Setting slot a.

set a:1 down
set a:1 fdl none
set a:1 lbo 1
set a:1 framing esf
set a:1 id "CAC DS1#A:1"
set a:1 linecode b8zs
set a:1 loopdetect csu
set a:1:1-24 side drop
set a:1:1-24 type data
set a:2 down
set a:2 fdl none
set a:2 lbo 1
set a:2 framing esf
set a:2 id "CAC DS1# A:2"
set a:2 linecode b8zs
set a:2 loopdetect csu
set a:2:1-24 side drop
set a:2:1-24 type voice
set a:2:1-24 signal ls

-Setting slot 1.

set 1:1-8 signal ls
set 1:1-8 txgain -3
set 1:1-8 rxgain -6
set 1:1-8 impedance 19

-Setting slot 2.

set 2:1-8 signal ls
set 2:1-8 txgain -3
set 2:1-8 rxgain -6
set 2:1-8 impedance 19

-Setting slot 3.

set 3:1-8 signal ls
set 3:1-8 txgain -3
set 3:1-8 rxgain -6
set 3:1-8 impedance 19

-Setting slot 4.

set 4:1-8 signal ls
set 4:1-8 txgain -3
set 4:1-8 rxgain -6
set 4:1-8 impedance 19

-Setting slot 5.

set 5:1-8 signal ls
set 5:1-8 txgain -3
set 5:1-8 rxgain -6
set 5:1-8 impedance 19

-Setting slot 6.

set 6 proxy disable
set 6 default
- CMG configuration occurs after connects


-Setting users.

add user "bbbbb"
add user "aaaaa"
add user "xxxxx"
set user tech level 3

-Setting network id.

set id "mgcp_adit1"

-Setting primary and secondary clock sources.

set clock1 a:1
set clock2 internal

-Setting NTP options.

set ntp server address xxx.xxx.xxx.x
set ntp timezone -6 0
set ntp enable

-Making connections.

connect 1:1-8 6:1:1:1-8
connect 2:1-8 6:1:1:9-16
connect 3:1-8 6:1:1:17-24
connect 6:1:1 a:1:1-24

-Setting slot 6 CMG.

set verification off
-set 6 password view   {password}  is manual
-set 6 password config {password}  is manual
-set 6 password admin  {password}  is manual
-set 6 enhanced security enable     is manual
-set 6 password security {password} is manual
delete 6 remote "RemoteUnit"
set 6:1:1 encapsulation PPP
set 6:1:1 up
set 6:1 ip address xxx.xxx.xxx.x 255.255.255.224
set 6:1 gateway xxx.xxx.xxx.x
set 6:1 up
add 6 remote "RemoteUnit"
set 6 snmp name "unknown"
set 6 snmp contact "unknown"
set 6 snmp location "unknown"
set 6 "RemoteUnit" trunk 1
set 6 "RemoteUnit" up
set 6 log last detail
set 6 mgcp callagent address 208.149.73.5
set 6 mgcp package default L
set 6 mgcp up
set 6 mgcp rsipwildcard enable
set 6:1:1:1 log start both
set 6:1:1:2 log start both
set 6:1:1:3 log start both
set 6:1:1:4 log start both
set 6:1:1:5 log start both
set 6:1:1:6 log start both
set 6:1:1:7 log start both
set 6:1:1:8 log start both
set 6:1:1:1-24 endpoint prefix "AALN"
set 6:1:1:1-24 algorithm preference g711mu
set 6:1:1:25-48 algorithm preference g711mu g711a g726_16 g726_24 g726_32 \
g726_40
reset 6



-Turning verification on.

set verification on



On Thursday 09 December 2004 08:46, Andrew Kohlsmith wrote:
> On December 8, 2004 09:56 pm, TinKoon wrote:
> > I was told the Carrier Access Adit 600 supports ethernet based channel
> > bank right out of the box. But I cannot confirm whether this is true as
> > nobody seems to use the Adit 600 this way.
>
> I use Adit600s and have not seen anything that would suggest this was
> possible in the configuration.  It does have an ethernet port and can take
> an IP but it seems to know nothing about any kind of connection between the
> DS0s and ethernet.
>
> -A.
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
Chad Whitten
Network Administrator
neXband Communications
cwhitten at nexband.com
601-944-4801 Phone
601-944-4803 Fax




More information about the asterisk-users mailing list