I was following along with CBT nuggets and was testing port-security.
Ran the following on interface f0/4
switchport mode access
switchport port-security
switchport port-security maximum 1
switchport port-security violation shutdown
switchport port-security mac-address sticky
When I plugged a different device into the port it shutdown like I expected, but now I can't get it to turn back on. I ran 'no' command for all the previous inputs and 'no shutdown' on the interface. How do I get the interface back on? It's currently in an off/off state
Edit: So apparently I need to run 'shutdown' before 'no shutdown' to get it back up. Probably would have never figured that one out if I didn't just accidentally type shutdown