[c-nsp] MICA modems allocation on AS5300

Oliver Boehmer (oboehmer) oboehmer at cisco.com
Sun Feb 26 06:51:29 EST 2006


Robert Hass <> wrote on Sunday, February 26, 2006 11:04 AM:

> Hello
> 
> I have configured AS5300 with 2xE1 (PRI) connected to our PABX. AS5300
> is working as dial-in server for POS terminals. Currently AS5300 have
> 60 MICA modems (line 1 60) and both E1s using these modems. But I want
> to have different lines configuration for each E1 (PRI).
> 
> Can I assign lines 1..30 to E1 0, and lines 31..60 to E1 1 ? (I need
> to have different modemcaps for 1st E1, and for 2nd E1)

Assumung you have different DNIS assigned to the two E1s, you can use
modem pools for this, i.e.

modem-pool pool-e1-0
 called-number <dnis-from-first-e1>
 pool-range 1-30
modem-pool pool-e1-1
 called-number <dnis-from-second-e1>
 pool-range 31-60
!
line 1 30
 modem autoconfigure type <first-modemcap>
 ...
line 31-60
 modem autoconfigure type <second-modemcap>
 ...

Would this work in your environment?

	oli

 



More information about the cisco-nsp mailing list