Download Article Download Article

This wikiHow teaches you how to turn on any port on your Cisco switch. In most cases, your Cisco switch's ports will all be enabled by default unless you've specifically disabled them.

  1. You can use PuTTY or any other SSH or telnet app to make a serial connection. The process of making the connection varies depending on the model you're using, so check your manual for specific instructions. [1]
  2. This displays a list of all ports, as well as their logical IDs. [2] Once you know the ID of the port you want to enable, you can run the command to enable it.
    Advertisement
  3. If your switch has a password, you'll be prompted to enter it now. If not, you'll just be taken to the next line.
  4. This puts the switch into configuration mode. [3]
  5. Replace port-id with the ID of the port you want to enable, for example, interface fastEthernet 0/1 or interface Gi1/10 . Now your switch knows which interface to configure. [4]
  6. This turns the port on. [5]
    • If you want to turn the port off, you'd use shutdown instead.
  7. This overwrites the startup configuration file with the new changes. [6]
  8. This exists configuration mode.
  9. Advertisement

Expert Q&A

Ask a Question
      Advertisement

      Video

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      Article Summary X

      1. Connect to the switch.
      2. Run the enable command.
      3. Run the configure terminal command.
      4. Run interface port-id (replacing port-id with the port you want to enable).
      5. Run the "no shutdown" command.
      6. Run "copy running-config startup-config" to save your changes.

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 126,389 times.

      Is this article up to date?

      Advertisement