My home network is powered by a cisco 1601 connected to a USR 
56kbps sportster via an RS-232 cable. The connection is made to 
the onboard DB-60 serial interface.  It is predominately set up 
for dialing to an ISP, but I have called into the line from a 
laptop (with modem) to do testing.  You really didn't indicate 
exactly how you were looking to use this connection, so my 
assumption is a setup for remote management, or possibly 
connecting networks via DDR over this line.  There should be no 
problem.  Here is a subset of my config:

hostname router:-)
!
logging rate-limit console 10 except errors
enable secret 5 xxxxxxxx
enable password 7 xxxxxx
!
username xxxxxx password 7 xxxxxxx
clock timezone Eastern_Standard_Time -5
ip subnet-zero
no ip finger
no ip domain-lookup
!
!
interface Loopback0
 ip address 192.168.254.253 255.255.255.252
!
interface Ethernet0
 mac-address 0000.0c00.1601
 ip address 192.168.1.1 255.255.255.0
 ip nat inside
!
interface Serial0
 physical-layer async
 bandwidth 56
 ip address negotiated
 ip access-group 105 in
 ip nat outside
 encapsulation ppp
 ip tcp header-compression
 no ip mroute-cache
 dialer in-band
 dialer idle-timeout 3600
 dialer string 7035551212
 dialer string 7035553434
 dialer string 7035555656
 dialer string 7035557878
 dialer hold-queue 50
 dialer-group 1
 async mode dedicated
 no peer default ip address
 ppp authentication pap callin
 ppp pap sent-username xxxxxxxx password 7 xxxxxxxx
!
ip nat inside source list 101 interface Serial0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0 permanent
no ip http server
!
logging 192.168.1.69
!
! All access lists removed :-)
!
line con 0
 exec-timeout 20 0
 password 7 xxxxxxxx
 login
 transport input telnet
line 1
 login local
 modem InOut
 modem autoconfigure type usr_sportster
 transport input telnet
 speed 115200
line vty 0 4
 access-class 7 in
 exec-timeout 30 0
 password 7 xxxxxxxxx
 login

HTH,

Paul Werner



> > Hi all,
> >
> > Just a quick one.
> >
> > Anyone connected a modem via RS232 cable to Serial 
interface of a 1600
> for
> > dial in.
> > Mainly interested to see if it is possible.
> > At the moment is failing, seemingly at the authentication, 
but no
> debug
> for
> > this other than closing call.
> > Does 1600 have TTY capability.


________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=2708&t=2708
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to