OcNOS Releases

OcNOS 6.6 for Service Providers: Production Flex-Algo, SR Enhancements, and New Edge Platforms

OcNOS 6.6 for Service Providers is now generally available. This release is defined by the arrival of production Flex-Algo — full Segment Routing Flexible Algorithm with delay-metric and TE-metric optimization types, per-algorithm SID assignment, and SR-TE policy integration. Service providers can now implement true network slicing for 5G, enterprise, and bulk data services over their existing IS-IS SR infrastructure.

Flex-Algo: Full Production Deployment

OcNOS 6.6 SP delivers complete Flex-Algo support including multi-algorithm IGP, per-router per-algorithm SID allocation, link delay advertisement via IS-IS TE extensions, and traffic steering via SR-TE policies. See the Flex-Algo technical guide for full configuration details.

! OcNOS 6.6 SP -- SR Flex-Algo with IS-IS delay advertisement
!
! Configure per-link delay measurement and advertisement
interface eth-0-1
  ip router isis CORE
  isis metric 10
  performance-measurement delay-measurement
    advertise-delay
    delay-threshold 3000           ! Re-advertise if delay changes >3ms
  !
!
router isis CORE
  ! Flex-Algo 128: delay-optimized for 5G fronthaul
  flex-algo 128
    metric-type delay
    advertise-definition
    priority 128
  !
  address-family ipv4 unicast
    segment-routing mpls
  exit-address-family
!
interface lo
  ip address 10.0.0.1/32
  ip router isis CORE
  isis segment-routing prefix-sid index 1
  isis segment-routing prefix-sid algorithm 128 index 1001
!
show isis flex-algo 128 detail
show performance-measurement delay interface eth-0-1

Enhanced BFD Performance

OcNOS 6.6 SP improves BFD (Bidirectional Forwarding Detection) session capacity and timer accuracy. Operators can now run higher BFD session counts at aggressive timer intervals (3×100ms = 300ms detection time) across larger deployments without CPU overhead concerns.

! OcNOS 6.6 SP -- BFD with aggressive timers for fast failure detection
!
router isis CORE
  bfd all-interfaces
  bfd interval 100 min_rx 100 multiplier 3   ! 300ms detection time
!
! Verify BFD sessions:
show bfd neighbors
show bfd neighbors detail | include State

New Fanless Platform: UfiSpace S9502-12SM (QUX)

OcNOS 6.6 introduces the UfiSpace S9502-12SM on Broadcom QUX silicon — a passively cooled compact router designed for edge and remote site deployments without timing requirements. With 4×10G SFP+ and 8×1G SFP ports in a 1U fanless form factor, this platform covers FWA aggregation hubs and ISP edge nodes in rural deployments.


IP Infusion Product Team

Share