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

Configure a dialer

Status
Not open for further replies.

thequietstorm

IS-IT--Management
Jul 1, 2002
14
0
0
US
Hi Everyone,

Can someone help me configure the dialer for a router. I need to be able to dial into it, in case I need to make changes. Anyone has a sample configuration or some instructions on how to do this task? Thank you in advance for you help.

 
What kind of router do you have?

If your router has Async/Sync serial port, try this

conf t
chat-scrip test ABORT ERROR ABORT BUSY ABORT "NO ANSWER" "" "ATDT2222" (TEL #) TIIMEOUT 3O CONNECT /c

Interface serial 1
physical-layer async
ip add x.x.x.x 255.255.255.0
encapsulation ppp
dialer in-band (defining dial on demand)
dialer idle-timeout xxx (optional)
dialer map ip y.y.y.y name zzzz modem-script test
dialer-group 1
async mode dedicated
ppp authentication pap chap

line 1
modem inout
transport input all
modem autoconfigure type www
autohangup
speed 115200
stopbits 1
flowcontrol hardware
--------------------------------

where
yyyyy = remote router serial ip address
zzzz = remote ruoter hostname
www = your modem type


If you need any further assistnat, you can email me
turetb@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top