Hi,
Whey make things difficult ? Use the GUI - Cluster Management Suite - Standard on the 2950 switches.
Enable on de switch http:
ip http server
login by browser (no username only password =enable secret)
You will see the switch graphically !!!
Right clik on "port" and select --> port settings --> by status you can enable/disable a port
Click and Play!
No mistakes can happen !!!
A/
Main Topics
Browse All Topics





by: Magim_ITPosted on 2009-07-09 at 02:44:32ID: 24811931
Its very simple. You can create simple text file with the commands like this
To disable the port-
interface GigabitEthernet0/1
shut
To enable the port-
interface GigabitEthernet0/1
no shut
He just need to change the port number and copy paste these two lines after login on the switch. you can do multiple ports at time by adding same lines in single file or use interface range command.