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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

example config required for PRI to BRI isdn data calls !

Status
Not open for further replies.

tangerine0072000

Technical User
Joined
Apr 20, 2005
Messages
83
Location
GB
Hi,
I'm new to configuring PRI interfaces. I basically have a couple of remote sites using Cisco 1700 routers standard ISDN lines. I'm ok with configuring the remote sites BRI interfaces, but little confused with the PRI config. My requirement is to have data (ip traffic) across the link.

I have an ISDN 30 with a Cisco 3600 router with an internal E1 channalized controller. I only need to configure two remote sites for dial-on-demand routing, but I'm note sure of the config. Anyone have any example I can use ??

thanks,
 
If you're using the PRI card I recommended a few days ago, this is how you configure them (this is taken from a live device I did awhile ago)

username siteb password ****
isdn switch-type primary-net5

controller E1 1/0
pri-group timeslots 1-8,16

interface Serial1/0:15
no ip address
encapsulation ppp
dialer pool-member 1
no snmp trap link-status
isdn switch-type primary-net5
no cdp enable
ppp authentication chap
ppp multilink

interface Dialer1
ip address a.b.c.d 255.255.255.252
encapsulation ppp
dialer pool 1
dialer remote-name siteB
dialer string 1111
dialer load-threshold 128 either
dialer watch-group 1
dialer-group 1
no cdp enable
ppp authentication chap
ppp chap hostname mainsite
ppp chap password ****
ppp multilink

access-list 172 deny tcp any any eq bgp
access-list 172 permit ip any any
dialer watch-list 1 ip v.w.x.y 255.255.255.240
dialer-list 1 protocol ip list 172
 
thanks, great comments as usual !.

I would like to use callback, do you know which additional commands I should use ?

thanks,

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top