Configuring InfiniBand-Ethernet Gateway Switch Port Type

From the factory, ports on the InfiniBand-Ethernet gateway switch are configured as follows:

If desired, change the configuration.

Considerations When Configuring Port Type

Using Web Management Interface

  1. Access the switch. For more information, see Accessing InfiniBand-Ethernet Gateway Switch.

  2. On the Ports tab of the management console, in the left-hand navigation, click Protocol Type.

    The Port Protocol Config page appears.

  3. Under the Port Type Info section, review which ports are configured as InfiniBand or Ethernet.

  4. To change the protocol (port type) of a port, under the Port Protocol Config section, enter the port number, select the desired type of port, and then click Apply.

  5. When you complete all desired configuration, click Save in the upper right area of the management console to save all changes.

Using Command Line Interface (CLI)

  1. Access the switch. For more information, see Accessing InfiniBand-Ethernet Gateway Switch.

  2. At the prompt, execute the following command to view the port type configuration of all switch ports.

    show ports type
  3. To change the port type of a port, be sure to shut down the port before reconfiguring it. In the following example, port 10 is originally an InfiniBand port and is reconfigured as an Ethernet port.

    Switch-1 [standalone: master] > enable
    Switch-1 [standalone: master] > configure terminal
    Switch-1 [standalone: master] (config) # interface ib 1/10
    Switch-1 [standalone: master] (config interface ib 1/10) # shutdown
    Switch-1 [standalone: master] (config interface ib 1/10) # exit
    Switch-1 [standalone: master] (config) # port 1/10 type Ethernet
    Switch-1 [standalone: master] (config) # interface ethernet 1/10
    Switch-1 [standalone: master] (config interface ethernet 1/10) # no shutdown
  4. Repeat the configuration commands as needed to reconfigure the port type of a port.