Aruba & ProVision-based
1752754 Members
4529 Online
108789 Solutions
New Discussion

Use SNMPSET.exe to power cycle POE Ports on Procurve 3500yl PoE Switch

 
SOLVED
Go to solution
DaleRB
Occasional Contributor

Use SNMPSET.exe to power cycle POE Ports on Procurve 3500yl PoE Switch

We have a Procurve 3500yl PoE Switch (J8692A) running latest firmware,  K.16.02.0022m, ROM K.15.30

On ports 1 to 12 we have Access Points that we would like to schedule power cycle once a week, so we thought of using SnmpSet.exe by SNMPSOFT to change the relevent OID value on the HP Procurve port to disable power delivery and then toggle it back.

I believe the OID we require is for "pethPsePortAdminEnable" however I cannot locate correct OID number. Another post suggest it is 1.3.6.1.2.1.105.1.1.1.3 however that was back in 2010 on an earlier firmware so it is not that number now.

Does anyone know this OID for "pethPsePortAdminEnable" so we can toggle power delivery off then on for ports we require?

1 REPLY 1
DaleRB
Occasional Contributor
Solution

Re: Use SNMPSET.exe to power cycle POE Ports on Procurve 3500yl PoE Switch

Answer found, same OID number as before. For anyone interested this is how we toggled PoE power off/on for port 7 of our switch - example only:

snmpset.exe -r:192.168.1..1-v:3 -sn:initial -ap:SHA -aw:password -pp:DES -pw:password -o:.1.3.6.1.2.1.105.1.1.1.3.1.7 -val:2 -tp:int
snmpset.exe -r:192.168.1..1-v:3 -sn:initial -ap:SHA -aw:password -pp:DES -pw:password -o:.1.3.6.1.2.1.105.1.1.1.3.1.7 -val:1 -tp:int

Very handy for scheduling weekly power cycle of attached Access Point.