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

modem dialin to 3640 bri isdn

Status
Not open for further replies.

nettech99

IS-IT--Management
Jul 13, 2001
7
0
0
GB
I have just had to reload the ios on a 3640 router due to the flash being erased.

I also lost the startup-config and I am attempting to rewrite.

I can't get the bri isdn interfaces to answer when a pstn modem dials in. All i get is a long pause and then a continuous tone (suggesting no equipment connected).

I have'nt yet tried to configure a router to router connection I will be doing this once I have the dialin notebook users connected.

Any ideas would be very much appreciated.
 
Can you post the config you have so far.. change any IPs and passwords to "x" so something else.. this way we can see where we are at and where we need to get to.

MikeS
"Diplomacy; the art of saying 'nice doggie' till you can find a rock" Wynn Catlin
 
Thanks for your help. Heres the running config I,ve got at the moment.

Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname pmps_router
!
no logging console
enable secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXXXX
enable password XXXXXXXXXXXXX
!
username bob password 0 XXXXXXXXXXXXXX
username smithr password 0 XXXXXXXXXXXXXXXXXXX

modem country mica united-kingdom
no ip subnet-zero
no ip domain-lookup
isdn switch-type basic-net3
!
!
!
interface Ethernet0/0
ip address 192.100.101.12 255.255.255.0
no ip directed-broadcast
!
interface BRI2/0
no ip address
no ip directed-broadcast
no ip mroute-cache
isdn switch-type basic-net3
isdn tei-negotiation first-call
isdn incoming-voice modem
!
interface BRI2/1
no ip address
no ip directed-broadcast
no ip mroute-cache
isdn switch-type basic-net3
isdn tei-negotiation first-call
isdn incoming-voice modem
!
interface BRI2/2
no ip address
no ip directed-broadcast
no ip mroute-cache
isdn switch-type basic-net3
isdn tei-negotiation first-call
isdn incoming-voice modem
!
interface BRI2/3
no ip address
no ip directed-broadcast
no ip mroute-cache
isdn switch-type basic-net3
isdn tei-negotiation first-call
isdn incoming-voice modem
!
interface Group-Async1
ip unnumbered Ethernet0/0
no ip directed-broadcast
encapsulation ppp
ip tcp header-compression passive
async mode interactive
peer default ip address pool setup-pool
ppp authentication chap pap
group-range 33 44
!
ip local pool setup-pool 192.100.101.90 192.100.101.105
ip classless
!
!
line con 0
exec-timeout 0 0
autoselect ppp
transport input none
line 33 44
line aux 0
password ducatist4
login
line vty 0 4
login
!
end


Regards

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top