OcNOS 7.0 for Data Centers is now generally available. This release is built around a single reality: AI infrastructure has entered a new era, and the network is the critical determinant of GPU cluster efficiency, job completion time, and infrastructure return on investment.
Latency, jitter, and packet loss inside an AI training fabric directly translate into lost GPU productivity at scale. OcNOS 7.0 addresses this with purpose-built AI fabric capabilities on open, ONIE-enabled Broadcom Tomahawk 5 platforms — delivering the performance of proprietary hyperscale solutions without vendor lock-in.
1. AI Fabric: Lossless Transport on Broadcom Tomahawk 5
GPU-to-GPU communication in AI training clusters relies on RDMA over Converged Ethernet (RoCEv2). RoCEv2 is highly sensitive to packet loss — even brief congestion events trigger retransmission cycles that stall the entire training job. OcNOS 7.0 delivers a complete lossless fabric solution for RoCEv2 workloads.
Priority-Based Flow Control (PFC) and Enhanced Transmission Selection (ETS)
PFC implements per-priority pause frames, ensuring that a congested queue on a receiving interface signals the sender to stop transmitting for that priority class — preventing packet drops without affecting other traffic classes. ETS allocates bandwidth among traffic classes using weighted scheduling.
! OcNOS 7.0 -- AI fabric: PFC, ETS, and DCBX configuration
!
! Step 1: Define QoS map for RoCEv2 traffic (priority 3)
qos map dscp-cos ROCE-MAP
dscp 24 cos 3 ! RoCEv2 uses DSCP 24 (CS3)
!
! Step 2: Enable PFC for priority 3 (RoCEv2)
interface Ethernet1/1
qos map dscp-cos ROCE-MAP
priority-flow-control mode on
priority-flow-control priority 3 no-drop
!
! Step 3: ETS bandwidth allocation
qos scheduler-group FABRIC-ETS
strict-priority 7 ! Highest: control plane
wrr cos 3 weight 70 ! 70% bandwidth: RoCEv2
wrr cos 0 weight 30 ! 30% bandwidth: best-effort
!
! Step 4: DCBX for auto-negotiation with servers
interface Ethernet1/1
dcbx enable
dcbx version ieee
!
! Verification:
show priority-flow-control
show dcbx interface Ethernet1/1
show qos scheduler-group FABRIC-ETS
2. EVPN-VXLAN Multi-Site Overlay Extension
Modern data centers are no longer confined to a single location. AI clusters, hybrid cloud architectures, and distributed applications require seamless connectivity across multiple sites without sacrificing tenant isolation or operational control. OcNOS 7.0 delivers EVPN Layer 3 overlay extension with VXLAN stitching between sites, eliminating external gateway appliances and reducing infrastructure cost.
! OcNOS 7.0 -- EVPN-VXLAN multi-site L3 overlay extension
! Border Leaf: Site A side
!
vrf TENANT-A
vni 10001
!
router bgp 65001
!
address-family l2vpn evpn
neighbor 10.0.0.2 activate ! Site A spine
neighbor 10.200.0.1 activate ! Site B border leaf
neighbor 10.200.0.1 route-map EXPORT-SITE-B out
!
vrf TENANT-A
rd 65001:10001
route-target import 65002:10001 ! Import Site B prefixes
route-target export 65001:10001 ! Export Site A prefixes
redistribute connected
!
! Route-map: control which VRFs extend to Site B
route-map EXPORT-SITE-B permit 10
match evpn route-type 5 ! Only IP prefix routes (type 5)
set extcommunity rt 65001:10001 additive
3. Enhanced Visibility: Selective Mirroring and Route Target Filtering
At scale, operational visibility is not optional. OcNOS 7.0 introduces selective packet mirroring to CPU with filtering, enabling operators to capture and analyze specific traffic flows directly within the fabric — without deploying dedicated capture infrastructure or impacting forwarding performance.
! OcNOS 7.0 -- Selective mirroring for fabric troubleshooting
!
monitor session 1
source interface Ethernet1/1 rx
filter access-group MIRROR-FILTER
destination cpu
!
! Filter: capture only VXLAN-encapsulated traffic on VNI 10001
ip access-list MIRROR-FILTER
permit udp any any dst-port 4789 ! VXLAN UDP port
!
! Verification:
show monitor session 1
show capture buffer
4. New Platform: UfiSpace S9321-64EO (Broadcom Tomahawk 5)
OcNOS 7.0 introduces support for the UfiSpace S9321-64EO — a purpose-built AI fabric switch delivering 51.2 Tbps of switching capacity with 64 high-density OSFP ports at 800G. This platform is engineered for next-generation GPU interconnects and large-scale AI training clusters requiring ultra-low latency and deterministic forwarding.
| 플랫폼 | 실리콘 | Switching Capacity | 포트 | 사용 사례 |
|---|---|---|---|---|
| UfiSpace S9321-64EO | Broadcom Tomahawk 5 | 51.2 Tbps | 64×800G OSFP | AI spine, GPU fabric |
Key Benefits of OcNOS for Data Centers
- 무손실 AI 패브릭 — PFC, ETS, and DCBX deliver RoCEv2 lossless transport without proprietary NICs or switches
- 개방형 하드웨어 선택 — Broadcom Tomahawk 5 silicon on multiple ODM platforms from UfiSpace, Edgecore, and others
- EVPN-VXLAN multi-tenancy — scalable overlay with Route Target filtering and multi-site L3 extension
- Real-time visibility — on-change gNMI telemetry and selective mirroring for operational insight at scale
- All-inclusive licensing — single SKU covers full OcNOS feature set; no per-feature upsell
- OcNOS 7.0 — Full Release Overview
- OcNOS 7.0 for Service Providers
- OcNOS 기능 매트릭스
- OcNOS-DC Product Page
- IP Maestro — Element Management for OcNOS
- IP Infusion 문의
Alan Huang is Senior Product Manager, Data Center at IP Infusion. Connect on LinkedIn.
더 깊이 살펴보십시오. 자료를 소장하십시오.
제품 데이터시트와 이 페이지보다 한층 더 깊이 있는 간결한 기술 다운로드 자료입니다.
OcNOS-DC 데이터시트
OcNOS-DC 전체 사양: EVPN-VXLAN 및 Ethernet for AI 기능 세트, 소프트웨어 SKU, 지원 하드웨어 플랫폼, 솔루션 주문 가이드.
Datasheet 받기OcNOS 800G 무손실 AI Fabric
Broadcom Tomahawk 4/5 스파인 기반의 논블로킹 RoCEv2 fabric: SKU 등급, 검증된 플랫폼, 도입 아키텍처를 다룹니다.
브리프 받기EVPN-VXLAN 데이터센터 패브릭
통신사업자급 leaf-spine 데이터센터 패브릭: 대칭 IRB, Type-2/Type-5 경로, 그리고 분산 애니캐스트 게이트웨이.
브리프 받기OcNOS-DC 데이터시트
간단한 양식입니다. 제출하면 PDF가 즉시 새 탭에서 열립니다.
✓ 새 탭에서 PDF를 여는 중입니다…
열리지 않았다면 아래 링크를 이용해 주십시오.
OcNOS 800G 무손실 AI Fabric
간단한 양식입니다. 제출하면 PDF가 즉시 새 탭에서 열립니다.
✓ 새 탭에서 PDF를 여는 중입니다…
열리지 않았다면 아래 링크를 이용해 주십시오.
EVPN-VXLAN 데이터센터 패브릭
간단한 양식입니다. 제출하면 PDF가 즉시 새 탭에서 열립니다.
✓ 새 탭에서 PDF를 여는 중입니다…
열리지 않았다면 아래 링크를 이용해 주십시오.