3640 Digital Modem Problem [7:39709]

2002-03-27 Thread Firesox

Folks I need some assistance.
Here is my problem.  My customer has 3640 with 6-port mica digital modem and
the 4-port BRI-U module installed.

The IOS running is c3640-d-mz.120-3.T3 routing IP and appletalk.

I am trying to establish a remote dialin access for mobile/remote clients
dialing in using an analog modem.  I am using modem over BRI feature.

Verizon has confirmed the BRI lines are provisioned correctly to accept
analog calls on ISDN lines and I believe they are correct.

The calls come into the BRI modules, but never get forwarded to the digital
modem module within the router.   Every time I dial into the ISDN number
assigned to the one of the BRI lines, I get one ring and fast busy after
that.

I am starting to think there is something wrong with my config.  I have
attached my config.

Plesae let me know if anyone is familiar with this config.
Thanks in advance.
Firesox.





[demime removed a uuencoded section named 3640-modemoverbri.log which was
311 lines]




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



3640 Digital Modem Problem #2 - config [7:39710]

2002-03-27 Thread Firesox

Here is the config
3640-Router#sh run
Building configuration...

Current configuration:
!
! Last configuration change at 15:50:07 EST Fri Mar 22 2002
!
version 12.0
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname 3640-Router
!
logging buffered 8192 debugging
aaa new-model
aaa authentication login default radius local
aaa authentication login NOAUTH none
aaa authentication login LINE line
aaa authentication ppp default radius
aaa authorization network default radius
aaa accounting exec default start-stop radius
aaa accounting network default start-stop radius
enable secret 5 $1$WOiv$Y36Ly7qDTlc5.vjy8W4Ji.
!
username whatever password 7 15180805
clock timezone EST -5
clock summer-time ESD recurring
modem country mica usa
ip subnet-zero
no ip source-route
no ip finger
no ip domain-lookup
ip name-server 10.0.0.2
ip name-server 10.0.0.3
ip name-server 134.241.180.1
!
ip dhcp-server 10.0.0.2
appletalk routing
appletalk virtual-net 50 printers
isdn switch-type basic-dms100
!
!
!
interface Ethernet1/0
 ip address 10.0.9.4 255.255.0.0
 no ip directed-broadcast
 appletalk cable-range 1-30 11.236
 appletalk zone printers
!
interface BRI2/0
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 ip tcp header-compression passive
 isdn switch-type basic-dms100
 isdn spid1 xx xx
 isdn spid2 xx xx
 isdn incoming-voice modem
 no cdp enable
!
interface BRI2/1
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 isdn switch-type basic-dms100
 isdn spid1 xx xx
 isdn spid2 xx xx
 isdn incoming-voice modem
 no cdp enable
!
interface BRI2/2
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 shutdown
 isdn switch-type basic-5ess
 isdn incoming-voice modem
!
interface BRI2/3
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 shutdown
 isdn switch-type basic-5ess
 isdn incoming-voice modem
!
interface Group-Async0
 description Analog Lines in Slot 3
 ip unnumbered Ethernet1/0
 no ip directed-broadcast
 encapsulation ppp
 ip tcp header-compression passive
 async mode interactive
 appletalk client-mode
 peer default ip address dhcp
 no cdp enable
 ppp authentication ms-chap chap pap
 group-range 97 104
!
interface Group-Async1
 description Digital Modem Module in Slot 0
 ip unnumbered Ethernet1/0
 no ip directed-broadcast
 encapsulation ppp
 ip tcp header-compression passive
 async mode interactive
 appletalk client-mode
 peer default ip address dhcp
 no cdp enable
 ppp authentication ms-chap chap pap
 group-range 1 12
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.0.1
no ip http server
!
radius-server host 10.0.0.20 auth-port 1645 acct-port 1646
radius-server timeout 20
radius-server key budlight
!
line con 0
 logging synchronous
 login authentication NOAUTH
 transport input none
line 1 12
 autoselect during-login
 autoselect ppp
 modem InOut
 transport input all
line 97 104
 autoselect during-login
 autoselect ppp
 modem InOut
 transport input all
line aux 0
line vty 0 4
 password 7 07052245
 login authentication LINE




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



RE: 3640 Digital Modem Problem [7:39709]

2002-03-27 Thread Michael Williams

I looked over your config.  It looks like everything's in order.  I must
admit I've not used the BRI as you are, only PRI, but concept is similar.

I did find an URL:

http://www.cisco.com/univercd/cc/td/doc/cisintwk/itg_v1/tr1917.htm

(watch for wrap)  I found something there saying:


Digital (Integrated) Modem Call Pickup
On an external modem, it is clear whether the call is getting answered, but
internal modems require a manual call to the receiving number. Listen for
the answer back tone (ABT). If no ABT is heard, check the configuration for
two things:


Make sure that the command isdn incoming-voice modem exists under any ISDN
interfaces handling incoming modem connections.


Under the line configuration for the modem's TTY, make sure that the command
modem inout exists.

It is also possible that an internal modem was not allocated by the Call
Switching Module (CSM) to handle the incoming call. This problem can be
caused by modem or resource pools being configured for too few incoming
connections, or the access server my simply be out of modems. Check the
availability of modems, and adjust the modem pool or resource pool manager
settings appropriately. If a modem was allocated and the configuration shows
modem inout, gather debugs and contact Cisco for assistance
---

Note the last part saying contact Cisco.  Basically it seems you've done
what this is recommending so a call to TAC may be in order

HTH,
Mike W.


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



Re: Digital Modem NM-12DM connect speed 28.8 problem

2000-05-18 Thread Tristan Clark

You Need to Install the 56K V90 Upgrade.

You can download This on the Cisco Web Site Free.

http://www.cisco.com/public/sw-center/sw-access.shtml

Place the Download File eg. mica-modem-pw.2.6.2.0.bin
in your Flash.
When the Router Boots it will look in the Flash for a Later Version
the Modem Firmware.

Regards

Tristan Clark, MCSE, CCNA, CCNP
Comms Consultant
Mobile 07976 275222
Work 01344 351706

 "Tim" [EMAIL PROTECTED] 05/17/00 03:29am 
 How can I get dialup connect speeds up to 56k vice 28.8 from analog modems?
 What sets the baud rate for inbound calls??

Thanks,
 Timy



___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html 
FAQ, list archives, and subscription info: http://www.groupstudy.com 
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

**

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Digital Modem NM-12DM connect speed 28.8 problem

2000-05-16 Thread Tim

 How can I get dialup connect speeds up to 56k vice 28.8 from analog modems?
 What sets the baud rate for inbound calls??

Thanks,
 Tim



___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: digital modem

2000-05-12 Thread Nick Brooks

use the BRI modules instead.  if they're trying to use the modems stand
alone, they can't do this, they need at least BRI's to interact with
them. 

Jim Bond wrote:
 
 Hello,
 
 If no PRI installed in 3640, how can you use the
 digital modems? I thought you couldn't, but my
 customer insist you can. Any thoughts?
 Thanks in advance.
 
 Jim
 
 __
 Do You Yahoo!?
 Send instant messages  get email alerts with Yahoo! Messenger.
 http://im.yahoo.com/
 
 ___
 UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
 FAQ, list archives, and subscription info: http://www.groupstudy.com
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
 ---

-- 
  .~.
  /V\   L   I   N   U   X
 // \\ Phear the Penguin
/(   )\
 ^^-^^

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



digital modem

2000-05-11 Thread Jim Bond

Hello,

If no PRI installed in 3640, how can you use the
digital modems? I thought you couldn't, but my
customer insist you can. Any thoughts?
Thanks in advance.

Jim

__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]