Situatie
To open and close a port on the switch, you will have to use the following commands in order:
Solutie
- conf t (config terminal)
- interface x – x is the interface which you want to close and open (ex: int Gi1/0/13)
- sh (shut) – to close the port
- no sh (no shut) – to open the port
- end –to return to the EXEC mode
- wr (write) – to save the settings made.
Leave A Comment?