Cudy SM100GSA-20 Single Mode 1.25Gb/s SFP Module - Cudy | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Cudy

Cudy SM100GSA-20 Single Mode 1.25Gb/s SFP Module

SKU: SM100GSA-20
R 109.00
In Stock

The Cudy SM100GSA-20 Single Mode 1.25Gb/s SFP Module delivers reliable, high-speed networking for enterprise, data centre, and telecom environments. Designed with an LC connector and operating at a 1310nm FP laser wavelength, this SFP transceiver ensures stable performance for up to 20km...

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

Frequently Bought Together

The Cudy SM100GSA-20 Single Mode 1.25Gb/s SFP Module delivers reliable, high-speed networking for enterprise, data centre, and telecom environments. Designed with an LC connector and operating at a 1310nm FP laser wavelength, this SFP transceiver ensures stable performance for up to 20km transmission over single-mode fiber (SMF). Fully compliant with the SFP Multi-Source Agreement (MSA), it offers seamless integration with a wide range of networking equipment, making it ideal for high-bandwidth applications such as backbone links, long-distance data transmission, and secure point-to-point connections.

Engineered for precision and durability, the SM100GSA-20 features a PIN photodetector for excellent receive sensitivity and a low jitter optical signal that complies with IEEE 802.3z and ANSI Fibre Channel standards. Its LVPECL-compatible data I/O interface and +3.3V single power supply ensure efficient operation, while low EMI and robust ESD protection provide long-term reliability in demanding environments. The module meets laser safety standard IEC-60825, ensuring safe operation in fiber optic networks.

Equipped with Digital Diagnostic Monitoring (DDM) compliant to SFF-8472, the SM100GSA-20 allows administrators to track real-time parameters such as temperature, voltage, and optical power, improving network maintenance and troubleshooting. Its signal ground isolation to case helps reduce interference, ensuring consistent and uninterrupted data transmission. RoHS compliance makes it an environmentally responsible choice without compromising on performance.

With an operating temperature range of 0°C to +60°C, the Cudy SM100GSA-20 is built for versatility, suitable for both controlled data centre environments and remote networking sites. Its compact hot-pluggable design enables quick installation and replacement without service downtime, ensuring maximum network uptime. Whether upgrading existing infrastructure or expanding network reach, this SFP module offers the stability, efficiency, and range needed for modern high-performance fiber networks.

FEATURES:

  • SFP package with LC connector
  • 1310nm FP laser and PIN photo detector
  • Up to 20km transmission on SMF
  • +3.3V single power supply
  • LVPECL compatible data input/output interface
  • Low EMI and excellent ESD protection
  • laser safety standard IEC-60825 compliant
  • Compatible with RoHS
  • Digital Diagnostic SFF-8472 compliant
  • Signal Ground Isolated to Case

SPECIFICATIONS:

  • Transmitter Section:
    • Center Wavelength o 1260nm (Min)/ 1310nm (Typical) 1360 nm (Max)
    • Spectral Width(RMS): 4 nm (Max)
    • Average Output Power Po: -9 (Min)/ -3 dBm (Max)
    • Extinction Ratio: 8dB (Min)
    • Rise/Fall Time(20%~80%): 300 ps (Max)
    • Total Jitter: 0.43 UI (Max)
    • Optical Eye Diagram: IEEE 802.3z and ANSI Fibre Channel Compatible
    • Input Differential Impendence: 90 Ohm(Min)/ 100 Ohm (Typical)/ 110 Ohm (Max)
    • Data Input Swing Differential: 500mV (Min)/ 2400mV (Max)
    • TX Disable: Disable - 2.0V (Min)/ Vcc (Max), Enable - 0V (Min)/ 0.8V (Max)
    • TX Fault: Assert - 2.0V (Min)/ Vcc (Max), Deassert - 0V (Min)/ 0.8V (Max)
  • Receiver Section:
    • Center Wavelength: 1260 nm (Min)/ 1620 nm (Max)
    • Receiver Sensitivity: -22 dBm (Max)
    • Receiver Overload: -3 dBm (Min)
    • Return Loss: 12 dB (Min)
    • LOS Assert: -36 dBm (Min)
    • LOS Dessert: -23 dBm (Max)
    • LOS Hysteresis 0.5 5 (Min)
    • Output Differential Impendence: 100 Ohm (Typical)
    • Data Input Swing Differential: 370mV (Min)/ 2000mV (Max)
    • Rx_LOS: Assert - 2.0V (Min)/ Vcc (Max), Deassert - 0V (Min)/ 0.8V (Max)
  • Storage Temperature (Min/Max): -40/85°C
  • Supply Voltage (Min/Max): 0/ +3.6V
  • Operating Relative Humidity (Min/Max): 5/ 95%
  • Product Dimensions: 5.5 x 13.5 x 0.9 cm

WHAT'S IN THE BOX:

  • Cudy SM100GSA-20 Single Mode 1.25Gb/s SFP Module 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 2-Channel 30W Gigabit PoE+ Injector
Cudy

Cudy 2-Channel 30W Gigabit PoE+ Injector

R 469.00

Out of Stock

Cudy 60W Gigabit PoE+ Injector
Cudy

Cudy 60W Gigabit PoE+ Injector

R 499.00

In Stock

Cudy 90W Gigabit PoE+ Injector
Cudy

Cudy 90W Gigabit PoE+ Injector

R 879.00

Out of 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!