AI Fabricトポロジ:レール最適化設計とスケジュール設計
The shape of your fabric decides the shape of your training job. This page lays out the reference topologies OcNOS-DC ships against, from a rail-optimized single pod, through a scheduled 3-stage Clos, to coherent multi-DC DCI, sized in concrete port-counts on Broadcom Tomahawk 4 and Tomahawk 5 hardware.
バズワードではなく、GPU数で選ぶ
AI ファブリックトポロジの役割はただ一つ:維持すること every GPU の送信リンクが集合演算中に飽和しても、テールレイテンシの外れ値を生じさせないことが求められます。適切なトポロジとは、お客様の GPU 数に対してこれを実現する最小構成であり、かつ次の規模へ拡張するためのフォールバック経路を備えたものです。以下では、OcNOS-DC が現在サポートする 3 つのリファレンスデザインを、具体的なポート計算とともにご紹介します。
ご自身のクラスタをサイジングしますか。 The AI Fabric Design Suite は迅速な初期見積もりを提供します。すなわち、次を試算します ノンブロッキングの 2 階層構成 次を前提とした leaf-spine ポッド GPU あたり 1 枚の fabric NIC、そして 3階層規模へと移行する際にはそれを示します。以下のリファレンスデザインでは次を用います。 same non-blockingなleaf/spineの計算を行い、それを大規模な3ステージClosへと拡張することで、スイッチ台数がツールと一致します。 Rail-optimized here is the wiring discipline of an 8-NIC GPU server (one rail per leaf, so intra-rail AllReduce stays on the leaf) layered on that non-blocking fabric: it changes traffic locality, not the switch count. Use the tool for a ballpark; use these designs for the build.
エントリーノンブロッキングポッド
小規模なスパインティア上にレール整合型リーフを配した 1 ラック列。2 ティアのフォールデッド (folded) Clos、1:1 ノンブロッキング。
レール最適化 2 ティアポッド
1:1 ノンブロッキングのスパインを備えたレール整合型リーフ。レール内の AllReduce はリーフ上に留まり、レール間トラフィックはスパインを経由します。標準的なシングルポッドのスケーラブルユニット。
3ステージClos
Leaf, spine, super-spine. Each 1,024-GPU pod is 1:1 non-blocking; a super-spine plane scales across pods. DLB at every tier; GLB end-to-end on the OcNOS 7.1 train.
スケールする3ステージClos
スーパースパインプレーンを備えたマルチポッド3ステージClos。1兆パラメータ規模のトレーニングクラス向けに最適化。
レール最適化シングルポッド
各 GPU サーバには 8 つの NIC が搭載され、それぞれが「レール」 (専用の xCCL (NCCL / RCCL / oneCCL) 集合通信チャネル) に対応します。各レールは独自の専用リーフを持ち、各サーバの 8 つの NIC はすべて異なるリーフに収容されます。レール N をまたぐ AllReduce はリーフ N の内部に留まります。支配的な集合通信パターンではスパインに east-west 方向の負荷がかかりません。
OcNOS構成要素: BGP-unnumbered L3 underlay, RoCEv2 lossless (PFC + ECN) on every leaf, DLB at the spine tier. Built on HCL-listed hardware: the 800G scalable unit uses TH5 64×800G leaves and spines (Edgecore AIS800-64D or UfiSpace S9321-64E); the entry 256-GPU pod uses Edgecore AS9736-64D (TH4, 64×400G).
スケジュールド対レールアラインド:スケール時に何が変わるか
Rail-optimized stops scaling somewhere between 1k and 2k GPUs: you run out of leaf radix, or the spine tier becomes too oversubscribed. Above that, most modern AI fabrics move to a 3-stage Clos: leaf, spine, super-spine. The hard part on a Clos is spreading flows evenly so no link becomes a hot spot. Approaches run from per-flow ECMP, through adaptive (dynamic) load balancing, to per-packet spray, the model Ultra Ethernet uses with reordering handled at the NIC. A separate family, cell-based scheduled fabrics such as Broadcom DDC, segments traffic into cells and schedules it inside the fabric. OcNOS keeps the GPU plane balanced with DLB today and adds fabric-wide GLB on the 7.1 train, and is UEC-ready as UEC NICs arrive.
3-Stage Clos Scheduled Fabric: 4,096-16,384 GPUs
Three tiers: leaf, spine, super-spine. Any two GPUs are at most four switch hops apart; same-leaf and same-pod peers are closer. Non-blocking within a pod, with the super-spine plane setting the cross-pod ratio. DLB at every hop, GLB across the full path on the OcNOS 7.1 train, UEC packet-spray on UEC-capable NICs. The diagram is schematic: it draws a reduced tier count; the 4,096-GPU build is 128 leaves / 64 spines / 32 super-spines on TH5 800G.
OcNOS構成要素: eBGP-unnumbered L3アンダーレイ、RoCEv2ロスレス (PFC + ECN)、全階層でのDLB、OcNOS 7.1系列でのエンドツーエンドGLB、観測性スタックへのgNMIストリーミングテレメトリ。テナント分離が必要な場合はEVPN-VXLANマルチテナントオーバーレイ。全体を通じてHCL掲載のTH5 64×800Gシャーシ上に構築。
Subscription is a dial, not a fixed rule. These counts make each 1,024-GPU pod 1:1 non-blocking and use a cost-optimized ~2:1 super-spine for cross-pod traffic, the rail-optimized approach hyperscale Ethernet fabrics rely on (published large-scale designs oversubscribe the top tier far more, because collective traffic stays pod-local). Want maximal any-to-any headroom instead? A fully non-blocking 1:1 build is 128 / 128 / 64 at 4,096 GPUs and 512 / 512 / 256 at 16,384; only the spine and super-spine counts change. Model either in the AI Fabric Design Suite.
分散学習向けのマルチ DC および DCI
単一のトレーニング実行が複数のデータホールにまたがる場合(兆パラメータ規模のモデルでは次第に一般的になっています)、ファブリックは WAN へと拡張されます。OcNOS-DC はスパイン上で 400G ZR / ZR+ コヒーレント光をそのままサポートし、トランスポンダー不要の DCI を実現するとともに、EVPN トンネル拡張により VXLAN テナントを拠点間で伝送します。
マルチDC AIファブリック:コヒーレントDCI
スパインに400G ZR/ZR+を用いて連結された2つのAIデータセンター。EVPN inter-DCがL2/L3テナント拡張を担い、各サイトの基盤となる3段Closは変わりません。
OcNOS構成要素: 400G ZR/ZR+ pluggable coherent optics on a DWDM-capable spine or border-leaf port, EVPN inter-DC for tenant L2/L3 extension, gNMI telemetry across sites. No external transponders required. Reach: 400ZR to roughly 120 km amplified; OpenZR+ reaches farther on oFEC.
設計の目安
- トポロジーをGPU数に合わせる。 最小規模のポッド(リーフ1台の NIC 基数未満):レールのみで十分。シングルポッド規模:レール最適化リーフ・スパイン。マルチポッド:3段 Clos が、オーバーサブスクリプションの妥協なくスケールする唯一の設計。
- AI プレーンでは常に 1:1 サブスクリプション。 ストレージおよび CPU ラックは、より高いオーバーサブスクリプション比率で運用できます。GPU プレーンではそれを避けてください。
- レール数は配線の都合ではなく xCCL を起点に決定します。 8レールは、8-NIC GPUサーバー向けの現行デファクトスタンダードです。レールを少数のリーフに統合しないでください。
- バッジではなく、電力と密度でシリコンを選択。 TH4(25.6T)とTH5(51.2T)が主力です。両者の選択は、ラック電力とブレイクアウトケーブルのコストによって決まります。
- 設計段階からGLB/UECを見据えた計画を。 7.0ファブリックであっても初日からテレメトリプレーンを組み込んでおくことで、OcNOS 7.1のGLBアップグレードを純粋なソフトウェアステップにできます。以下を参照 GLB and Ultra Ethernet.
- HCLに照らして検証。 ここで紹介する各リファレンスは、以下に記載のハードウェア上に構築: OcNOSハードウェア互換性リスト。そこから選択することで第一級のサポートを実現。
AI fabric topology FAQ
What is a rail-optimized topology, and how is it different from rail-only?
How many GPUs can a 3-stage Clos scale to?
Should I use Tomahawk 4 or Tomahawk 5?
Do I need InfiniBand, or is Ethernet enough?
Where does scale-up end and scale-out begin?
AIファブリックの設計をご検討ですか。ポート数の試算を一緒に進めましょう。
アーキテクチャレビューを予約 →Design the whole AI fabric with OcNOS
From the business case to the port-count maths, pick up wherever you are in the build.
さらに詳しく。資料をお持ち帰りください。
本ページより踏み込んだ、簡潔で技術的な 2 つのダウンロード資料です。lossless な 800G AI fabric アーキテクチャと、EVPN-VXLAN の data center リファレンスをご用意しています。
OcNOS 800G ロスレス AI Fabric
簡単なフォームです。送信後すぐに PDF が新しいタブで開きます。
✓ PDF を新しいタブで開いています…
開かない場合は、下記のリンクをご利用ください。
Solution_Brief-OcNOS_800G_Ethernet-Based_Lossless_AI_Fabric.pdfEVPN-VXLAN データセンターファブリック
簡単なフォームです。送信後すぐに PDF が新しいタブで開きます。
✓ PDF を新しいタブで開いています…
開かない場合は、下記のリンクをご利用ください。
OcNOS-modernize-your-data-center-EVPN-VxLAN_Solution-Brief.pdf