This document describes the steps required to configure NFVIS-for-UC Open vSwitch (OVS) for Virtual Machine network connectivity.
| Usage | VLAN | IP | Gateway | pNIC | Bridge | Network | Uplink Switch Name | Uplink Switch Port |
|---|---|---|---|---|---|---|---|---|
| Appliance OOB CIMC | 100 | 10.0.100.10/24 | 10.0.100.1/24 | CIMC Management | mgmt-switch | Eth1/1 | ||
| NFVIS-for-UC Management | 101 | 10.0.101.10/24 | 10.0.101.1/24 | GE0-0 | lan-br | lan-net | mgmt-switch | Eth1/10 |
| VM Data1 | 10 | N/A | 10.0.10.1/24 | GE1-0 | vm-br1 | vm-net-10 | vm-switch | Eth1/11 |
| VM Data2 | 20 | N/A | 10.0.20.1/24 | GE1-1 | vm-br2 | vm-net-20 | vm-switch | Eth1/12 |
Once you are able to remotely manage NFVIS-for-UC, the next step is setting up networks for Virtual Machine connectivity. In this setup, GE1-0 and GE1-1 are used for VM data traffic.
Step 1: Log in to NFVIS-for-UC WebUI at https://<NFVIS Management IP or FQDN> using credentials you set earlier.

Step 2: Navigate to Network configuration page from drop Configuration > Virtual Machines > Networking > Networks.

Networks page default configuration (BE7H-M5-K9)

Step 3: Add New network, by clicking the + sign to add network. Enter network details and click Submit once done. Repeat the same step for other VLANs/network. Re-use the same bridge or create a new one based on your design.

Step 4. Verify the networks now appear on the Networks page.
You can also see these networks created from the NFVIS-for-UC CLI.
BE7KH2-NFVIS# show system networks
NETWORK BRIDGE PORTS TYPE VLAN
----------------------------------------------------------
wan-net wan-br N/A openvswitch N/A
lan-net lan-br GE0-0,GE0-0_ll1 openvswitch N/A
GE1-0-SRIOV-1 N/A N/A SRIOV N/A
...omitted default SRIOV networks...
vm-net-10 vm-br1 GE1-0,vnic0 openvswitch 10
vm-net-20 vm-br2 GE1-1,vnic1 openvswitch 20
BE7KH2-NFVIS#
| Revision | Publish Date | Comments |
|---|---|---|
1.0 |
08-Jul-2026
|
Initial Release |