
Power Over Ethernet (POE) is a feature that supplies power to devices connected to a switch. This feature is crucial for devices like IP cameras, access points and other network equipment in network topologies.
By default, this feature is disabled. To enable this feature on the HP switch, connect to the switch using the Command-Line Interface ( CLI ).
These commands enable POE on the switch’s interface.
<HP Switch> system-view
[HP Switch] interface GigabitEthernet 1/0/1
[HP Switch-GigabitEthernet1/0/1] poe enable
[HP Switch-GigabitEthernet1/0/1] quit
[HP Switch] saveThe commands enable POE on multiple interfaces of the switch simultaneously.
<HP Switch> system-view
[HP Switch] interface range GigabitEthernet 1/0/2 to GigabitEthernet 1/0/24
[HP Switch-Range] poe enable
[HP Switch-Range] quit
[HP Switch-Range] saveTo check the POE status for each interface on the switch, use the following command.
[HP Switch] display poe statusTo view the specific POE status for the switch interface, use the following command.
[HP Switch] display poe interface GigabitEthernet 1/0/1To deactivate the POE feature on the HP switch, use the following commands.
<HP Switch> system-view
[HP Switch] interface GigabitEthernet 1/0/1
[HP Switch-GigabitEthernet 1/0/1] poe disable
[HP Switch-GigabitEthernet 1/0/1] quit
[HP Switch] saveStay tuned for more computer networking content.

Leave a Reply