cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
194
Views
0
Helpful
1
Replies

Dial out and dialin over the same BRI port of a Cisco Router

fkseow
Level 1
Level 1

Hi anyone please check for me the following config if I want to enable dial out and dial in on a BRI port of the 1720 router.

interface BRI0

! Dial out

ip address 10.10.68.3 255.255.255.0

encapsulation ppp

dialer idel-timeout 60

dialer map ip 10.10.68.1 name KajangRtr broadcast 87321624

dialer load-threshold 80 either

dialer-group 1

isdn switch-type basic-net3

ppp authentication chap

ppp multilink

dialer rotary-group 1

!

!Dial in

interface dialer1

ip unnumbered Bri0

encapsulation ppp

dialer-group 1

ppp authentication chap callin

ppp multilink

!

!

dialer-list 1 protocol ip permit

Please help to verify my above config for the dial out and dial in portions.

Thank you.

1 Reply 1

vcjones
Level 5
Level 5

You will find it much easier to accomplish what you want if you use dialer profiles rather than legacy dialer maps. See, for example, //www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/dialts_c/dtsprt6/dcdbakdp.htm. Note that this example does not do dial out and dial in, but it does show you what is meant by a "dialer profile" which is the important concept. Dial in versus dial out is then trivial to configure, just define each in its own dialer.

Good luck and have fun!

Vincent C Jones

www.networkingunlimited.com