I have several C12Ps, all running 9.0.10j:
#show ver
Copyright (c) Ruckus Networks, Inc. All rights reserved.
UNIT 1: compiled on Jan 12 2024 at 09:59:12 labeled as SPR09010j
(33554432 bytes) from Primary SPR09010j.bin (UFI)
SW: Version 09.0.10jT213
Compressed Primary Boot Code size = 786944, Version:10.1.26T225 (mnz10126)
Compiled on Tue Nov 29 07:43:26 2022
The admin guide indicates that dynamic PoE power is configurable:
https://docs.commscope.com/bundle/fastiron-09010-managementguide/page/GUID-CAA036D6-595D-4481-A140-2CFAFD05B0CB.html
"If you want to configure Static PM to a specific port after enabling Dynamic PM on all ports, configure the required ports with priority 1. Unless the Power Supply Unit (PSU) is removed, Priority 1 ports will never lose power. The following is an example of configuring a specific port to Static PM after Dynamic PM has been configured."
device# configure terminal
device(config)#inline power allocation dynamic all
device(config)# interface ethernet 1/1/15
device(config-if-e1000-1/1/15)#inline power priority 1
However, the CLI does not recognize this command:
SSH@adjunct.madison911.net(config)#inline power allocation dynamic all
Invalid input ->allocation dynamic all
Type ? for a list
Node doesn't exist
SSH@blah.net(config)#
I need this feature in the switch, as I cannot add additional access points to my homes' switches. Despite each AP using at most 11 watts at peak, the switch preallocates 30watts from the budget, limiting the deployment to 4 APs at most. This is well known of course in the 8.x line of code, which is why I moved to 9.0.10j as the release notes and admin guide indicated (as above) that dynamic power was available.