I'm in the process of Upgrading port speed on 2950 and 3500 Cisco Switches. My question is, where can I find some info about how to bring all the VLAN (user ports) up to 100/FULL? I can't seem to find any docs on this.
I suggest you leave them as auto/auto . If you start hardcoding all the user ports on the switch you must hardcode all user nics also or you will have speed/duplex mismatches which will cause you all kinds of problems with the user comunity complaining about slow resaponse . If that's the way you want to go then that's fine , just seems like way too much work unless you only have a handful of users . Most nics will auto negotiate to the highest speed duplex setting by themselves , only hardcode if you need to .
switch>enable
switch#config t
switch(config)interface range FastEthernet 0/1 -24
switch(config-if)speed 100
switch(config-if)duplex full
switch(config-if)exit
switch#
this will change all the ports in the range to value specified in one fail swoop.
Some clients have been known to ALWAYS negotiate a 10/half duplex connection when the Catalyst int is set to auto/auto. Of course, manual int speed/duplex config has it's own problems. Be aware.
It is what it is!!
__________________________________
A+, Net+, I-Net+, Certified Web Master, MCP, MCSA, MCSE, CCNA, CCDA, and few others (I got bored one day)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.