Cudy 8-Port Gigabit PoE+ Unmanaged Switch - Cudy | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Cudy

Cudy 8-Port Gigabit PoE+ Unmanaged Switch

SKU: GS1010PE
R 1 049.00
In Stock

The Cudy GS1010PE 10-Port Gigabit PoE+ Switch allows you to manage your home or office network with ease. It supports bandwidth speeds of up to 20Gbps and features 8 Ethernet ports and 2 uplink ports. Its high-speed RJ-45 connectors support any 10/100/1000Mbps Ethernet devices. Used for many...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

The Cudy GS1010PE 10-Port Gigabit PoE+ Switch allows you to manage your home or office network with ease. It supports bandwidth speeds of up to 20Gbps and features 8 Ethernet ports and 2 uplink ports. Its high-speed RJ-45 connectors support any 10/100/1000Mbps Ethernet devices.

Used for many applications the Cudy GS1010PE works with IP Cameras for home, office or small businesses. It also works well with PCs, printers and access points in your home or office, making it ideal for small businesses. It even features auto detect power for devices for additional security.

Its simple plug and play interface makes it incredibly easy to use. Its sturdy design is made from high-quality metal. This gives you a longer service life and provides better heat dissipation, making it suitable for most environments. It also features a fanless design for silent operation and can be easily mounted to a wall or onto a rack.

FEATURES:

  • Up to 120 watts total PoE budget
  • Up to 30 watts PoE power one port
  • 8 x 10/100/1000Mbps PoE+ ports
  • 2 x 10/100/1000Mbps uplink ports
  • Comply with IEEE802.3af/at standards
  • IEEE 802.3x Flow control

SPECIFICATIONS:

  • Network Protocol:
    • IEEE802.3 / IEEE802.3u
    • IEEE802.3x / IEEE802.3af/at
  • PoE standard: IEEE802.3af/at
  • POE port output: DC 48-55V
  • PoE port: 1-8
  • AC Input Voltage: AC100~240V
  • Output: 52V ~ 2.3A
  • Power supply: 120W
  • Power Pin: Power over spare pairs 1/2(+), 3/6 (-)
  • PoE output-port: Max 30W
  • MAC Address: 2K MAC address table
  • Packet Neck Scarfer: 2M bit
  • Transfer Mode: Store-and-forward
  • Bandwidth: 20Gbps
  • Fan: Fanless
  • Certification: CE, FCC Class A
  • Colour: Grey
  • Product Dimensions: 22.2 x 16.3 x 4 cm

WHAT'S IN THE BOX:

  • Cudy GS1010PE 10-Port Gigabit PoE+ Switch - Grey x1
  • Power Adapter x1
Brand Cudy
Colour Grey
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
0.0
0 reviews
Login to Review

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

Related Products

Cudy 10-Port Unmanaged PoE+ Switch
Cudy

Cudy 10-Port Unmanaged PoE+ Switch

R 529.00

In Stock

Cudy 16-Port Unmanaged PoE+ Switch - Rack Mount
Cudy

Cudy 16-Port Unmanaged PoE+ Switch - Rack Mount

R 1 199.00

Out of Stock

Cudy 16-Port PoE+ Unmanaged Switch
Cudy

Cudy 16-Port PoE+ Unmanaged Switch

R 2 499.00

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!