LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How can I manually set my cisco switch to 100mpbs full duplex? (https://www.linuxquestions.org/questions/linux-networking-3/how-can-i-manually-set-my-cisco-switch-to-100mpbs-full-duplex-405495/)

abefroman 01-19-2006 02:43 PM

How can I manually set my cisco switch to 100mpbs full duplex?
 
How can I manually set my cisco switch to 100mpbs full duplex?

How can I view the error logs?

How do I clear the error logs?

I have the cisco 2950.

Darin 01-19-2006 04:26 PM

http://www.cisco.com/pcgi-bin/search...arch=cisco.com

The second hit looks like what you need...

bdogg 01-19-2006 05:37 PM

conf t
int f<mod>/<port>
speed 100
duplex full
exit
write
write net


something along those lines

soulestream 01-19-2006 06:33 PM

Quote:

conf t
int f<mod>/<port>
speed 100
duplex full
exit
think thats all youll need

soule

bdogg 01-19-2006 10:06 PM

Quote:

Originally Posted by soulestream
think thats all youll need

soule

How does the switch save the running configuration if you don't write it?

soulestream 01-20-2006 09:35 AM

memory serves. (and mines not all that good these days) :)

the 2950's use IOS, which doesnt require you to save as you go or copy run-start

that was a feature of CatOS, which isnt used in 2950s (or almost at all anymore)

edit: 4000 based switches save automatically.

for a 2950

conf t
int fa#/# <-port designation
speed 100
duplex full
exit
copy run start
exit


soule


All times are GMT -5. The time now is 08:00 PM.