Quick: use the command sho inter stat err-disabled to find and config t, inter fast PORT#, shutdown, no shutdown.
Visual:
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsajMt_PIjc5dmTUPpCoMw2I-kd53jCPO1qGrrEjbR1-WPVCV936aaYwWLDEasZFsaIm70roksU-OEdXLdv0sytqWcY4NDfq6fo0Dc5glKGd4RiRfGJoYT53IkHz052-9YmQTKnOfPFBY/s400/CiscoPorts.jpg)
Learning:
1. Logon to the switch
2. >enable (type enable at and the password to gain full access to the switch)
3. >show interfaces status err-disabled (This will show any ports that are disabled)
4. >config t (get into configuration mode)
5. >interface FastEthernet 0/1 (Get to configuration for one of the bad ports. Here you need to put one of the actual disabled port numbers that you found in step 3)
6. >shutdown (This turns that port off)
7. >no shutdown (This turns that port back on)
8. >exit (or CNTR-z to exit out of config-if mode)
Repeat steps 5 through 8 for each port that is disabled.
Exit out
No comments:
Post a Comment