Cisco 870 Dialer issue

Hi,

I have a HQ site able to bring up a Dialer connection to a remote site (Site-BB). It also works in reverse i.e. Site-BB can make the connection into HQ. Now I have a requirement to get a 3rd site connecting into Site-BB.But when I create a new Dialer interface the original connection won't come up. Here are the details: ! hostname Site-BB ! ip cef no ip bootp server ip name-server 192.168.1.105 ! ! isdn switch-type basic-net3 ! ! username SIte-HQ password xxxxxxxxxx ! ! interface BRI0 no ip address no ip redirects no ip unreachables no ip proxy-arp ip flow ingress encapsulation ppp dialer pool-member 2 isdn switch-type basic-net3 isdn point-to-point-setup ! interface ATM0 no ip address no ip redirects no ip unreachables no ip proxy-arp ip flow ingress no atm ilmi-keepalive ! interface FastEthernet0 ! interface FastEthernet1 ! interface Vlan1 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$ ip address 192.168.4.250 255.255.255.0 no ip redirects no ip unreachables no ip proxy-arp ip flow ingress ip nat inside ip virtual-reassembly ip tcp adjust-mss 1452 ! interface Dialer0 no ip address ! interface Dialer1 no ip address encapsulation ppp dialer pool 1 dialer idle-timeout 20 dialer string 0191730044 dialer string 0191730066 dialer-group 1 no cdp enable ppp authentication chap pap callin ppp chap hostname Site-BB ppp chap password xxxxxxxxx ppp pap sent-username Site-BB password xxxxxxx ! interface Dialer3 ip address 10.0.4.1 255.255.255.0 encapsulation ppp dialer pool 2 dialer string 0191730044 dialer string 0191730066 dialer-group 2 no cdp enable ppp authentication chap pap callin ppp chap hostname Site-BB ppp chap password xxxxx ppp pap sent-username Site-BB password xxxxxxxxxx ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 Dialer3 ip route 192.168.1.1 255.255.255.255 192.168.4.254 ip route 192.168.1.4 255.255.255.255 192.168.4.254 ip route 192.168.1.5 255.255.255.255 192.168.4.254 ip route 192.168.1.6 255.255.255.255 192.168.4.254 ip route 192.168.1.105 255.255.255.255 Dialer3 ip route 192.168.1.151 255.255.255.255 192.168.4.254 ip route 192.168.1.153 255.255.255.255 192.168.4.254 ip http server ip http authentication local ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ! ip nat inside source list 1 interface Dialer0 overload ip nat outside source static network 192.168.1.105 192.168.4.250 /32 ! ip access-list extended OutSIte-HQ remark out to SIte-HQ remark SDM_ACL Category=1 remark out to HQ permit ip 192.168.4.0 0.0.0.255 10.0.4.0 0.0.0.255 ip access-list extended inboundSIte-HQ remark inboundSIte-HQ remark SDM_ACL Category=1 permit ip 10.0.4.0 0.0.0.255 192.168.4.0 0.0.0.255 ! logging trap debugging access-list 1 remark INSIDE_IF=Vlan1 access-list 1 remark SDM_ACL Category=3 access-list 1 permit 192.168.4.0 0.0.0.255 dialer-list 1 protocol ip permit dialer-list 2 protocol ip permit no cdp run ! ! control-plane ! banner login ^CCCCCCCCCCCCCCCCCAuthorized access only! no inservice ! end ______________ So above works fine both ways; when I add the new details below for the new site - it stops working ! username Site-BB password xxx ! interface BRI0 dialer pool-member 3 ! (now BRI0 has pool-member 2 and 3) ! ! interface Dialer99 description ISDN_to_New-site ip address 192.168.99.74 255.255.255.0 encapsulation ppp dialer pool 3 dialer string 0167115500 dialer-group 2 pulse-time 0 ppp authentication chap pap callin ppp chap hostname Site-BB ppp chap password 0 xxx ppp pap sent-username Site-BB password 0xxx ! ! ip route 192.168.200.0 255.255.255.0 dialer99 !___________________________________

Obviously I now need to be able to have ISDN access Site-BB from both HQ-Site and New-site. Any help appreciated. Thanks

Reply to
nedtrilby
Loading thread data ...

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.