Power Over Ethernet Configuration on HP Switch

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] save

The 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] save

To check the POE status for each interface on the switch, use the following command.

[HP Switch] display poe status

To view the specific POE status for the switch interface, use the following command.

[HP Switch] display poe interface GigabitEthernet 1/0/1

To 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] save

Stay tuned for more computer networking content.

About Hüseyin Pala 156 Articles
Junior Network Specialist

Be the first to comment

Leave a Reply

Your email address will not be published.


*