cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
416
Views
0
Helpful
4
Replies

BRI dial-in from a PC

jconi
Level 3
Level 3

Hello,

I've got a 2620 with a 4-BRI module. The 4 BRIs are configured in a hunt group by the telco.

I will have several customers which will get connected to this router, each will have his DIaler interface.

I put all the dialer interfaces in the dialer pool 5, and all the BRIs are dialer pool-member 5.

I also would like to dial-in to the router with my PC via a BRI.

The problem is that for this kind of config (PC dialin), I used to configure a rotary-group and a dialer in-band, but this is not possible because of the dialer pools everywhere.

Has anybody an idea, how I could create this dial-in without reserving a BRI for that?

Thank you

jp

4 Replies 4

tepatel
Cisco Employee
Cisco Employee

If the bri lines are using the dialer-pool OR dialer profile config, you need to create seperate dialer inerface for you to dialin using PC, as you have created for all other users.

Basically you need to modify the config either by adding a new dialer interface for you or by changing the connection termination scheme (like using rotary-groups or some lagacy config). There is no other choice.

zahmed
Cisco Employee
Cisco Employee

Please create another dialer profile for yourself. You are not going to reserve a BRI for yourself by doing that.

~Zulfi

Thank you,

and sorry my explanation was not very clear.

I already configured a dialer profile for myself, but I don't know what to configure exactly in this dialer profile. Here is my config:

interface BRI1/0

no ip address

encapsulation ppp

dialer pool-member 2

isdn switch-type basic-net3

no cdp enable

ppp authentication chap

ppp multilink

!

interface BRI1/1

no ip address

encapsulation ppp

dialer pool-member 2

isdn switch-type basic-net3

no cdp enable

ppp authentication chap

ppp multilink

!

interface BRI1/2

no ip address

encapsulation ppp

dialer pool-member 2

isdn switch-type basic-net3

no cdp enable

ppp authentication chap

ppp multilink

!

interface BRI1/3

no ip address

encapsulation ppp

dialer pool-member 2

isdn switch-type basic-net3

no cdp enable

ppp authentication chap

ppp multilink

!

and this is the config of my dialer:

interface Dialer100

description Dialin

ip address 192.168.120.1 255.255.255.0

encapsulation ppp

no ip split-horizon

dialer in-band

dialer-group 2

no cdp enable

ppp authentication chap pap callin

and at this moment, when I want to add the command "dialer pool 2", the line "dialer in-band" is removed automatically.

What could I add to my dialer profile to make it work correctly?

jp

HI,

Remove the dialer in-band under interface dialer100 and add the statement

(config-if) no dialer in-band

(config-if) dialer pool 2.

Then add dialer remote-name node1

(config-if) dialer remote-name node1

Then add password for node1

(config) username node1 password 1234

and dont forget (config) dialer-list 2 protocol ip permit.

For the next node to callin just make a new interface dialer 101, and proceed.

Best regards,

Ad

Review Cisco Networking for a $25 gift card