<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Networking System on </title>
    <link>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/</link>
    <description>Recent content in Networking System on </description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 10 Aug 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Overview</title>
      <link>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/overview/</link>
      <pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate>
      <guid>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/overview/</guid>
      <description>&lt;p&gt;&lt;a id=&#34;nm&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;!--# Overview --&gt;&#xA;&lt;p&gt;When a new Virtual Machine is launched, OpenNebula will connect its virtual network interfaces (defined by &lt;code&gt;NIC&lt;/code&gt; attributes) to hypervisor network link devices as defined in the corresponding &lt;a href=&#34;http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/manage_vnets/#manage-vnets&#34;&gt;Virtual Network&lt;/a&gt;. This will allow the VM to have access to public and private networks.&lt;/p&gt;&#xA;&lt;p&gt;OpenNebula supports the following networking modes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/bridged/#bridged&#34;&gt;Bridged&lt;/a&gt;: The VM NIC is added to a Linux bridge on the Host. This mode can be configured to use Security Groups and network isolation.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/vlan/#hm-vlan&#34;&gt;802.1Q VLAN&lt;/a&gt;: The VM NIC is added to a Linux bridge on the Host and the Virtual Network is configured to handle 802.1Q VLAN isolation.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/vxlan/#vxlan&#34;&gt;VXLAN&lt;/a&gt;: The VM NIC is added to a Linux bridge on the Host and the Virtual Network implements isolation using the VXLAN encapsulation.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/openvswitch/#openvswitch&#34;&gt;Open vSwitch&lt;/a&gt;: The VM NIC is added to a Open vSwitch bridge on the Host and the Virtual Network optionally handles 802.1Q VLAN isolation.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/openvswitch_dpdk/#openvswitch-dpdk&#34;&gt;Open vSwitch DPDK&lt;/a&gt;: The VM NIC uses vhost-user to connect to an Open vSwitch userspace datapath accelerated with DPDK.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/openvswitch/#openvswitch-vxlan&#34;&gt;Open vSwitch on VXLAN&lt;/a&gt;: The VM NIC is added to a Open vSwitch bridge on the Host and the Virtual Network is configured to provide both isolation with VXLAN encapsulation and optionally 802.1Q VLAN.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The attribute &lt;code&gt;VN_MAD&lt;/code&gt; of a Virtual Network determines which of the above networking modes is used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Defining and Managing Virtual Networks</title>
      <link>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/manage_vnets/</link>
      <pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate>
      <guid>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/manage_vnets/</guid>
      <description>&lt;p&gt;&lt;a id=&#34;manage-vnets&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;!--# Virtual Networks --&gt;&#xA;&lt;p&gt;Commonly a Host is connected to one or more networks that are available to the VMs through bridges. OpenNebula allows the creation of Virtual Networks by mapping them on top of the physical ones.&lt;/p&gt;&#xA;&lt;h2 id=&#34;virtual-network-definition&#34;&gt;&#xA;  Virtual Network Definition&#xA;  &lt;a class=&#34;anchor-link&#34; href=&#34;#virtual-network-definition&#34; aria-label=&#34;Link to this section&#34;&gt;&#xA;    &lt;i class=&#34;fas fa-link fa-xs&#34;&gt;&lt;/i&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&lt;p&gt;A Virtual Network definition consists of three different parts:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The &lt;strong&gt;underlying physical network infrastructure&lt;/strong&gt; that will support it, including the network driver.&lt;/li&gt;&#xA;&lt;li&gt;The &lt;strong&gt;logical address space&lt;/strong&gt; available. Addresses associated to a Virtual Network can be IPv4, IPv6, dual stack IPv4-IPv6, or Ethernet.&lt;/li&gt;&#xA;&lt;li&gt;The &lt;strong&gt;guest configuration attributes&lt;/strong&gt; to set up the Virtual Machine network, that may include for example network masks, DNS servers, or gateways.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;physical-network-attributes&#34;&gt;&#xA;  Physical Network Attributes&#xA;  &lt;a class=&#34;anchor-link&#34; href=&#34;#physical-network-attributes&#34; aria-label=&#34;Link to this section&#34;&gt;&#xA;    &lt;i class=&#34;fas fa-link fa-xs&#34;&gt;&lt;/i&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&lt;p&gt;To define a Virtual Network include:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bridged Networking</title>
      <link>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/bridged/</link>
      <pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate>
      <guid>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/bridged/</guid>
      <description>&lt;p&gt;&lt;a id=&#34;bridged&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;!--# Bridged Networking --&gt;&#xA;&lt;p&gt;This guide describes how to deploy Bridged networks. In this mode, the Virtual Machine traffic is directly bridged through the Linux bridge on the hypervisor nodes. Bridged networks can operate in four different modes depending on the additional traffic filtering made by OpenNebula:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Dummy Bridged&lt;/strong&gt;, no filtering, no bridge setup (legacy no-op driver).&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Bridged&lt;/strong&gt;, no filtering is made, managed bridge.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Bridged with Security Groups&lt;/strong&gt;, iptables rules are installed to implement security groups rules.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;a id=&#34;bridged-node&#34;&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>802.1Q VLAN Networks</title>
      <link>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/vlan/</link>
      <pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate>
      <guid>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/vlan/</guid>
      <description>&lt;p&gt;&lt;a id=&#34;hm-vlan&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;!--# 802.1Q VLAN Networks --&gt;&#xA;&lt;p&gt;This guide describes how to enable network isolation provided through Host-managed VLANs. This driver will create a bridge for each OpenNebula Virtual Network and attach a VLAN-tagged network interface to the bridge. This mechanism is compliant with &lt;a href=&#34;http://en.wikipedia.org/wiki/IEEE_802.1Q&#34;&gt;IEEE 802.1Q&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The VLAN ID will be the same for every interface in a given network, automatically computed by OpenNebula. It may also be forced by specifying a &lt;code&gt;VLAN_ID&lt;/code&gt; parameter in the &lt;a href=&#34;http://51.159.138.137:8082/devel/product/operation_references/configuration_references/vnet_template/#vnet-template&#34;&gt;Virtual Network template&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>VXLAN Networks</title>
      <link>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/vxlan/</link>
      <pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate>
      <guid>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/vxlan/</guid>
      <description>&lt;p&gt;&lt;a id=&#34;vxlan&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;!--# VXLAN Networks --&gt;&#xA;&lt;p&gt;This guide describes how to enable Network isolation provided through the VXLAN encapsulation protocol. This driver will create a bridge for each OpenNebula Virtual Network and attach a VXLAN-tagged network interface to the bridge.&lt;/p&gt;&#xA;&lt;p&gt;The VXLAN ID will be the same for every interface in a given network, calculated automatically by OpenNebula. It may also be forced by setting the &lt;code&gt;VLAN_ID&lt;/code&gt; attribute in the &lt;a href=&#34;http://51.159.138.137:8082/devel/product/operation_references/configuration_references/vnet_template/#vnet-template&#34;&gt;Virtual Network template&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Open vSwitch Networks</title>
      <link>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/openvswitch/</link>
      <pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate>
      <guid>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/openvswitch/</guid>
      <description>&lt;p&gt;&lt;a id=&#34;openvswitch&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;!--# Open vSwitch Networks --&gt;&#xA;&lt;p&gt;This guide describes how to use the &lt;a href=&#34;http://openvswitch.org/&#34;&gt;Open vSwitch&lt;/a&gt; network drivers. They provide network isolation using VLANs by tagging ports and basic network filtering using OpenFlow. Other traffic attributes that may be configured through Open vSwitch are not modified.&lt;/p&gt;&#xA;&lt;p&gt;The VLAN ID will be the same for every interface in a given network, calculated automatically by OpenNebula. It may also be forced by specifying an &lt;code&gt;VLAN_ID&lt;/code&gt; parameter in the &lt;a href=&#34;http://51.159.138.137:8082/devel/product/operation_references/configuration_references/vnet_template/#vnet-template&#34;&gt;Virtual Network template&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Open vSwitch DPDK</title>
      <link>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/openvswitch_dpdk/</link>
      <pubDate>Mon, 10 Aug 2026 00:00:00 +0000</pubDate>
      <guid>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/openvswitch_dpdk/</guid>
      <description>&lt;p&gt;&lt;a id=&#34;openvswitch-dpdk&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Open vSwitch (OVS) can use the Data Plane Development Kit (DPDK) to move packet processing from the kernel to dedicated userspace polling threads. This provides an accelerated, shareable network path when assigning a physical NIC directly to each Virtual Machine is not appropriate.&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;&#xA;  &#xA;    &lt;div class=&#34;alert-heading&#34;&gt;&#xA;      &lt;i class=&#34;alert-icon fas fa-triangle-exclamation&#34;&gt;&lt;/i&gt; Warning&#xA;    &lt;/div&gt;&#xA;  &#xA;  &lt;div class=&#34;alert-body&#34;&gt;&#xA;    Open vSwitch DPDK is supported only for KVM Hosts.&#xA;  &lt;/div&gt;  &#xA;&lt;/div&gt;&#xA;&lt;p&gt;The physical NIC is owned by &lt;code&gt;ovs-vswitchd&lt;/code&gt;, normally through &lt;code&gt;vfio-pci&lt;/code&gt;; it is not passed through to the VM. OpenNebula connects each VM to the userspace bridge with a &lt;code&gt;dpdkvhostuserclient&lt;/code&gt; port. QEMU creates the corresponding vhost-user socket under &lt;code&gt;/var/run/one/vhost-socks/&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>InfiniBand</title>
      <link>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/infiniband/</link>
      <pubDate>Fri, 10 Jul 2026 00:00:00 +0000</pubDate>
      <guid>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/infiniband/</guid>
      <description>&lt;p&gt;InfiniBand is a high-performance networking technology designed for environments where extremely low latency, high throughput, and efficient CPU utilization are critical. It is widely used in High Performance Computing (HPC), AI training and inference Clusters, and other data-intensive workloads that require significantly higher performance than conventional Ethernet networks. InfiniBand achieves this through technologies such as Remote Direct Memory Access (RDMA), allowing applications to exchange data directly between systems with minimal CPU involvement.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NVIDIA Spectrum-X Integration (AI)</title>
      <link>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/spectrumx/</link>
      <pubDate>Wed, 17 Dec 2025 00:00:00 +0000</pubDate>
      <guid>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/spectrumx/</guid>
      <description>&lt;p&gt;&lt;a id=&#34;spectrumx&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;This guide provides a high-level overview of the OpenNebula integration with the NVIDIA Spectrum-X™ Ethernet networking platform. This integration allows OpenNebula to act as a single pane of glass for managing an entire AI factory, from compute and storage to the high-performance network fabric.&lt;/p&gt;&#xA;&lt;p&gt;The integration works by mapping OpenNebula&amp;rsquo;s logical resource constructs (like Users and Virtual Networks) directly to the Spectrum-X fabric&amp;rsquo;s tenant segments, which are based on a routed L3EVPN architecture to deliver isolated, high-bandwidth East-West (E/W) traffic for demanding AI and HPC workloads.&lt;/p&gt;</description>
    </item>
    <item>
      <title>NVIDIA BlueField DPU (AI)</title>
      <link>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/nvidia_bluefield_dpu/</link>
      <pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
      <guid>http://51.159.138.137:8082/devel/product/cluster_configuration/networking_system/nvidia_bluefield_dpu/</guid>
      <description>&lt;p&gt;Work in progress.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
