How to Enable Split Port on NVIDIA QM9700 Switch

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:


  1. Login to the switch's web console using a browser.
    Example: https://<switch-ip-address>

  2. Navigate to the Ports tab in the left-hand menu.

  3. You will see a list of ports (e.g., 1/1, 1/2, ...), along with their current status.

  4. Select the port you want to split.




  5. Click on the Split by 2 button to split the port into two logical subports (e.g., 1/1/1 and 1/1/2).

  6. Wait a few seconds for the operation to complete and verify the updated port layout.

Steps via Cli:

  1. SSH into the QM9700 switch:


    ssh admin@<switch-ip-address>
  2. Enter configuration mode:


    configure terminal
  3. Run the following command to enable split mode on a specific port. Repeat for each port as needed:


    interface ib 1/12/1 port-type split-2 force
    • 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.

  4. Exit and save the configuration:


    end write memory
    • Related Articles

    • Network Switches

      What is a Network Switch? A Switch is a network device that is used to segment the networks into different subnetworks called subnets or LAN segments. It is responsible for filtering and forwarding the packets between LAN segments based on the MAC ...
    • How to do a remote power cycle on NVIDIA QM9700 Switch?

      1. Purpose To perform a remote reboot of NVIDIA QM9700 switch using the NVIDIA's Web GUI. If the remote reboot does not resolve any issues occurred, a physical power-cycle should be carried out onsite as per OEM recommendations. 2. Scope This MOP ...
    • How to Set NVIDIA GPU Power Limit on Ubuntu using nvidia-smi

      Managing the power consumption of your NVIDIA GPU on Ubuntu is a practical way to optimize energy efficiency, especially for workloads that do not require full GPU performance. This guide explains how to check and set power limits for your NVIDIA GPU ...
    • 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. ...
    • Nvidia Quadro Sync Installation

      The NVIDIA Quadro Sync card is designed as an add-on card for NVIDIA RTX/Quadro series GPUs. The NVIDIA Quadro Sync II card fits into a free PCI Express slot within the system. Hardware Installation Steps to Install the NVIDIA Quadro Sync Card Power ...
    • Popular Articles

    • CP Plus Camera and NVR Configuration

      NVR Configuration The CP Plus Pro Series of NVRs have been meticulously designed for providing you with upgraded performance and higher recording quality in your IP video surveillance solution. The robust processor that has been inculcated in this ...
    • Kerberos Authentication – Overview

      What is Kerberos? Kerberos is a secure authentication method used in our Active Directory (AD) environment (mbuzztech.com). It allows users to: Access multiple systems without re-entering passwords (Single Sign-On – SSO) Log in once Where We Use It ...
    • How to Remove and Reinstall NVIDIA Drivers on Ubuntu

      This article provides step by step guide to completely remove existing NVIDIA drivers and reinstall specific version of the NVIDIA driver on the Ubuntu system Prerequisites Administrative (sudo) access to the Ubuntu system. Internet access to ...
    • Personal Computers and Servers - Classification and Point of Contact

      We can classify the computers that MBUZZ handles based on their form-factor as below: Tower Workstations, Desktops, Gaming PCs and SFF (Small form factor) PCs fall under this category. These are computers people would use on a desk and rarely move. ...
    • M.2 SSD Tier List

      The sequential read and write speeds, which are usually the most advertised number, are not a proper benchmark of real-world performance or the quality of an SSD. This article categorizes and tiers SSDs based on factors like the type of NAND flash, ...