V-Sol V1600GS-F Single Port GPON Optical Line Terminal - V-SOL | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
V-SOL

V-Sol V1600GS-F Single Port GPON Optical Line Terminal

SKU: V1600GS-F
R 8 199.00
Only 1 left!
Only 1 left in stock - order soon!

The VSOL V1600GS-F Single Port GPON OLT is a high-performance, cost-effective optical line terminal purpose-built for delivering ultra-fast and reliable fiber optic connectivity across small to medium-sized networks. Designed in a compact 1U box form factor, the V1600GS-F integrates GPON OLT...

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

Frequently Bought Together

The VSOL V1600GS-F Single Port GPON OLT is a high-performance, cost-effective optical line terminal purpose-built for delivering ultra-fast and reliable fiber optic connectivity across small to medium-sized networks. Designed in a compact 1U box form factor, the V1600GS-F integrates GPON OLT functionality with gateway and AC controller features, making it an all-in-one solution for FTTH (Fiber-to-the-Home), SOHO environments, SMBs, and rental housing network upgrades.

Equipped with one GPON port and supporting a splitting ratio of up to 1:128, this device can handle large-scale user deployments while maintaining excellent performance. With transmission distances of up to 20km, the V1600GS-F ensures stable and long-range coverage, perfect for delivering gigabit broadband services over passive optical networks.

Capable of 1.25Gbps upstream and 2.5Gbps downstream, the V1600GS-F is ideal for applications that demand high throughput such as HD video streaming, IP telephony, cloud access, and enterprise-level data management. Its flexible deployment makes it suitable for both urban and rural network topologies where performance and affordability are critical.

The device features three uplink ports — two Gigabit Ethernet RJ45 and one SFP/SFP+ combo port supporting up to 10Gbps — ensuring fast and scalable backhaul connectivity. It includes centralized network management through WEB, Telnet, CLI, and SNMP, offering streamlined deployment and simplified administration across a range of network architectures. With support for plug-and-play AP control and centralized AC management, it forms the backbone of a POL (Passive Optical LAN) setup for modern offices and enterprise parks.

Additionally, the V1600GS-F is engineered for resilience and durability, featuring 4KV lightning protection for power and 1KV surge protection on device interfaces. It also supports both AC (100~240V) and DC (12V/2A) power inputs, offering flexibility across installation scenarios.

FEATURES:

  • All-in-one Single Port GPON OLT
  • Integrated OLT, Gateway and AC Function
  • High-Speed Fiber Optic Coverage
  • Easy Installation Saves Investment
  • Centralized Management and Plug & Play
  • AC+AP Solution
  • POL Network of Small & Medium-sized Enterprises
  • Rental Housing Network Renovation

SPECIFICATIONS:

  • Rack: 1U
  • Uplink Port
    • QTY: 3
    • RJ45(GE): 2
    • SFP(GE)/SFP+(10GE): 1
  • GPON Port Specification
    • QTY: 1
    • Fiber Type: 9/125μm SM
    • Connector: SC/UPC, TX: 7.5±0.5dBm, Sen: -32dBm
    • GPON port speed: Upstream 1.244Gbps | Downstream 2.488Gbps
    • Wavelength: TX 1490nm, RX 1310nm
    • Max splitting ratio: 1:128
    • Transmission Distance: 20KM
  • Management Ports: 1 x USB-COM(Type-C) port
  • Backplane Bandwidth: 16Gbps
  • Port Forwarding Rate: 23.808Mpps
  • Management Mode: WEB/Telnet/CLI/SNMP
  • Power Supply
    • AC Power Adapter: Working Voltage Range: 100~240V | Rated Voltage: 110V/220V
    • DC Power Adapter: DC 12V/2A
  • Lightning Protection Level
    • Power supply: 4KV
    • Device Interface: 1KV
  • Product Dimensions: 21 x 17.3 x 4.36 cm
  • Product Weight: 1070 g

WHAT'S IN THE BOX:

  • V-Sol V1600GS-F Single Port GPON Optical Line Terminal x1
Brand V-SOL
Colour Aluminium 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

V-Sol V1600G0-B 4 Port GPON Optical Line Terminal
V-SOL

V-Sol V1600G0-B 4 Port GPON Optical Line Terminal

R 24 999.00

Only 2 left - order soon!

ASUS TUF Gaming BE3600 Wi-Fi 7 Dual-Band AiMesh Router
ASUS

ASUS TUF Gaming BE3600 Wi-Fi 7 Dual-Band AiMesh Router

R 3 949.00

Out of Stock

Cudy AC1200 Wi-Fi Mesh Kit 2 Pack
Cudy

Cudy AC1200 Wi-Fi Mesh Kit 2 Pack

R 899.00

In Stock

Xiaomi Wireless Router 4C
Xiaomi

Xiaomi Wireless Router 4C

R 369.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!