Re: 1600 Serial connected modem [7:2592]

2001-05-01 Thread Gareth Hinton

Hi Jason,

I'm working on a serial port set to async with DB60 to DB25 cable. I've done
them on console and aux, but struggling at the moment with serial
connection.

Regards,

Gaz

Jason Roysdon  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 The problem is that the 1600 has no AUX port.  Yes, you can get a modem to
 work on the CON port, the same as you could get it to work on a PIX CON
 port, but you have to make the modem do all the work.  I'm not 100%
certain
 on this, but fairly certain.  YMMV.

 --
 Jason Roysdon, CCNP+Security/CCDP, MCSE, CNA, Network+, A+
 List email: [EMAIL PROTECTED]
 Homepage: http://jason.artoo.net/



 Gareth Hinton  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  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.
 
  Thanks,
 
  Gaz
  FAQ, list archives, and subscription info:
 http://www.groupstudy.com/list/cisco.html
  Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




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



Re: 1600 Serial connected modem [7:2592]

2001-05-01 Thread Robert Nelson-Cox


Hi Jason,

Have you set the serial port to Async?

I'm working on a serial port set to async with DB60 to DB25 cable. I've 
done
them on console and aux, but struggling at the moment with serial
connection.

Regards,

Gaz

I have two 1600's with Dial-in over the serial ports on WIC-1Ts, they work 
great, 115kBaud, rather than 38K on aux ports.

Rob./

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




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



Re: 1600 Serial connected modem [7:2592]

2001-05-01 Thread Gareth Hinton

Config below:

hostname **
!

!
username ** password *
username  callback-dialstring 123456789 password ***

isdn switch-type basic-net3
chat-script Callback ABORT ERROR ABORT BUSY  ATZ OK ATDT \T TIMEOUT 30
CON
NECT \C
chat-script offhook  ath1 ok \c
!
!
interface Serial0
 physical-layer async
 ip address 192.168.30.1 255.255.255.0
 ip tcp header-compression passive
 encapsulation ppp
 dialer in-band
 peer default ip address 192.168.30.1
 async mode interactive
 ppp callback accept
 ppp authentication pap chap callin
!
interface BRI0
 ip address 192.168.29.1 255.255.255.0
 encapsulation ppp
 dialer-group 1
 isdn caller 0
 peer default ip address 192.168.29.20
 ppp authentication chap
 ppp multilink
!
ip classless
!
map-class dialer Callback
 dialer callback-server username
dialer-list 1 protocol ip permit
!
line con 0
 password 
 login
line 1
 autoselect during-login
 autoselect ppp
 script callback Callback
 modem InOut
 modem autoconfigure discovery
 transport input all
 stopbits 1
 speed 115200
 flowcontrol hardware
line vty 0 4
 password ***
 login
!
end

Robert Nelson-Cox  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 
 Hi Jason,

 Have you set the serial port to Async?

 I'm working on a serial port set to async with DB60 to DB25 cable. I've
 done
 them on console and aux, but struggling at the moment with serial
 connection.
 
 Regards,
 
 Gaz

 I have two 1600's with Dial-in over the serial ports on WIC-1Ts, they work
 great, 115kBaud, rather than 38K on aux ports.

 Rob./

 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




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



1600 Serial connected modem [7:2592]

2001-04-30 Thread Gareth Hinton

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.

Thanks,

Gaz




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



Re: 1600 Serial connected modem [7:2592]

2001-04-30 Thread Jason Roysdon

The problem is that the 1600 has no AUX port.  Yes, you can get a modem to
work on the CON port, the same as you could get it to work on a PIX CON
port, but you have to make the modem do all the work.  I'm not 100% certain
on this, but fairly certain.  YMMV.

--
Jason Roysdon, CCNP+Security/CCDP, MCSE, CNA, Network+, A+
List email: [EMAIL PROTECTED]
Homepage: http://jason.artoo.net/



Gareth Hinton  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 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.

 Thanks,

 Gaz
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




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