LedZepRock
MIS
Hi, sorry I have asked a question like this before, but failed to ever get a working answer, I have got further with this now, but am still running into trouble.
I think the problem is my lack of understanding on the dialer-groups (I have looked at the cisco online help, but it doesnt explain any better). The configuration below works fine for dialer 1, but dialer 2 always gives me an error saying...
2d08h: Di2 DDR: No free dialer - starting fast idle timer
2d08h: Di2 DDR: No free dialer - starting fast idle timer
(Using "debug dialer events")
Can anybody explain where I am going wrong, both of these are rare connections and I would like them to share a single ISDN.
Thanks
Simon
------------------------------------------------------------
Building configuration...
Current configuration : 2070 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 2610dr
!
enable secret 5 xxxxxxxxxxxxx
!
ip subnet-zero
!
!
!
isdn switch-type basic-net3
!
!
!
interface FastEthernet0/0
ip address 192.168.101.97 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface BRI1/0
no ip address
ip nat outside
encapsulation ppp
dialer rotary-group 1
isdn switch-type basic-net3
no cdp enable
!
interface BRI1/1
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/2
no ip address
isdn switch-type basic-net3
!
interface BRI1/3
no ip address
isdn switch-type basic-net3
!
interface BRI1/4
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/5
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/6
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/7
no ip address
isdn switch-type basic-net3
!
interface Async1
no ip address
!
interface Async2
no ip address
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer in-band
dialer string 909090909090
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp pap sent-username XXXXX password 0 XXXXX
!
interface Dialer2
ip address negotiated
ip nat outside
encapsulation ppp
dialer in-band
dialer string 101010101
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp pap sent-username XXXXX password 0 XXXXXX
!
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source list 2 interface Dialer2 overload
ip classless
ip route 10.10.10.10 255.255.255.255 Dialer1
ip route 20.20.20.20 255.255.255.255 Dialer2
no ip http server
ip pim bidir-enable
!
!
access-list 1 permit 192.168.101.0 0.0.0.255
access-list 2 permit 192.168.101.0 0.0.0.255
dialer-list 1 protocol ip permit
dialer-list 2 protocol ip permit
!
line con 0
line 1 2
line aux 0
line vty 0 4
password XXXXXX
login
!
!
end
2610dr#
I think the problem is my lack of understanding on the dialer-groups (I have looked at the cisco online help, but it doesnt explain any better). The configuration below works fine for dialer 1, but dialer 2 always gives me an error saying...
2d08h: Di2 DDR: No free dialer - starting fast idle timer
2d08h: Di2 DDR: No free dialer - starting fast idle timer
(Using "debug dialer events")
Can anybody explain where I am going wrong, both of these are rare connections and I would like them to share a single ISDN.
Thanks
Simon
------------------------------------------------------------
Building configuration...
Current configuration : 2070 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 2610dr
!
enable secret 5 xxxxxxxxxxxxx
!
ip subnet-zero
!
!
!
isdn switch-type basic-net3
!
!
!
interface FastEthernet0/0
ip address 192.168.101.97 255.255.255.0
ip nat inside
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface BRI1/0
no ip address
ip nat outside
encapsulation ppp
dialer rotary-group 1
isdn switch-type basic-net3
no cdp enable
!
interface BRI1/1
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/2
no ip address
isdn switch-type basic-net3
!
interface BRI1/3
no ip address
isdn switch-type basic-net3
!
interface BRI1/4
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/5
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/6
no ip address
shutdown
isdn switch-type basic-net3
!
interface BRI1/7
no ip address
isdn switch-type basic-net3
!
interface Async1
no ip address
!
interface Async2
no ip address
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer in-band
dialer string 909090909090
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp pap sent-username XXXXX password 0 XXXXX
!
interface Dialer2
ip address negotiated
ip nat outside
encapsulation ppp
dialer in-band
dialer string 101010101
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp pap sent-username XXXXX password 0 XXXXXX
!
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source list 2 interface Dialer2 overload
ip classless
ip route 10.10.10.10 255.255.255.255 Dialer1
ip route 20.20.20.20 255.255.255.255 Dialer2
no ip http server
ip pim bidir-enable
!
!
access-list 1 permit 192.168.101.0 0.0.0.255
access-list 2 permit 192.168.101.0 0.0.0.255
dialer-list 1 protocol ip permit
dialer-list 2 protocol ip permit
!
line con 0
line 1 2
line aux 0
line vty 0 4
password XXXXXX
login
!
!
end
2610dr#