Versiones OcNOS

OcNOS 6.5 for Data Centers: OpenConfig Automation, EVPN Scale, and 400G Spine

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
!
! Enable the NETCONF server first:
configure terminal
feature netconf-ssh vrf management
commit
exit
!
! Example Ansible task using an OpenConfig NETCONF payload:
!
! - name: Configure a VXLAN access interface via OpenConfig NETCONF
!   netconf_config:
!     host: "{{ inventory_hostname }}"
!     username: ocnos
!     password: "{{ vault_password }}"
!     content: |
!       <config>
!         <interfaces xmlns="http://openconfig.net/yang/interfaces">
!           <interface>
!             <name>xe11</name>
!             <config>
!               <name>xe11</name>
!               <description>VXLAN fabric overlay</description>
!             </config>
!           </interface>
!         </interfaces>
!       </config>
!
! Verify the NETCONF server:
show netconf server

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:

Recurso 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 nvo vxlan vnid 10100
! Displays: the configured VNIDs and their state

show bgp l2vpn evpn summary
! Displays: EVPN peer count and received prefix counts

show nvo vxlan mac-table
! Displays: the learned host MAC addresses behind each VTEP

show nvo vxlan tunnel
! Displays: the discovered remote VTEPs

IP Infusion Product Team

Compartir