cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
532
Views
0
Helpful
3
Replies

ISDN Setup

globalonline
Level 1
Level 1

We are a start up ISP. We want to setup a customer with 128k ISDN connection to the internet. We have a AS5300 with mica modems. How should I go about setting this up? Will I need any further equipment to support ISDN connections on my AS5300?

Thank you..

3 Replies 3

ryan.hicks
Level 1
Level 1

You won't need any more equipment. With MICA modems and a PRI you can support analog modem calls or ISDN PPP multilink calls.

Configure ppp multilink on the ISDN modem.

AS5300

controller T1 0

framing esf

clock source line primary

linecode b8zs

cablelength short 133

pri-group timeslots 1-24

interface Serial0:23

no ip address

encapsulation ppp

dialer rotary-group 1

dialer-group 1

isdn switch-type (SWITCH TYPE provided by your carrier)

isdn incoming-voice modem

no cdp enable

ppp authentication pap

interface Group-Async1

ip unnumbered Loopback0

encapsulation ppp

dialer in-band

dialer idle-timeout 1800 either

dialer-group 1

async dynamic address

async mode interactive ( this is what allows ISDN or analog calls)

peer default ip address pool dialin_pool

no cdp enable

ppp authentication pap

group-range 1 192 (make sure you put the number of modems you have) 1 24 ?

!

interface Dialer1

ip unnumbered Loopback0

encapsulation ppp

dialer in-band

dialer idle-timeout 1800 either

dialer-group 1

no peer default ip address

no cdp enable

ppp authentication pap

ppp multilink

ip local pool dialin_pool (DHCP range you are handing out)

Thank you very much Ryan

Ok, I think I have the ISDN connection setup. Now could you tell me how I would setup the Win95 workstations to access this ISDN connection on a dial-on-demand basis. This workstations are all connected via a workgroup LAN connection.

Thank you.