OcNOS 6.5 for Data Centers is now generally available. This release is the automation milestone — OpenConfig YANG model support via NETCONF means DC operators can manage OcNOS switches using the same automation frameworks they use for other OpenConfig-capable devices. Combined with new 400G spine platform support and EVPN-VXLAN scale improvements, OcNOS 6.5 DC delivers a mature, production-ready disaggregated fabric platform.
OpenConfig YANG Model via NETCONF
OcNOS 6.5 DC supports server-side NETCONF with OpenConfig YANG data models for interfaces, BGP, and network instances. This is the key capability that enables OcNOS to integrate into Ansible, Terraform, and custom automation frameworks that already use OpenConfig for multi-vendor network management.
! OcNOS 6.5 DC -- Ansible automation with OpenConfig via NETCONF
!
! Example Ansible task using OcNOS OpenConfig NETCONF module:
!
! - name: Configure VXLAN interface via OpenConfig NETCONF
! netconf_config:
! host: "{{ inventory_hostname }}"
! username: admin
! password: "{{ vault_password }}"
! content: |
! <config>
! <interfaces xmlns="http://openconfig.net/yang/interfaces">
! <interface>
! <name>vxlan1</name>
! <config>
! <name>vxlan1</name>
! <description>VXLAN fabric overlay</description>
! </config>
! </interface>
! </interfaces>
! </config>
!
! Verify NETCONF OpenConfig support:
show netconf capabilities | include openconfig
show netconf server statistics
New 400G Spine Platform: Edgecore AS9516-32D
OcNOS 6.5 DC introduces support for the Edgecore AS9516-32D — a 32×400G QSFP-DD spine switch on Broadcom Tomahawk 3, delivering 12.8 Tbps of switching capacity for large-scale DC fabric deployments. This platform enables operators to migrate from 100G spine to 400G without changing NOS.
EVPN-VXLAN Scale and Stability
OcNOS 6.5 DC improves EVPN-VXLAN scale limits across supported platforms:
| Resource | OcNOS 6.4 | OcNOS 6.5 |
|---|---|---|
| VNIs per switch | 4,096 | 8,192 |
| MAC entries per VNI | 32K | 64K |
| VTEP peers | 128 | 256 |
| BGP EVPN routes | 500K | 1M |
! OcNOS 6.5 DC -- Verify scale headroom
!
show evpn vni summary
! Displays: total VNIs active, MAC table utilization
show bgp l2vpn evpn summary
! Displays: total EVPN routes, peer count, memory usage
show vxlan fdb summary
! Displays: total MAC entries, remote VTEP count
- OcNOS 6.5 for Service Providers
- OcNOS 6.5 Release Overview
- OcNOS-DC Product Page
- Contact IP Infusion
IP Infusion Product Team