Oracle® Fabric OS 1.0.2 Command Reference

Exit Print View

Updated: November 2016
 
 

multiconfig-port

The multiconfig-port command allows you to configure up to two additional ports. These ports can be IB ports or 40 GbE Ethernet ports.

Syntax

set multiconfig-port slot/port [–port-type={gwEthernet10GbPort|gwEthernet40GbPort|ibPort}]
show multiconfig-port slot/* [–detail]

where slot/port are the physical slot/ port numbers.

Options

Option
Description
–detail
Displays detailed information for the port. Optional.
–port-type
Specifies the type of port:
  • gwEthernet10GbPort – 10 GbE port

  • gwEthernet40GbPort – 40 GbE port

  • ibPort – InfiniBand port

Example: Configure an Additional Ethernet Port

This example shows how to add an 4-port 40 GbE card, and then change the port type to 10GbE.

[OFOS] add iocard 7 gwEthernet4Port40GbCard
[OFOS] show iocard 7 ioport
name  type                 state              descr   mode    lag   access-vlan  guid 
-------------------------------------------------------------------------------------
7/1   gwEthernet40GbPort   up/indeterminate           trunk         1            0
7/2   gwEthernet40GbPort   up/indeterminate           trunk         1            0
7/3   gwEthernet40GbPort   up/indeterminate           trunk         1            0
7/4   gwEthernet40GbPort   up/indeterminate           trunk         1            0
[OFOS] set multiconfig-port 7/1 -port-type=gwEthernet10GbPort
[OFOS] show iocard 7 ioport
name  type                 state               descr  mode    lag   access-vlan  guid
-------------------------------------------------------------------------------------
7/1   gwEthernet10GbPort   up/indeterminate           trunk         1            0
7/2   gwEthernet10GbPort   up/indeterminate           trunk         1            0
7/3   gwEthernet10GbPort   up/indeterminate           trunk         1            0
7/4   gwEthernet10GbPort   up/indeterminate           trunk         1            0