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

problem with async dialup connection

Status
Not open for further replies.

xp

Technical User
Jul 19, 2001
25
Hi,
I have a problem configuring my 2520 to dial the internet using an external
modem connected to serial3. The router will not talk to the modem. I have
included the modem information from the .inf file . All help appreciated.
Brian

cheetah Modem settings as follows:

HKR, Init, 1,, &quot;AT<cr>&quot;
HKR, Init, 2,, &quot;AT&FE0V1S0=0&C1&D2+MR=2;+DR=1;+ER=1;W0<cr>&quot;
HKR, Monitor, 1,, &quot;ATS0=0<cr>&quot;
HKR, Monitor, 2,, &quot;None&quot;
HKR, Hangup, 1,, &quot;ATH<cr>&quot;
HKR, Answer, 1,, &quot;ATA<cr>&quot;
HKR, , Reset,, &quot;ATZ<cr>&quot;
HKR, Settings, Prefix,, &quot;AT&quot;
HKR, Settings, Terminator,, &quot;<cr>&quot;
HKR, Settings, DialPrefix,, &quot;D&quot;
HKR, Settings, DialSuffix,, &quot;;&quot;
HKR, Settings, SpeakerVolume_Low,, &quot;L0&quot;
HKR, Settings, SpeakerVolume_Med,, &quot;L2&quot;
HKR, Settings, SpeakerVolume_High,, &quot;L3&quot;
HKR, Settings, SpeakerMode_Off,, &quot;M0&quot;
HKR, Settings, SpeakerMode_Dial,, &quot;M1&quot;
HKR, Settings, SpeakerMode_On,, &quot;M2&quot;
HKR, Settings, SpeakerMode_Setup,, &quot;M3&quot;
HKR, Settings, FlowControl_Off,, &quot;+IFC=0,0;&quot;
HKR, Settings, FlowControl_Hard,, &quot;+IFC=2,2;&quot;
HKR, Settings, FlowControl_Soft,, &quot;+IFC=1,1;&quot;
HKR, Settings, Pulse,, &quot;P&quot;
HKR, Settings, Tone,, &quot;T&quot;
HKR, Settings, Blind_Off,, &quot;X4&quot;
HKR, Settings, Blind_On,, &quot;X3&quot;
HKR, Settings, CallSetupFailTimer,, &quot;S7=<#>&quot;
HKR, Settings, ErrorControl_On,, &quot;+ES=3,0,2;&quot;
HKR, Settings, ErrorControl_Off,, &quot;+ES=1,0,1;&quot;
HKR, Settings, ErrorControl_Forced,, &quot;+ES=3,2,4;&quot;
HKR, Settings, Compression_On,, &quot;+DS=3;&quot;
HKR, Settings, Compression_Off,, &quot;+DS=0;&quot;


Router config as follows:


service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname Sydney-r-2520
!
enable password cisco
!
no ip name-server
!
ip subnet-zero
no ip domain-lookup
ip routing
modemcap entry cheetah:AT&FE0V1S0=0&C1&D2+MR=2;+DR=1;+ER=1;
!
interface Dialer 1
description connected to Internet
ip address negotiated
ip nat outside
encapsulation ppp
dialer in-band
dialer idle-timeout 120
dialer string 0198308888
dialer hold-queue 10
dialer-group 1
pulse-time 3
ppp authentication chap pap callin
ppp chap hostname xxxxxxx
ppp chap password storm
ppp pap sent-username xxxxxxx password xxxxxxx
no cdp enable
!
interface Ethernet 0
no shutdown
description connected to SydLAN
ip address 192.168.2.2 255.255.255.0
ip nat inside
keepalive 10
!
cut
!
interface Serial 3
physical-layer async
no shutdown
description connected to Internet
no ip address
async mode dedicated
dialer rotary-group 1
!
! Access Control List 1
!
no access-list 1
access-list 1 permit 192.168.101.0 0.0.0.3
access-list 1 permit 192.168.102.0 0.0.0.3
access-list 1 permit 192.168.2.0 0.0.0.255
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 1 permit 192.168.100.0 0.0.0.3
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 1 permit 192.168.3.0 0.0.0.255
!
! Dynamic NAT
!
ip nat translation timeout 86400
ip nat translation tcp-timeout 86400
ip nat translation udp-timeout 300
ip nat translation dns-timeout 60
ip nat translation finrst-timeout 60
ip nat inside source list 1 interface Dialer 1 overload
!
router rip
version 2
network 192.168.2.0
network 192.168.101.0
network 192.168.102.0
passive-interface Dialer 1
no auto-summary
!
!
ip classless
!
! IP Static Routes
ip route 0.0.0.0 0.0.0.0 Dialer 1
ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
banner motd # Sydney 2520#
!
line console 0
exec-timeout 0 0
password xxxxxxx
login
!
line vty 0 4
password xxxxxxx
login
!
line 3
modem InOut
modem autoconfigure type cheetah
transport input all
stopbits 1
speed 38400
flowcontrol hardware

!
end


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top