You are not logged in.

#1 2008-08-06 02:48:02

ybotspawn
Member
From: Oz
Registered: 2008-04-06
Posts: 140

(Cisco) Such a simple question....

Ok, this is probably a dumb question, but I'm getting into learning how to program cisco devices and I got a hand me down catalyst 1900.  What is the telnet command to go over the serial cable to the console on this?  I know that they communicate with a 9600 baud, 8 data bits, no parity, 1 stop bit and no flow control. Anyone? Thanks!

Matt


"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "

Offline

#2 2008-08-06 18:57:37

Sjoden
Member
From: WA
Registered: 2007-08-16
Posts: 380
Website

Re: (Cisco) Such a simple question....

pacman -s minicom

You should be able to set up the connection preferences in there. You need to know the device path to your serial interface. I had usb->serial converter since my laptop doesn't have a serial port, so mine was like /dev/USB/USB1, or something. I used it a couple years ago in slackware and it works wonderfully for cisco devices, and probably any other serial connection. Just remember its not a telnet command. From wikipedia, "Minicom is a text-based modem control and terminal emulation program". Nice to see other people interested in networking gear here smile.



Zack

Offline

#3 2008-08-06 21:46:54

ybotspawn
Member
From: Oz
Registered: 2008-04-06
Posts: 140

Re: (Cisco) Such a simple question....

THANKS!, I just got the same information when I got to work today from my cisco buddies.  I'm fooling with my switch right now, setting up some vlans. I was just about to post up here what it was.  I wasn't aware telnet wouldnt work with a serial interface, larn something new everyday smile


"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "

Offline

#4 2008-08-07 03:52:09

Sjoden
Member
From: WA
Registered: 2007-08-16
Posts: 380
Website

Re: (Cisco) Such a simple question....

Offline

#5 2008-08-11 02:29:30

ybotspawn
Member
From: Oz
Registered: 2008-04-06
Posts: 140

Re: (Cisco) Such a simple question....

Ok, seeming as this is kinda the only post with any cisco information in it, thought I'd ask another question.  Hook this bad boy up and start monitoring traffic and notcie a ton of fcs errors... Initially I think its a nic, but its NOT.  so i do some googling and find that speed mismatches can cause fcs errors... low and behold set full duplex disabled and bingo fcs errors magically go away.  Cisco advises to make sure speed is set manually in the nic... but im not sure where to do this in linux, unlike windows... Help?  THANKS!!!!

Last edited by ybotspawn (2008-08-11 02:30:01)


"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "

Offline

#6 2008-08-11 02:42:05

lambchops468
Member
From: USA
Registered: 2008-04-25
Posts: 17

Re: (Cisco) Such a simple question....

simple: You need ethtool.
pacman -S ethtool

Last edited by lambchops468 (2008-08-11 02:43:34)

Offline

#7 2008-09-26 19:35:23

ybotspawn
Member
From: Oz
Registered: 2008-04-06
Posts: 140

Re: (Cisco) Such a simple question....

The problem is that tool doesn't seem to set the full duplex speed for the bonded virtual adapter sad


"As long as people are going to call you a lunatic anyway,
why not get the benefit of it? It liberates you from convention. "

Offline

Board footer

Powered by FluxBB