OcNOS Releases

OcNOS 6.6 Generally Available: Flex-Algo Network Slicing, AI Fabric Foundations, and SR Enhancements

OcNOS 6.6 is now generally available. This release marks the arrival of production-ready Flex-Algo for service provider networks — enabling true network slicing over a single IS-IS domain without additional hardware. For data center operators, OcNOS 6.6 lays the AI fabric groundwork with PFC and ETS support for RoCEv2 workloads, fully delivered in OcNOS 6.6.1 and 7.0.

Flex-Algo: Production Network Slicing

OcNOS 6.6 delivers full Flex-Algo production support including delay-metric and TE-metric algorithm types, per-algorithm SID assignment, and SR-TE policy integration. Network operators can now define multiple logical topologies — one optimized for latency-sensitive 5G traffic, another for high-bandwidth bulk data — over a single physical IS-IS domain without additional hardware or overlay complexity.

! OcNOS 6.6 -- Production Flex-Algo deployment
!
router isis CORE
  ! Algorithm 128: optimize for minimum link delay (5G, real-time)
  flex-algo 128
    metric-type delay
    advertise-definition
  !
  ! Algorithm 129: optimize for TE metric (bulk bandwidth)
  flex-algo 129
    metric-type te-metric
    advertise-definition
  !
  address-family ipv4 unicast
    segment-routing mpls
  exit-address-family
!
! Per-algorithm SIDs on loopback
interface lo
  isis segment-routing prefix-sid index 1           ! Algo 0 (default)
  isis segment-routing prefix-sid algorithm 128 index 1001  ! Algo 128
  isis segment-routing prefix-sid algorithm 129 index 2001  ! Algo 129
!
! Verify Flex-Algo topology:
show isis flex-algo
show isis segment-routing prefix-sids | include algo

OcNOS 6.6 for Data Centers

OcNOS 6.6 DC introduces initial PFC (Priority-Based Flow Control) and ETS (Enhanced Transmission Selection) support for Broadcom-based platforms — the lossless fabric foundations required for RoCEv2 AI workloads. Full Tomahawk 5 AI fabric support arrives in OcNOS 6.6.1 and 7.0.

New Platforms in OcNOS 6.6

Platform Silicon Ports Use Case
Edgecore AS5916-54XL Broadcom QMX 48×10G + 6×100G Carrier-grade aggregation
UfiSpace S9502-12SM (QUX) Broadcom QUX 4×10G + 8×1G Fanless compact edge

IP Infusion Product Team

Share