Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > using the AUX port for dialing an ISP

Reply
Thread Tools

using the AUX port for dialing an ISP

 
 
Paul Cocker
Guest
Posts: n/a
 
      02-02-2005
Hi, I'm trying to use the AUX port with a modem connected to dialup to an
ISP. I know the connectivity to the modem is fine as I can reverse telnet
to it and make it dial numbers with ATDT. I've setup the following config
which I thought would kick the dialer into action when I pinged
192.168.200.1 but it doesn't work.

Can anyone shed any light on this for me please?

Thanks
Paul


chat-script Dialout ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T" TIMEOUT 45
CONNECT \c

interface Async65
no ip address
ip nat outside
encapsulation ppp
dialer in-band
dialer pool-member 20
async default routing
async mode dedicated

interface Dialer10
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 20
dialer idle-timeout 900
dialer string <number deleted>
ppp chap hostname <deleted>
ppp chap password 7 <deleted>

ip route 192.168.200.1 255.255.255.255 Dialer10

line aux 0
script dialer Dialout
modem InOut
modem autoconfigure type default
transport input all
stopbits 1
speed 115200
flowcontrol hardware


 
Reply With Quote
 
 
 
 
Paul Cocker
Guest
Posts: n/a
 
      02-02-2005
I seem to have resolved this now.
No reply needed.

Thanks

"Paul Cocker" <> wrote in message
news:ctqric$le3$...
> Hi, I'm trying to use the AUX port with a modem connected to dialup to an
> ISP. I know the connectivity to the modem is fine as I can reverse telnet
> to it and make it dial numbers with ATDT. I've setup the following config
> which I thought would kick the dialer into action when I pinged
> 192.168.200.1 but it doesn't work.
>
> Can anyone shed any light on this for me please?
>
> Thanks
> Paul
>
>
> chat-script Dialout ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T" TIMEOUT 45
> CONNECT \c
>
> interface Async65
> no ip address
> ip nat outside
> encapsulation ppp
> dialer in-band
> dialer pool-member 20
> async default routing
> async mode dedicated
>
> interface Dialer10
> ip address negotiated
> ip nat outside
> encapsulation ppp
> dialer pool 20
> dialer idle-timeout 900
> dialer string <number deleted>
> ppp chap hostname <deleted>
> ppp chap password 7 <deleted>
>
> ip route 192.168.200.1 255.255.255.255 Dialer10
>
> line aux 0
> script dialer Dialout
> modem InOut
> modem autoconfigure type default
> transport input all
> stopbits 1
> speed 115200
> flowcontrol hardware
>



 
Reply With Quote
 
 
 
 
Aaron Leonard
Guest
Posts: n/a
 
      02-02-2005
You need "interesting traffic" - i.e.
a dialer-group on your dialer interface pointing to
a dialer-list.

I think you're pretty good otherwise ... here's some
debugs for you:

debug dialer
debug modem
debug chat line 65
debug ppp negotiation

http://www.cisco.com/univercd/cc/td/...fg/advscen.pdf
has a pretty good sample config for you - see pp 4-15, 4-16.

Cheers,

Aaron

---

~ Hi, I'm trying to use the AUX port with a modem connected to dialup to an
~ ISP. I know the connectivity to the modem is fine as I can reverse telnet
~ to it and make it dial numbers with ATDT. I've setup the following config
~ which I thought would kick the dialer into action when I pinged
~ 192.168.200.1 but it doesn't work.
~
~ Can anyone shed any light on this for me please?
~
~ Thanks
~ Paul
~
~
~ chat-script Dialout ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T" TIMEOUT 45
~ CONNECT \c
~
~ interface Async65
~ no ip address
~ ip nat outside
~ encapsulation ppp
~ dialer in-band
~ dialer pool-member 20
~ async default routing
~ async mode dedicated
~
~ interface Dialer10
~ ip address negotiated
~ ip nat outside
~ encapsulation ppp
~ dialer pool 20
~ dialer idle-timeout 900
~ dialer string <number deleted>
~ ppp chap hostname <deleted>
~ ppp chap password 7 <deleted>
~
~ ip route 192.168.200.1 255.255.255.255 Dialer10
~
~ line aux 0
~ script dialer Dialout
~ modem InOut
~ modem autoconfigure type default
~ transport input all
~ stopbits 1
~ speed 115200
~ flowcontrol hardware
~

 
Reply With Quote
 
Paul Cocker
Guest
Posts: n/a
 
      02-02-2005
Thanks Aaron, appreciated.

Paul


"Aaron Leonard" <> wrote in message
news:...
> You need "interesting traffic" - i.e.
> a dialer-group on your dialer interface pointing to
> a dialer-list.
>
> I think you're pretty good otherwise ... here's some
> debugs for you:
>
> debug dialer
> debug modem
> debug chat line 65
> debug ppp negotiation
>
> http://www.cisco.com/univercd/cc/td/...fg/advscen.pdf
> has a pretty good sample config for you - see pp 4-15, 4-16.
>
> Cheers,
>
> Aaron
>
> ---
>
> ~ Hi, I'm trying to use the AUX port with a modem connected to dialup to
> an
> ~ ISP. I know the connectivity to the modem is fine as I can reverse
> telnet
> ~ to it and make it dial numbers with ATDT. I've setup the following
> config
> ~ which I thought would kick the dialer into action when I pinged
> ~ 192.168.200.1 but it doesn't work.
> ~
> ~ Can anyone shed any light on this for me please?
> ~
> ~ Thanks
> ~ Paul
> ~
> ~
> ~ chat-script Dialout ABORT ERROR ABORT BUSY "" "AT" OK "ATDT \T" TIMEOUT
> 45
> ~ CONNECT \c
> ~
> ~ interface Async65
> ~ no ip address
> ~ ip nat outside
> ~ encapsulation ppp
> ~ dialer in-band
> ~ dialer pool-member 20
> ~ async default routing
> ~ async mode dedicated
> ~
> ~ interface Dialer10
> ~ ip address negotiated
> ~ ip nat outside
> ~ encapsulation ppp
> ~ dialer pool 20
> ~ dialer idle-timeout 900
> ~ dialer string <number deleted>
> ~ ppp chap hostname <deleted>
> ~ ppp chap password 7 <deleted>
> ~
> ~ ip route 192.168.200.1 255.255.255.255 Dialer10
> ~
> ~ line aux 0
> ~ script dialer Dialout
> ~ modem InOut
> ~ modem autoconfigure type default
> ~ transport input all
> ~ stopbits 1
> ~ speed 115200
> ~ flowcontrol hardware
> ~
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Something's dialing my ISP timJ Computer Security 4 09-14-2004 01:59 PM
aux port and modem configurations Beppe Cisco 1 02-17-2004 11:06 PM
AUX PORT George Zaroubi Cisco 6 01-27-2004 04:58 AM
GSM modem nokia 30 initialization string - cisoc aux port remote dial in erike Cisco 3 12-31-2003 08:55 PM
cisco aux port Tom Wu Cisco 5 10-26-2003 06:47 PM



Advertisments