cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
373
Views
0
Helpful
7
Replies

ISDN problem

minimintu
Level 1
Level 1

we have one central router of 3600 series.our remote offices are connected to this router through ISDN.PRI is terminated in the central router and BRI at remote location.Remote routers dial to central router. Now, i want that only central router should dial to remote router, how this can be done...help me out.i need this facility so that charges can be made on the basis of PRI connection....

plz help me out

7 Replies 7

ankurbhasin
Level 9
Level 9

HI Friend,

Hope this config may help you

!

interface Serial4/1:15

description ** ISDN PRI **

bandwidth 128

ip address x.x.x.x x.x.x.x

encapsulation ppp

dialer map ip name broadcast

dialer map ip name broadcast

dialer map ip name broadcast

dialer load-threshold 50 outbound

dialer-group 1

isdn switch-type primary-net5

no fair-queue

ppp authentication chap

ppp multilink

!

dialer-list 1 protocol ip list

!

now just configure access list for your interesting traffic by which I mean traffic which you want should trigger the isdn to the remote site.

There are many other ways to configure PRI to dial remote site and to fine tune the setup and above is just the one example which I have pasted .

HTH

Ankur

Hi

Dont forget to add the dialer string which u used to dial out and get connected to the remote location.

dialer map ip name broadcast 12345678

@ the remote location u can just keep it with

dialer map ip name broadcast to accept the dial ins from the central location.

do check this link for more info & also the sample config..

http://cisco.com/en/US/tech/tk801/tk133/technologies_configuration_example09186a00800943ad.shtml

Also would suggest to keep the current config intact with the dialers shut and make a new dialer to help u achieve this or else do take out a backup of the original working config before starting the modifications..

regds

dialers had been configured on central router where PRI is terminated.PRI has been configured on serial interface of central router and dialers are made...

what should be the configuration on central router and remote router....help me out

sachins_shinde
Level 1
Level 1

Hi Mini,

before designing first thing to consider what is the source of interesting traffic. If its central site then no issue u just needs to config the PRI either thru dialer profile or dialer map. If remote site is source of interest then u may think for callback option.

Sachin

remote site is source of traffic...

now how to i do the configuration on central site as well as remote site...

can anybody give me detailed configuration?????

HI Mini,

Hope this help you

For Callback Server :

HUB-ROUTER(config)#interface bri 0

HUB-ROUTER(config-if)#ip address 10.120.1.1 255.255.255.0

HUB-ROUTER(config-if)#encapsulation ppp

HUB-ROUTER(config-if)#dialer callback-secure

HUB-ROUTER(config-if)#dialer map ip 10.120.1.2 name CLIENT-ROUTER class

dial1 4085552222

HUB-ROUTER(config-if)#dialer-group1

HUB-ROUTER(config-if)#ppp callback accept

HUB-ROUTER(config-if)#ppp authentication chap

!

HUB-ROUTER(config)#map-class dialer dial1

HUB-ROUTER(config-map-class)#dialer callback-server username

For Callback Client :

CLIENT-ROUTER(config)#interface bri 0

CLIENT-ROUTER (config-if)#ip address 10.120.1.2 255.255.255.0

CLIENT-ROUTER (config-if)#encapsulation ppp

CLIENT-ROUTER (config-if)#dialer map ip 10.120.1.1 name HUB-Router

4085551111

CLIENT-ROUTER (config-if)#dialer-group 1

CLIENT-ROUTER (config-if)#ppp callback request

CLIENT-ROUTER (config-if)#ppp authentication chap

NOTE: pls put ACL for interesting traffic ( hub to client and viceversa in respective router).

Sachin

will this configuration work for PRI?...

let me tell you in detail...

central router has PRI configuration and dialers are made for all remote locations.

remote location router has BRI configuration...in present scenerio only remote router dials the central router...

now , i want that central router dials the remote router....

what configuration is to be done in central router(with PRI configuration) and remote end(BRI configuration)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card