cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
311
Views
0
Helpful
2
Replies

I can't make isnd call from 1603 router

a-dave
Level 1
Level 1

i have isdn PRI at my central site & isdn bri at branch.

when i try to make call from central site call is established but can't from branch to central site.

confiuration---

central site---

interface Serial0/1/6:15

ip unnumbered FastEthernet4/0/0

encapsulation ppp

no ip route-cache distributed

dialer pool-member 1

isdn switch-type primary-net5

isdn incoming-voice modem

peer default ip address pool dialup

ppp authentication pap chap

interface Dialer3

ip address 130.130.3.1 255.255.0.0

encapsulation ppp

dialer pool 1

dialer remote-name NANPURA-DTO

dialer string 3462882

dialer-group 1

ppp authentication chap

ppp multilink

Branch site---

interface BRI0

ip address 130.130.3.2 255.255.0.0

no ip directed-broadcast

encapsulation ppp

dialer-group 1

isdn switch-type basic-net3

ppp authentication chap

ppp multilink

!

interface Dialer1

ip address 130.130.3.2 255.255.0.0

no ip directed-broadcast

encapsulation ppp

dialer remote-name DOT-CENTRAL

dialer string 8311112

dialer-group 1

ppp authentication chap

ppp multilink

even when i issued sh isdn status at branch layer 1 & 2 is ok.

when i use same route at other location with only changing dialer string &

diler remote name it works fine.

pl help me to solve this problem.

Thanks

Anjal Dave

cms compter ltd.

2 Replies 2

makchitale
Level 6
Level 6

Add "dialer rotary-group 1" & "no ip address" under the physical interface.

After making this change if the same router works fine when calling from another location then make sure the remote side isdn line is provisioned for CALLOUT.

debug dialer / deb isdn q931 / deb ppp nego when calling from remote to central site will be useful.

Add

Thanks, Makarand.

tepatel
Cisco Employee
Cisco Employee

The dialer interface at branch office is bot binded with physical interface (bri0) because of that 1600 can't dialout..

At branch office, Just take the ip address out from the interface bri0 and add one more command "dialer pool-member 1"..Also add command "dialer pool 1" under the "interface dialer 1"..Just like you have on central office..

Tejal