Bryan Swann <[EMAIL PROTECTED]> wrote:
> I have an older Cisco 1000 series router that I plan on configuring for
> a lab environment.  Which terminal emulation software should I use for
> Linux?  I use kermit on an HP system, but apparently Linux doesn't have
> kermit.  I took a brief look at minicom and it seems as though it should
> work, but there could be a better option.

If you're just interactively typing commands, plain old "cu" should work fine:

        cu -l /dev/cua1 -s 38400

You could also compile C-Kermit for Linux if you have any kermit scripts from
the HP box that you wish to use.

> Also, which device should I use to comminicate over the second serial
> port?  I was planning on using /dev/cua1, but here again there could be
> a better option?

/dev/ttyS* and /dev/cua* are both options. The cua* device is typically used
with modems but in this application it shouldn't really matter .

-- 
Chris Tyler                       <[EMAIL PROTECTED]>
Global Proximity Corporation      http://Global.Proximity.ON.CA/
Internet and Computer Consulting  (519) 469-3439 / fax (519) 469-8653


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to