RE: async issues - still cant get it to dial [7:12496] (FW) [7:12524]RE: async issues - still cant get it to dial [7:12496]
No Problem. May I forward these to the group? -Ejay P.s. It took me two weeks the first time I tried to make this work. -Original Message- From: No Data [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 2:07 PM To: Hire, Ejay Subject: RE: async issues - still cant get it to dial [7:12496] Oh man, that worked. Thank you so much. Im now going to try dial between two routers so if it isnt any inconvience to you I will probably need more help later today. Again, thank you so much. Ben --- "Hire, Ejay" wrote: > >00:01:48: CHAT1: Chat script dial finished, status > = > >Connection timed out; remote host not responding > > This indicates that the connection timed out. I.e. > the modem didn't finish > negotiating before the timeout. Let's increase the > timeout in the > Chatstring. Also, I saw your post on groupstudy > about the initialization > string, let's change that as well. > > Before: > chat-script dial ABORT ERROR "" "AT&F1" OK "ATDT \T" > TIMEOUT 30 CONNECT \c > After: > chat-script dial ABORT ERROR "" "AT&F&C1&D2" OK > "ATDT \T" TIMEOUT 60 CONNECT > \c > > See if that helps. > > -Ejay > > -----Original Message- > From: No Data [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 2001 1:25 PM > To: Hire, Ejay > Subject: RE: async issues - still cant get it to > dial [7:12496] > > > 1. The modem works ok via reverse telnet > > 2. OK > > 3. here is the out put > Router#ping 150.150.150.50 > > Type escape sequence to abort. > Sending 5, 100-byte ICMP Echos to 150.150.150.50, > timeout is 2 seconds: > > 00:01:43: Se0 DDR: rotor dialout [priority] > 00:01:43: Se0 DDR: Dialing cause ip (s=10.129.0.132, > d=150.150.150.50) > 00:01:43: Se0 DDR: Attempting to dial 1308334 > 00:01:43: CHAT1: Attempting async line dialer script > 00:01:43: CHAT1: Dialing using Modem script: dial & > System script: none > 00:01:43: CHAT1: process started > 00:01:43: CHAT1: Asserting DTR > 00:01:43: CHAT1: Chat script dial started... > 00:01:48: CHAT1: Chat script dial finished, status = > Connection timed out; remot > e host not responding > 00:01:48: Se0 DDR: disconnecting call.. > Success rate is 0 percent (0/5) > Router# > 00:02:03: Se0 DDR: re-enable timeout > 00:02:03: DDR: Dialing failed, 3 packets unqueued > and > discarded > Router# > > 4. The look on my face is definately priceless at > this point :) > > In the debug the script looks like it is timeing > out. > Here is the script that I have in there now. > > chat-script dial ABORT ERROR "" "AT&F1" OK "ATDT \T" > TIMEOUT 30 CONNECT \c > > Any ideas? > > Ben > > PS thanks for the help. > > --- "Hire, Ejay" wrote: > > 1. Reverse telnet to the modem to verify it is > > working okay. > > 2. Clear line x > > 3. debug dialer events & ping 150.150.x.x to see > if > > it is activating the > > dialer interface. > > 4. look confused. > > > > -Original Message- > > From: No Data [mailto:[EMAIL PROTECTED]] > > Sent: Monday, July 16, 2001 12:33 PM > > To: [EMAIL PROTECTED] > > Subject: async issues - still cant get it to dial > > [7:12496] > > > > > > Im still stuggling with an async connection. > Using > > Ejay's wonderful help last week Ive gotten my > router > > configured but I cant seem to get the modem to > dial. > > > > Right now I am just trying to dial into a remote > > dial-in server with ppp, pap authentication. Here > > is > > my config. > > > > Current configuration: > > ! > > version 12.1 > > service timestamps debug uptime > > service timestamps log uptime > > no service password-encryption > > ! > > hostname Router > > ! > > no logging console > > ! > > ! > > ! > > ! > > ! > > memory-size iomem 25 > > ip subnet-zero > > ! > > chat-script dial ABORT ERROR "" "AT Z" OK "ATDT > \T" > > TIMEOUT 30 CONNECT > > ! > > ! > > ! > > interface Serial0 > > physical-layer async > > no ip address > > encapsulation ppp > > dialer in-band > > dialer pool-member 1 > > async mode dedicated > > ! > > interface Serial1 > > no ip address > > shutdown > > ! > > interface FastEthernet0 > > ip address 10.129.0.132 255.255.0.0 > > speed auto > > ! > > interface Dialer1 > > ip addr
Re: async issues - still cant get it to dial [7:12496]
Give this a try. I have it working with USR external modems on 2610 routers--I am using dip switch settings 1 & 4 down everything else up on the modem. username password chat-script backup "" "atdt \T" TIMEOUT 60 "CONNECT" \c ! interface Serial0 physical-layer async ip address negotiated encapsulation ppp dialer in-band dialer idle-timeout 1200 dialer string dialer-group 1 no cdp enable ppp authentication pap ppp pap sent-username password ip route 0.0.0.0 0.0.0.0 Serial0 dialer-list 1 protocol ip permit line 33 script dialer backup modem InOut transport input all speed 57600 ""No Data"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Im still stuggling with an async connection. Using > Ejay's wonderful help last week Ive gotten my router > configured but I cant seem to get the modem to dial. > Right now I am just trying to dial into a remote > dial-in server with ppp, pap authentication. Here is > my config. > > Current configuration: > ! > version 12.1 > service timestamps debug uptime > service timestamps log uptime > no service password-encryption > ! > hostname Router > ! > no logging console > ! > ! > ! > ! > ! > memory-size iomem 25 > ip subnet-zero > ! > chat-script dial ABORT ERROR "" "AT Z" OK "ATDT \T" > TIMEOUT 30 CONNECT > ! > ! > ! > interface Serial0 > physical-layer async > no ip address > encapsulation ppp > dialer in-band > dialer pool-member 1 > async mode dedicated > ! > interface Serial1 > no ip address > shutdown > ! > interface FastEthernet0 > ip address 10.129.0.132 255.255.0.0 > speed auto > ! > interface Dialer1 > ip address negotiated > encapsulation ppp > dialer remote-name ? > dialer pool 1 > dialer string 1308334 > dialer hold-queue 100 > dialer-group 1 > ppp authentication pap > ppp pap sent-username 'name' password 'password' > ! > ip classless > ip route 0.0.0.0 0.0.0.0 10.129.0.1 > ip route 150.150.0.0 255.255.0.0 Dialer1 > no ip http server > ! > dialer-list 1 protocol ip permit > ! > line con 0 > transport input none > line 1 > no exec > script dialer dial > modem InOut > modem autoconfigure type usr_courier > transport input all > stopbits 1 > flowcontrol hardware > line aux 0 > line vty 0 4 > login > ! > end > > > Im using an external usr_courier and have the pins all > set to defaults. Does anyone have any ideas? > > Ben > > __ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail > http://personal.mail.yahoo.com/ Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=12521&t=12496 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: async issues - still cant get it to dial [7:12496]
use config maker -Original Message- From: No Data [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 9:05 PM To: [EMAIL PROTECTED] Subject: RE: async issues - still cant get it to dial [7:12496] I should be more specific I think. Im not even getting the modem to dial. I think my problem is with the chat script. I checked 56k.com and still have no idea how to write the script (yep, Im a complete newbie with modems) I believe I have the DIP switches set correctly now (3 and 8 down for the USR modem). The initialization string that the cisco website says to use is AT&F1S0=1 while 56k.com says AT&F1 should be fine. Maybe that narrows down the problem Im having. Ben --- Farhan Ahmed wrote: > are u getting the answer of access server or no > is it stays on verifying password or ur router > doesnt dial at all > check your modem chat script at 56k.com > send me > > debug ppp negotiation > > > -Original Message- > From: No Data [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 2001 8:33 PM > To: [EMAIL PROTECTED] > Subject: async issues - still cant get it to dial > [7:12496] > > > Im still stuggling with an async connection. Using > Ejay's wonderful help last week Ive gotten my router > configured but I cant seem to get the modem to dial. > > Right now I am just trying to dial into a remote > dial-in server with ppp, pap authentication. Here > is > my config. > > Current configuration: > ! > version 12.1 > service timestamps debug uptime > service timestamps log uptime > no service password-encryption > ! > hostname Router > ! > no logging console > ! > ! > ! > ! > ! > memory-size iomem 25 > ip subnet-zero > ! > chat-script dial ABORT ERROR "" "AT Z" OK "ATDT \T" > TIMEOUT 30 CONNECT > ! > ! > ! > interface Serial0 > physical-layer async > no ip address > encapsulation ppp > dialer in-band > dialer pool-member 1 > async mode dedicated > ! > interface Serial1 > no ip address > shutdown > ! > interface FastEthernet0 > ip address 10.129.0.132 255.255.0.0 > speed auto > ! > interface Dialer1 > ip address negotiated > encapsulation ppp > dialer remote-name ? > dialer pool 1 > dialer string 1308334 > dialer hold-queue 100 > dialer-group 1 > ppp authentication pap > ppp pap sent-username 'name' password 'password' > ! > ip classless > ip route 0.0.0.0 0.0.0.0 10.129.0.1 > ip route 150.150.0.0 255.255.0.0 Dialer1 > no ip http server > ! > dialer-list 1 protocol ip permit > ! > line con 0 > transport input none > line 1 > no exec > script dialer dial > modem InOut > modem autoconfigure type usr_courier > transport input all > stopbits 1 > flowcontrol hardware > line aux 0 > line vty 0 4 > login > ! > end > > > Im using an external usr_courier and have the pins > all > set to defaults. Does anyone have any ideas? > > Ben > > __ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail > http://personal.mail.yahoo.com/ [EMAIL PROTECTED] __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=12512&t=12496 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: async issues - still cant get it to dial [7:12496]
1. Reverse telnet to the modem to verify it is working okay. 2. Clear line x 3. debug dialer events & ping 150.150.x.x to see if it is activating the dialer interface. 4. look confused. -Original Message- From: No Data [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 12:33 PM To: [EMAIL PROTECTED] Subject: async issues - still cant get it to dial [7:12496] Im still stuggling with an async connection. Using Ejay's wonderful help last week Ive gotten my router configured but I cant seem to get the modem to dial. Right now I am just trying to dial into a remote dial-in server with ppp, pap authentication. Here is my config. Current configuration: ! version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! no logging console ! ! ! ! ! memory-size iomem 25 ip subnet-zero ! chat-script dial ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 CONNECT ! ! ! interface Serial0 physical-layer async no ip address encapsulation ppp dialer in-band dialer pool-member 1 async mode dedicated ! interface Serial1 no ip address shutdown ! interface FastEthernet0 ip address 10.129.0.132 255.255.0.0 speed auto ! interface Dialer1 ip address negotiated encapsulation ppp dialer remote-name ? dialer pool 1 dialer string 1308334 dialer hold-queue 100 dialer-group 1 ppp authentication pap ppp pap sent-username 'name' password 'password' ! ip classless ip route 0.0.0.0 0.0.0.0 10.129.0.1 ip route 150.150.0.0 255.255.0.0 Dialer1 no ip http server ! dialer-list 1 protocol ip permit ! line con 0 transport input none line 1 no exec script dialer dial modem InOut modem autoconfigure type usr_courier transport input all stopbits 1 flowcontrol hardware line aux 0 line vty 0 4 login ! end Im using an external usr_courier and have the pins all set to defaults. Does anyone have any ideas? Ben __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=12511&t=12496 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: async issues - still cant get it to dial [7:12496]
are u getting the answer of access server or no is it stays on verifying password or ur router doesnt dial at all check your modem chat script at 56k.com send me debug ppp negotiation -Original Message- From: No Data [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 8:33 PM To: [EMAIL PROTECTED] Subject: async issues - still cant get it to dial [7:12496] Im still stuggling with an async connection. Using Ejay's wonderful help last week Ive gotten my router configured but I cant seem to get the modem to dial. Right now I am just trying to dial into a remote dial-in server with ppp, pap authentication. Here is my config. Current configuration: ! version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! no logging console ! ! ! ! ! memory-size iomem 25 ip subnet-zero ! chat-script dial ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 CONNECT ! ! ! interface Serial0 physical-layer async no ip address encapsulation ppp dialer in-band dialer pool-member 1 async mode dedicated ! interface Serial1 no ip address shutdown ! interface FastEthernet0 ip address 10.129.0.132 255.255.0.0 speed auto ! interface Dialer1 ip address negotiated encapsulation ppp dialer remote-name ? dialer pool 1 dialer string 1308334 dialer hold-queue 100 dialer-group 1 ppp authentication pap ppp pap sent-username 'name' password 'password' ! ip classless ip route 0.0.0.0 0.0.0.0 10.129.0.1 ip route 150.150.0.0 255.255.0.0 Dialer1 no ip http server ! dialer-list 1 protocol ip permit ! line con 0 transport input none line 1 no exec script dialer dial modem InOut modem autoconfigure type usr_courier transport input all stopbits 1 flowcontrol hardware line aux 0 line vty 0 4 login ! end Im using an external usr_courier and have the pins all set to defaults. Does anyone have any ideas? Ben __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=12501&t=12496 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
RE: async issues - still cant get it to dial [7:12496]
I should be more specific I think. Im not even getting the modem to dial. I think my problem is with the chat script. I checked 56k.com and still have no idea how to write the script (yep, Im a complete newbie with modems) I believe I have the DIP switches set correctly now (3 and 8 down for the USR modem). The initialization string that the cisco website says to use is AT&F1S0=1 while 56k.com says AT&F1 should be fine. Maybe that narrows down the problem Im having. Ben --- Farhan Ahmed wrote: > are u getting the answer of access server or no > is it stays on verifying password or ur router > doesnt dial at all > check your modem chat script at 56k.com > send me > > debug ppp negotiation > > > -Original Message- > From: No Data [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 16, 2001 8:33 PM > To: [EMAIL PROTECTED] > Subject: async issues - still cant get it to dial > [7:12496] > > > Im still stuggling with an async connection. Using > Ejay's wonderful help last week Ive gotten my router > configured but I cant seem to get the modem to dial. > > Right now I am just trying to dial into a remote > dial-in server with ppp, pap authentication. Here > is > my config. > > Current configuration: > ! > version 12.1 > service timestamps debug uptime > service timestamps log uptime > no service password-encryption > ! > hostname Router > ! > no logging console > ! > ! > ! > ! > ! > memory-size iomem 25 > ip subnet-zero > ! > chat-script dial ABORT ERROR "" "AT Z" OK "ATDT \T" > TIMEOUT 30 CONNECT > ! > ! > ! > interface Serial0 > physical-layer async > no ip address > encapsulation ppp > dialer in-band > dialer pool-member 1 > async mode dedicated > ! > interface Serial1 > no ip address > shutdown > ! > interface FastEthernet0 > ip address 10.129.0.132 255.255.0.0 > speed auto > ! > interface Dialer1 > ip address negotiated > encapsulation ppp > dialer remote-name ? > dialer pool 1 > dialer string 1308334 > dialer hold-queue 100 > dialer-group 1 > ppp authentication pap > ppp pap sent-username 'name' password 'password' > ! > ip classless > ip route 0.0.0.0 0.0.0.0 10.129.0.1 > ip route 150.150.0.0 255.255.0.0 Dialer1 > no ip http server > ! > dialer-list 1 protocol ip permit > ! > line con 0 > transport input none > line 1 > no exec > script dialer dial > modem InOut > modem autoconfigure type usr_courier > transport input all > stopbits 1 > flowcontrol hardware > line aux 0 > line vty 0 4 > login > ! > end > > > Im using an external usr_courier and have the pins > all > set to defaults. Does anyone have any ideas? > > Ben > > __ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail > http://personal.mail.yahoo.com/ [EMAIL PROTECTED] __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=12502&t=12496 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
async issues - still cant get it to dial [7:12496]
Im still stuggling with an async connection. Using Ejay's wonderful help last week Ive gotten my router configured but I cant seem to get the modem to dial. Right now I am just trying to dial into a remote dial-in server with ppp, pap authentication. Here is my config. Current configuration: ! version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname Router ! no logging console ! ! ! ! ! memory-size iomem 25 ip subnet-zero ! chat-script dial ABORT ERROR "" "AT Z" OK "ATDT \T" TIMEOUT 30 CONNECT ! ! ! interface Serial0 physical-layer async no ip address encapsulation ppp dialer in-band dialer pool-member 1 async mode dedicated ! interface Serial1 no ip address shutdown ! interface FastEthernet0 ip address 10.129.0.132 255.255.0.0 speed auto ! interface Dialer1 ip address negotiated encapsulation ppp dialer remote-name ? dialer pool 1 dialer string 1308334 dialer hold-queue 100 dialer-group 1 ppp authentication pap ppp pap sent-username 'name' password 'password' ! ip classless ip route 0.0.0.0 0.0.0.0 10.129.0.1 ip route 150.150.0.0 255.255.0.0 Dialer1 no ip http server ! dialer-list 1 protocol ip permit ! line con 0 transport input none line 1 no exec script dialer dial modem InOut modem autoconfigure type usr_courier transport input all stopbits 1 flowcontrol hardware line aux 0 line vty 0 4 login ! end Im using an external usr_courier and have the pins all set to defaults. Does anyone have any ideas? Ben __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=12496&t=12496 -- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]