Operating System - Linux
1754978 Members
3272 Online
108828 Solutions
New Discussion юеВ

connecting Cisco Router through Linux

 
SOLVED
Go to solution
Deep_6
Occasional Advisor

connecting Cisco Router through Linux

Is there a utility like hyperterminal in linux where i can connect my cisco router to RHEL WS.??????
5 REPLIES 5
Georg Tresselt
Honored Contributor

Re: connecting Cisco Router through Linux

There should be cu or kermit.
http://www.tresselt.eu
Deep_6
Occasional Advisor

Re: connecting Cisco Router through Linux

how can i get it? are they GUI utility? where can i get the rpm
i m new to linux can u kindly explain in detail
Thanx in advance
Georg Tresselt
Honored Contributor

Re: connecting Cisco Router through Linux

cu should be part of your operating system. Have look at its man page

http://www.linuxforum.com/man/cu.1.php

I don't know about a GUI for that means. After all, you're going to use the CLI on your router anyway.
http://www.tresselt.eu
Stuart Browne
Honored Contributor

Re: connecting Cisco Router through Linux

if all else fails, there should also be 'minicom'.
One long-haired git at your service...
xyko_1
Esteemed Contributor
Solution

Re: connecting Cisco Router through Linux

Hi Deepal,

I suggest minicom also.

You may see if it's installed running

#rpm -qa | grep minicom

If it's not installed you have to find out what cd has the required rpm file and run

#rpm -ihv minicom....rpm

regards,
Xyko