LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   connect cisco router using linux (https://www.linuxquestions.org/questions/linux-networking-3/connect-cisco-router-using-linux-573630/)

marahmandgl 07-31-2007 05:57 AM

connect cisco router using linux
 
in windows we have hyper terminal to connect to the router using console cable (serial-rj45).by entering in to hyper terminal ,you can log in to the router.
what commands shoulld given to enter into the router using linux.can we use kermit command?

sudevank 07-31-2007 06:16 AM

did u try telnet
 
Quote:

Originally Posted by marahmandgl
in windows we have hyper terminal to connect to the router using console cable (serial-rj45).by entering in to hyper terminal ,you can log in to the router.
what commands shoulld given to enter into the router using linux.can we use kermit command?

try telnet

brianmcgee 07-31-2007 06:34 AM

I use minicom using a usb2rs232 connector and a db-9 cable.

marahmandgl 08-01-2007 01:56 AM

connect cisco router using linux
 
[QUOTE=sudevank]try telnet[/QUOTE
we can login to the router using telnet.
my question is logging into the router using console cable

Ammad 08-01-2007 10:45 PM

sudevank is right. you can use minicom -s to connect using console to your router.

#minicom -s

from there you select Serial 0 or Serial 1 e.g. /dev/ttyS0 or /dev/ttyS1 then set system to 9600 8 N 1 and save configuration. after that you can hangup by press
CTRL+Z,H (control + z and release key after that h).

# minicom

to access console

thats all


All times are GMT -5. The time now is 05:30 PM.