03-29-2021 10:45 AM
Hi I'm new to the RV-345s, I have an RV-345P which should have PoE on ports 1-4 and 9-12, but when I go tot he PoE config I have no ports available to edit.
I'm running firmware 1.0.3.20 and it looks just like in this emulator
How do I get the ports to show up so I can enable PoE on the switch? Also why don't they show up in the emulator?
Also nothing on the PoE settings page will save, if I switch it to Class Limit and save it reloads and it's back to Port Limit. So seems like PoE isn't working at all.
Included a SS of what I see though it's the same as the emulator.
Thanks in advance for any help
Solved! Go to Solution.
03-29-2021 01:59 PM
After days for reading the JS and xml config I found the issue, my config was missing a block in interfaces->interface
<poe-setting xmlns="http://cisco.com/ns/ciscosb/poe"> <enable>true</enable> <administration-power-allocation>30000</administration-power-allocation> <priority-level>low</priority-level> </poe-setting>
need to do that for LAN 1-4 and LAN 9-12
Why the JS doesn't fill it in is beyond me, but for anyone else with this issue this is the fix.
03-29-2021 01:56 PM
After days for reading the JS and xml config I found the issue, my config was missing a block in interfaces->interface
<poe-setting xmlns="http://cisco.com/ns/ciscosb/poe"> <enable>true</enable> <administration-power-allocation>30000</administration-power-allocation> <priority-level>low</priority-level> </poe-setting>
need to do that for LAN 1-4 and LAN 9-12
Why the JS doesn't fill it in is beyond me, but for anyone else with this issue this is the fix.
03-29-2021 01:59 PM
After days for reading the JS and xml config I found the issue, my config was missing a block in interfaces->interface
<poe-setting xmlns="http://cisco.com/ns/ciscosb/poe"> <enable>true</enable> <administration-power-allocation>30000</administration-power-allocation> <priority-level>low</priority-level> </poe-setting>
need to do that for LAN 1-4 and LAN 9-12
Why the JS doesn't fill it in is beyond me, but for anyone else with this issue this is the fix.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide