How to Enable Split Port on NVIDIA QM9700 Switch
Overview
This guide explains how to enable split ports on the NVIDIA QM9700 InfiniBand switch, using both the Web GUI and CLI methods. Split ports allow a single high-speed port to be divided into multiple lower-speed logical ports, providing greater flexibility in network topology and connectivity.
Prerequisites
-
Admin access to the QM9700 switch
-
Connectivity to the switch via Web GUI or SSH for CLI
-
Port cabling that supports port splitting (e.g., splitter cables)
Method 1: Enabling Split Port via Web GUI
Steps:
-
Login to the switch's web console using a browser.
Example: https://<switch-ip-address>
-
Navigate to the Ports tab in the left-hand menu.
-
You will see a list of ports (e.g., 1/1
, 1/2
, ...), along with their current status.
-
Select the port you want to split.
-
Click on the Split by 2 button to split the port into two logical subports (e.g., 1/1/1
and 1/1/2
).
-
Wait a few seconds for the operation to complete and verify the updated port layout.
Steps via Cli:
SSH into the QM9700 switch:
Enter configuration mode:
Run the following command to enable split mode on a specific port. Repeat for each port as needed:
-
Replace 1/12/1
with the appropriate port number (e.g., 1/1
, 1/2
, etc.)
-
The force
keyword is used to apply the change immediately.
Exit and save the configuration:
Related Articles
Enable AI Eye contact and Noise cancelling using NVIDIA Broadcast
What is NVIDIA Broadcast? NVIDIA Broadcast allows you to enhance your voice and video for calls and live streaming with the power of AI. System Requirements You need to have an RTX Powered NVIDIA GPU and Windows 10/11 for NVIDIA Broadcast to work. ...
Fixing "Cable Data Invalid EEPROM" Error on NVIDIA QM9700 InfiniBand Switch
Issue On NVIDIA QM9700 InfiniBand switches, some ports may appear down and show an error such as: This issue is often caused by outdated CPLD firmware and can be resolved by updating the CPLD version on the switch. Root Cause The EEPROM error is ...
Installing NVIDIA Drivers on Ubuntu
Ubuntu doesn't come with NVIDIA drivers installed by default as they are proprietary and closed-source. This means that you'll have issues like poor performance, displays not working, artifacts etc... while using the FOSS nouveau drivers. Graphical ...
Managing OpenSM within NVIDIA UFM and getting OpenSM Logs from UFM
Overview In NVIDIA UFM (Unified Fabric Manager), OpenSM — the InfiniBand Subnet Manager — is managed internally by UFM rather than as a standalone systemd service. This allows UFM to control the IB fabric, collect telemetry, and maintain HA ...
Updating Port Description on Mellanox Switches like QM9700
Objective To update the description for multiple InfiniBand (IB) ports on a Mellanox QM9700 series switch using the web interface. Prerequisites Administrative access to the Mellanox QM9700 switch's web interface. A pre-prepared list of commands with ...