Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => General Networking Support in Linux => Topic started by: ozioma on June 02, 2004, 10:24:32 PM

Title: CISCO SWITCH CONFIGURATION FROM LINUX SERVER
Post by: ozioma on June 02, 2004, 10:24:32 PM
PLEASE WHAT ARE THE STEPS I SHOULD TAKE TO CONFIGURE MY CISCO SWITCH FROM MY SERVER PLEASE I WANT TO CHANGE THE PORTS FROM HALFDUPLEX TO FULLDUPLEX LET ME KNOW THE COMMANDS
 


THANKS
OZIOMA
Title: CISCO SWITCH CONFIGURATION FROM LINUX SERVER
Post by: segun1ng on June 06, 2004, 02:39:27 PM
For beter and fast solution please give me the model of the cisco switch you have. and try to get the manual inplace .

I will give you all the steps you need to solve this problem ok.
Title: CISCO SWITCH CONFIGURATION FROM LINUX SERVER
Post by: ozioma on June 07, 2004, 04:42:00 PM
PLEASE THE MODEL OF MY CISCO SWITCH IS CATALYST 2950



THANKS
OZIOMA
Title: CISCO SWITCH CONFIGURATION FROM LINUX SERVER
Post by: RazaMetaL on June 08, 2004, 05:31:00 AM
humm... i´ve a cisco catalyst 3550, the commands, assuming that the port is the f0/1, are:

enable
# configure terminal
# interface f0/1
# duplex full
# speed 100
# end


Thats all ... :) ahh. . don´t forget to save the modifications.
# wr mem
Title: THANKS
Post by: ozioma on June 08, 2004, 09:59:17 AM
THANKS FOR HELPING ME

OZIOMA
Title: CISCO SWITCH CONFIGURATION FROM LINUX SERVER
Post by: RazaMetaL on June 08, 2004, 01:01:46 PM
To view if your port is full or half.. type in configure terminal

# show interface status