02-02-2005 08:07 AM
I have cisco 1711 with a WIC-1AM, I want to use the WIC-1AM for internet connection(this is the only connection to internet), how can I config the router for dialout?
thanks
02-02-2005 01:42 PM
02-02-2005 06:50 PM
thanks for your help.
I have read that doc, it did not work.
I don't have an IP under the async1 interface, so I can not use "dialer map ip" command, i have to use "ip addr nego", I guess
I am still trying to figure it out, but no luck
thanks again for your input
02-03-2005 08:43 AM
You need to use "ip address negotiated" with "dialer string xxxxxx" if dynamic ip address is assigned by ISP. also you need to use "script dialer
chat-script async "" "AT" OK "ATDT\T" TIMEOUT 60 CONNECT \c
!
Interface Async x
ip address negotiated
encap ppp
dialer-group 1
dialer in-band
dialer string
!
Line x
modem inout
modem autoconfigure discovery
script dialer async
If still doesn't work, need to have the debug for following with running config
debug chat
debug ppp nego
debug modem
debug dialer
debug ppp authentication
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide