Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Isdn callback to laptop with 2 BRI's. How???

Status
Not open for further replies.

adikell

Technical User
May 12, 2001
16
0
0
IL
I'v succeeded in configuring callback between a router to a router and a router to a laptop in two methods:
1) dialer rotary-group
2) dialer pool-member

I wrecked my brain up for two weeks until I'v acomplished
y three customer's needs, but one's yet to be achieved.
I am not succeeding ,from a laptop , to connect to the router with 2 BRI's , nor with a callback (most important).
My friend who can connect to his ISP by callback with 2
BRI's can not do it by connecting to me so the problem is in my configured router .

Please if anyone works at a company that practice this
situation , send me the conf since have'nt got a clue.
Additionally , if anyone needs configuration examples
I have a lot of versions

Thanks in advance
ADI

p.s.

my configuration:


Building configuration...

Current configuration : 2033 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname JAFIrouter
!
aaa new-model
!
!
aaa authentication ppp default local
aaa authorization network default local
aaa session-id common
enable secret 5 $1$JxKd$KfYByN1xMlik1kTg9HlJt0
!
username giora callback-dialstring 537XXXX password 0 XXX
username adi password 0 XXX
username igor callback-dialstring 903XXXX password 0 XXX
ip subnet-zero
!
!
!
isdn switch-type basic-net3
!
controller E1 2/0
!
controller E1 2/1
!
!
!
interface Loopback0
ip address 30.1.0.1 255.255.255.0
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface Serial0/0
no ip address
shutdown
no fair-queue
!
interface BRI0/0
no ip address
encapsulation ppp
dialer pool-member 3
dialer pool-member 2
dialer pool-member 4
isdn switch-type basic-net3
!
interface FastEthernet2/0
no ip address
shutdown
duplex auto
speed auto
!
interface Dialer10
ip address 100.1.0.1 255.255.255.0
encapsulation ppp
dialer pool 2
dialer remote-name igor
dialer string 9034013 class end
dialer caller 9034013
dialer-group 1
peer default ip address pool bas
pulse-time 0
ppp callback accept
ppp authentication chap
ppp multilink
!
interface Dialer20
ip address 69.1.0.1 255.255.0.0
encapsulation ppp
dialer pool 3
dialer remote-name giora
dialer string 5379114 class end
dialer caller 5379114
dialer-group 1
peer default ip address 69.1.0.2
ppp callback accept
ppp authentication chap
ppp multilink
!
interface Dialer30
ip address 200.1.0.1 255.255.255.0
encapsulation ppp
dialer pool 4
dialer remote-name adi
dialer caller 6775111
dialer-group 1
peer default ip address pool RAS
ppp authentication chap
ppp multilink
!
ip local pool RAS 200.1.0.2 200.1.0.253
ip local pool bas 100.1.0.5 100.1.0.50
ip classless
ip http server
ip pim bidir-enable
!
!
map-class dialer end
dialer callback-server username
dialer-list 1 protocol ip permit
!
line con 0
line aux 0
line vty 0 4
password cisco
!
!
end

 
interface BRI0/0
no ip address
encapsulation ppp
dialer rotary-group30
dialer rotary-group20
dialer rotary-group10
dialer pool-member 3
dialer pool-member 2
dialer pool-member 4
isdn switch-type basic-net3
!
interface Dialer30
dialer in-band
dialer callback-secure
ppp callback accept
dialer-map .......command
!

Why you are using 3 rotary group when u can use one..also u haven't configured dialer map coammand..

I think it should solve ur probs

regards
visit us:
 
if you have not noticed I used three dialer-pool not rotary-group, which cant be configured any way.
second i'm talking about call back to a laptop hence I do not need the dialer map command
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top