The Cisco 3560-CX is a compact passively cooled 14 port POE+ switch, ideal for powering CT’s new Panasonic Mini Cams, however by default the PoE will not work correctly. Follow the instruction below to ensure compatibility.
Connect the Cisco switch to a PC with Serial using either a USB -> Serial adapter, or via the Mini USB port located on the front. Remember, these switches take quite a long time to boot up! Download your favourite terminal client and establish a serial connection, PuTTY and Tera Term are good options.
Ensure the switch is reset to ‘CT Default’ using the commands
Username / Password: admin/createch
enable
copy flash:sw14-08-BASIC-confg startup-config
reload
Once the switch has been flattened, you can now configure PoE for the camera.
enable
config t
interface range gigabitEthernet 1/0/1-12
(config-if-range) power inline port 2-event
This will fix any issues the camera may have being powered over PoE. For extra style points you can also configure PoE to be activated immediately when the switch is powered, before it’s even booted using the command below.
power inline port poe-ha
When you’re happy with your config don’t forget to save or the changes you’ve made will be lost when the switch reboots.
copy running-config startup-config
Now you can plug in and power on the camera, in the overlay that’s presented on the SDI and HDMI outputs the small battery indicator in the bottom right hand corner of the screen should read ‘PoE+’ if your configuration has been successful. If the battery icon is displaying a question mark you need to double check your config. To see which ports are providing PoE on your switch, you can use the command –
show power inline
Leave a Reply