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!

Cisco 3640 ISDN E1 Problem

Status
Not open for further replies.

DanielBowen

Technical User
Jan 26, 2001
137
0
0
GB
Hi there,

I have a Cisco 3640 router connected to 2 ISDN30 lines that we are trying to use as a dialup router. I have tried configuring the router but no no avail. When I dial the number from a land line I simply get "number is temporarily out of order", and the modems show a failed call.
I have attached the config below, could anybody have a look and give me some poiunters?

Thanks very much in advance,

Daniel,

ip address-pool local
isdn switch-type primary-net5
!
controller E1 0/0
pri-group timeslots 1-31
!
controller E1 0/1
pri-group timeslots 1-31
!
!
!
interface Loopback0
ip address 192.168.1.0 255.255.255.255
!
interface FastEthernet0/0
ip address 161.76.27.102 255.255.255.252
duplex auto
speed auto
!
interface Serial0/0:15
no ip address
encapsulation ppp
ip mroute-cache
isdn switch-type primary-net5
ppp authentication chap
!
interface Serial0/1:15
no ip address
encapsulation ppp
ip mroute-cache
isdn switch-type primary-net5
ppp authentication chap
!
interface Group-Async0
ip unnumbered Loopback0
encapsulation ppp
async mode interactive
peer default ip address pool dialin
ppp authentication chap dialins
group-range 33 62
!
interface Group-Async1
ip unnumbered Loopback0
encapsulation ppp
async mode interactive
peer default ip address pool dialin
ppp authentication chap dialins
group-range 65 94

interface Dialer0
ip address 12.2.2.1 255.255.255.252
encapsulation ppp
no ip mroute-cache
dialer pool 1
dialer idle-timeout 180
dialer max-call 30
dialer-group 1
peer default ip address pool dialin
no cdp enable
ppp authentication chap
ppp multilink
!
router eigrp 1
redistribute connected
network x.x.x.x
no auto-summary
eigrp log-neighbor-changes
!
ip local pool dialin x.x.x.x x.x.x.x
ip classless
no ip http server

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top