Cudy 4 Port Gigabit PoE 1x PoE Input 60W Switch - Cudy | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Cudy

Cudy 4 Port Gigabit PoE 1x PoE Input 60W Switch

SKU: POE40
R 655.42
In Stock

The Cudy POE40 is a 4-channel Gigabit PoE++ Extender built for installers and network administrators who need to push both power and data beyond the standard 100-metre Ethernet limit. Connect a single 802.3bt/at/af PoE input on Port 5 and split it into four Gigabit PoE outputs — each capable of...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support
Secure payment — PayFast & Yoco · 256-bit SSL encrypted

Frequently Bought Together

The Cudy POE40 is a 4-channel Gigabit PoE++ Extender built for installers and network administrators who need to push both power and data beyond the standard 100-metre Ethernet limit. Connect a single 802.3bt/at/af PoE input on Port 5 and split it into four Gigabit PoE outputs — each capable of delivering up to 30W — to run IP cameras, access points, VoIP phones, and access readers from a single upstream source. In standard mode the four output ports reach up to 100 metres at full Gigabit speeds; switch to Extend mode and transmission stretches to 250 metres, though port speed is capped at 10 Mbps in that configuration. VLAN mode keeps downlink ports isolated from one another for improved network security, while the Watchdog switch monitors connected clients and automatically restores them if they become unresponsive. Up to three POE40 units can be daisy-chained for even greater reach. The all-metal housing supports desktop or wall-mount installation, keeping cabling tidy in any environment.

Features

  • 1× Gigabit PoE input (802.3bt/at/af) powers 4× Gigabit PoE outputs (802.3at/af)
  • Max power output of 2× 30W or 4× 12.95W across the four output ports
  • Extend mode stretches transmission to 250 metres (at 10 Mbps) using Cat 5e or higher cable
  • VLAN mode isolates downlink ports from each other for improved network security
  • PoE Watchdog monitors clients and automatically recovers unresponsive devices
  • Daisy-chain up to 3 extenders for extended network reach
  • Comprehensive protection: polarity, overvoltage, short-circuit, automatic voltage regulation, 6kV lightning/surge, 6kV ESD contact, 8kV ESD air
  • Desktop or wall-mount installation; durable all-metal casing

Specifications

  • Brand: Cudy
  • Model Number: POE40 2.0
  • Manufacturer Part Number: POE40
  • Colour: Grey
  • Warranty: 24 Months
  • Product Weight: 254g
  • Product Dimensions (L x W x H): 11.9 x 8.5 x 2.8
  • Accessory Type: PoE Extender
  • Standard / Category: 802.3af/at/bt
  • Pack Quantity: 1

What's in the Box

  • Cudy 4-Channel Gigabit PoE++ Extender (POE40) – Grey x1
  • Mounting Kit x1
  • Installation Guide x1
Brand Cudy
Colour Grey
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Cudy 30W  2.5Gbps Gigabit PoE+ Injector
Cudy

Cudy 30W 2.5Gbps Gigabit PoE+ Injector

R 292.05

Out of Stock

Cudy 30W Gigabit PoE+ Injector
Cudy

Cudy 30W Gigabit PoE+ Injector

R 229.75

In Stock

Cudy 60W Gigabit PoE+ Injector
Cudy

Cudy 60W Gigabit PoE+ Injector

R 520.45

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!