OcNOS Releases

OcNOS 6.4 for Service Providers: CLI Management, EVPN Scale, and Access Improvements

OcNOS 6.4 for Service Providers is now generally available. This release delivers improvements across the full SP use case portfolio — from access routers and cell site routers through aggregation and core — with a focus on network management, operational efficiency, and scale for large SP deployments.

CLI Management Enhancements

The OcNOS command-line interface is consistently described by SP engineers as “industry-standard” — familiar to anyone with Cisco or Juniper experience. OcNOS 6.4 expands this with improved structured output across all major show commands, making it easier to feed OcNOS data into automation pipelines and network management systems.

! OcNOS 6.4 SP -- Enhanced show command output examples
!
! BGP summary with improved formatting:
show bgp summary
! Now includes: peer group state, prefix counts, convergence timing

! IS-IS neighbor detail with expanded state information:
show isis neighbor detail

! EVPN instance state:
show evpn evi detail

! Interface counters in structured format:
show interface eth-0-1 counters

! Route table with prefix filtering:
show ip route 10.0.0.0/8 longer-prefixes

NETCONF YANG Model Expansion

OcNOS 6.4 expands NETCONF YANG model coverage for SP use cases, adding models for:

  • IS-IS instance configuration and state
  • BGP peer group management
  • MPLS label space management
  • Interface queue statistics
! OcNOS 6.4 SP -- NETCONF configuration push example
!
! Query IS-IS neighbors via NETCONF (YANG model):
! <get>
!   <filter type="subtree">
!     <routing xmlns="urn:ietf:params:xml:ns:yang:ietf-routing">
!       <control-plane-protocols>
!         <control-plane-protocol>
!           <isis xmlns="urn:ietf:params:xml:ns:yang:ietf-isis">
!             <adjacencies/>
!           </isis>
!         </control-plane-protocol>
!       </control-plane-protocols>
!     </routing>
!   </filter>
! </get>
!
! Verify NETCONF session:
show netconf server
show netconf sessions

EVPN Multi-homing Stability

OcNOS 6.4 SP improves EVPN Ethernet Segment Designated Forwarder (DF) election stability, reducing unnecessary DF re-elections during transient topology events. This improves service availability for multi-homed CE deployments where DF flaps caused brief traffic interruptions in earlier releases.

! OcNOS 6.4 SP -- EVPN multi-homing DF election tuning
!
evpn
  ethernet-segment 1
    identifier type-3 10.0.0.1
    df-election preemption-time 5     ! 5-second delay before preempting DF
    df-election hold-time 10          ! 10-second hold before new election
  !
!
! Verify DF election state:
show evpn ethernet-segment detail
show bgp l2vpn evpn route type ead    ! Type-1 auto-discovery routes

BGP Convergence Improvements

OcNOS 6.4 SP improves BGP route processing performance for operators running full internet routing tables (900K+ prefixes). Processing time for large BGP UPDATE bursts is reduced, improving convergence speed after BGP session resets or peer reconnections.


IP Infusion Product Team

Share