Not every cell site is located in a climate-controlled equipment room. 5G deployments increasingly push network equipment into outdoor cabinets, street-level enclosures, rooftop installations, and remote tower sites where dust, temperature extremes, and lack of power for active cooling make traditional router hardware unsuitable.
OcNOS supports a range of fanless Cell Site Router (CSR) platforms specifically designed for these environments, delivering full 5G backhaul capabilities — SR-MPLS transport, EVPN services, and IEEE 1588v2 PTP timing — without a single spinning fan.
Why 5G Backhaul Needs Purpose-Built CSR Hardware
A 5G cell site gateway must satisfy requirements that go well beyond basic IP routing:
- Timing accuracy — 5G NR (New Radio) requires phase synchronization accurate to ±1.5μs (microseconds). This demands IEEE 1588v2 PTP with hardware timestamping support, not software-only PTP.
- Rugged operation — operating temperature range typically −40°C to +70°C for outdoor equipment; fanless passive cooling eliminates the most common point of failure in harsh environments.
- SR-MPLS backhaul — 5G transport architectures use SR-MPLS for deterministic path control and fast reroute; the CSR must participate as an IS-IS SR node with full TI-LFA support.
- Small form factor — street cabinets and outdoor enclosures have limited rack space; compact 1U or sub-1U platforms are required.
OcNOS Fanless CSR Platforms
| Platform | Ports | Cooling | Temp Range | PTP |
|---|---|---|---|---|
| UfiSpace S9502-16SMT | 16×SFP+ + 4×100G | Fanless | 0–55°C | ✓ HW timestamp |
| UfiSpace S9502-12SM | 4×10G SFP+ + 8×1G SFP | Fanless | 0–55°C | ✓ |
OcNOS CSR Configuration for 5G Backhaul
! OcNOS CSR -- 5G backhaul: SR-MPLS + PTP configuration
!
! IS-IS SR for backhaul transport
router isis BACKHAUL
net 49.0002.0000.0000.0050.00
is-type level-2-only
segment-routing mpls
fast-reroute per-prefix level-2 ti-lfa
address-family ipv4 unicast
segment-routing mpls
exit-address-family
!
interface lo
ip address 10.5.0.50/32
ip router isis BACKHAUL
isis segment-routing prefix-sid index 50
!
interface eth-0-1
no shutdown
ip address 192.168.50.1/30
ip router isis BACKHAUL
isis network point-to-point
isis metric 10
!
! IEEE 1588v2 PTP for 5G timing (ITU-T G.8275.1 profile)
ptp
clock-type boundary
domain 24
profile g8275.1
priority1 128
!
port eth-0-1
unicast-negotiation enable
!
!
! SyncE for frequency sync layer
interface eth-0-1
synchronous-ethernet enable
esmc send
!
! Verify timing state:
show ptp clock
show ptp port dataset eth-0-1
- OcNOS 6.6 for Service Providers
- OcNOS 7.0 for Service Providers
- OcNOS-SP Product Page
- Contact IP Infusion
IP Infusion Engineering Team