I just worked through this same scenario.  The PRI will not dial out to the
BRI when the frame-relay goes down, the BRI will have a backup statement to
dial when the frame-relay fails.  I have sample configs: but COO has them
too.  

First you will need to have the switch type from Telco...
PRI side
[isdn switch-type primary-dms100] global config

Next you will configure the controller:
controller T1 3/1
 pri-group timeslots 1-24
 description PRI for collector site BRI
framing esf 
linecode b8zs

verify framing and line code with telco....

You will need to decide if you will use authentication
username fff-lbs-rt password 0 tapew0rm
username fff-lbs-rt password 0 tapew0rm   

add authentication statement to each side of the connection in global
config.


interface Serial3/1:23
 description  BRI dial-in connection
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 dialer rotary-group 1
 dialer-group 1
 isdn switch-type primary-dms100
 isdn incoming-voice modem     

interface Dialer1
 ip address 192.168.170.129 255.255.255.192
 no ip directed-broadcast
 encapsulation ppp
 dialer in-band
 dialer idle-timeout 300
 dialer map ip 192.168.170.132 name Lynn
 dialer map ip 192.168.170.133 name Bangor
 dialer map ip 192.168.170.134 name Billings
 dialer map ip 192.168.170.135 name Redding
 dialer map ip 192.168.170.136 name SantaSusanna
 dialer map ip 192.168.170.137 name SanAntonio
 dialer map ip 192.168.170.138 name hartford
 dialer map ip 192.168.170.139 name ST.Paul
 dialer map ip 192.168.170.140 name Raleigh
 dialer map ip 192.168.170.141 name Jacksonville
 dialer map ip 192.168.170.142 name Midland
 dialer-group 1
 ppp authentication chap
 ppp multilink   



add this to Router RIP if you are using RIP

   distribute-list 1 out Dialer1

add this to your access list statements

      dialer-list 1 protocol ip permit

BRI config:

username Billings password cisco
username fff-lbs-rt password cisco
username fff-lbs-rt password cisco

isdn switch-type basic-ni

interface BRI1/0
 ip address 192.168.170.134 255.255.255.192
 encapsulation ppp
 dialer idle-timeout 300
 dialer map ip 192.168.170.129 name fff-lbs-rt broadcast [dial number]
 dialer map ip 192.168.170.130 name fff-lbs-rt broadcast [dial number]
 dialer hold-queue 75
 dialer load-threshold 5 either
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 40623719601111 2371960
 isdn spid2 40623719611111 2371961
 ppp authentication chap
 ppp multilink        


router rip
 version 2
 redistribute connected
 network 172.16.0.0
 network 172.20.0.0
 network 192.168.170.0
 distribute-list 1 out Serial0/0.1
 distribute-list 1 out Serial0/0.2
 distribute-list 1 out BRI1/0
 no auto-summary     

 
dialer-list 1 protocol ip permit


review ISDN commands and debug commands

Billings#sh isdn ?
  active   ISDN active calls
  history  ISDN call history
  memory   ISDN memory information
  status   ISDN Line Status
  timers   ISDN Timer values

debug isdn ?
  events        ISDN events
  q921          ISDN Q921 packets
  q931          ISDN Q931 packets  


sh isdn status to verify L1 and L2 before attempting a fail over call.

Verify ring to numbers are routed properly with telco...telco likes to @!#$
this up and push blame to the customer!!!

Good luck!

Ann Marie
                              

                                    

 -----Original Message-----
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent:   Tuesday, September 25, 2001 10:32 AM
To:     [EMAIL PROTECTED]
Subject:        dial backup (pri-to-pri and pri-to-bri) [7:21030]

hi.

I need help about isdn dial backup.

I have one central office and about 10 branches.
I will get frame relay connections between central office and branches.
I want to do dial backup with isdn. in central office pri and branches bri.

is it possible to configure central office (i mean pri) will set up dial
backup connection. 
i mean pri-to-bri dial backup
when frame relay goes down central site will set up one or two b channels to
each of branches. 

if someone has sample config of this scenario or has any idea i will be very
happy.

thanks
best regards.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=21041&t=21030
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to