To manage the POE settings on a Cisco Catalyst switch, follow the steps below. Note: the exact steps may vary depending on the specific model and firmware version of your Cisco Catalyst switch.
Turn PoE off for one switchport:
- Open Putty
- Enter the host name (or IP address)
- Log into the Switch
- Enter global config mode
conf t int fa0/1 power inline never
Turn PoE off for switchport range:
- Open Putty
- Enter the host name (or IP address)
- Log into the Switch
- Enter global config mode
- Enter the config below
conf t int range fa0/1 - 24 power inline never
Leave a Reply