I 've connected a USRobotics 33600 modem to the serial port 0 of a
Cisco 1601 router. The cable used for this is a DTE cable ref.
EIA/TIA- 232 DTE (CAB-232MT). The serial port of the modem is settled
up to 115200bps.
Could anyone tell me how to configure this router to get things
working ? Do you have any "sample configuration" ?
Thanks a lot for your help !!
You haven't described exactly what you want to do with this setup,
so I don't know what "get things working" might mean.
Here are some URLs:
http://www.cisco.com/warp/public/701/21.html - "Basic Modem Cabling
and Configuration". The instructions for hooking up to
"line aux 0" will be generally applicable to your "line 1",
except that your top speed will be 115200 instead of 38400.
Oh, and "transport input all" on the line is necessary for reverse telnet
nowadays.
http://www.cisco.com/warp/public/701/6.html - "Connecting a SLIP/PPP
Device to a Router's AUX Port" - should also help.
Aaron
dialer-list 1 protocol ip permit
int s0
ip address x.x.x.x mask.mask.mask.mask
dialer in-band
dialer map ip next-hop-address phone-number
dialer-group 1
I assume there is no username and password, and you need to add in the next
hop address.
Chit
st...@meditnet.com wrote in article
<34a7c06e....@news.meditnet.com>...