Hey bud, there is no such thing as a dumb question. Everyone of us had to figure it out for the first time at one point in our lives.
This is how you get into the switch:
You connect a console cable from the console port on the switch to the com port on your computer. (a console calbe shouldve come with the switch, it is a flat ethernet-looking cable) Open up hyperterminal and set it to communicate through com1, hyperterminal can be found in start, programs, accessories, communications. Hyperterminal will then ask you for a bunch of settings.
BITS PER SECOND = 9600
DATA BITS = 8
PARITY = NONE
STOP BITS = 1
FLOW CONTROL = NONE
Then it will connect to the switch. This is how you connect to any cisco device.
Once you are in the switch, type these exact commands to accomplish what you want.
enable
config t
int fa0/1
port group 1
int fa0/2
port group 1
end
wr mem
exit
That will take you in, accomplish what you want with ports 1 and 2, save the config, and exit the switch.
You MIGHT be asked for a password when you type enable. If you do, you need to find out who put it in there and then ask them what the password is. By default switches dont have passwords.
After you run through this for the first time, it will make sense and get much easier.
~~~~~~~~~~
tech@shnypr.com
~~~~~~~~~~