Command Reference Guide

Fabric OS Command Reference 719
53-1002746-01
portCfgSpeed
2
-x [hex1 [-hex2]]
Configures a port or a range of ports identified by port numbers, index number in
hexadecimal format. You may specify multiple port ranges separated by a space,
for example, -x 21-26 28-3c.
-slot [slot1[-slot2]
Configures all ports on a slot or on a range of slots, for example, -s 3-5. You may
specify multiple slot ranges separated by a space, for example, -s 3-5 8-10.
speed
Sets speed for the specified ports. This operand is required. Valid values are one
of the following.
0
Autosensing mode (hardware). The port automatically configures for maximum
speed.
ax
Autosensing mode (hardware). The port automatically configures for maximum
speed with enhanced retries.
s
Auto-sensing mode (software). The port automatically configures for maximum
speed with enhanced retries.
1
The port is set at a fixed speed of 1 Gbps (not supported on 10G and 16G
platforms).
2
The port is set at a fixed speed of 2 Gbps.
4
The port is set at a fixed speed of 4 Gbps.
8
The port is set at a fixed speed of 8 Gbps.
10
The port is set at a fixed speed of 10 Gbps (not supported on 8G platforms).
16
The port is set at a fixed speed of 16 Gbps (not supported on 8G platforms).
-h
Displays the command usage.
EXAMPLES To set the speed of a port to 10 Gbps:
switch:admin> portcfgspeed 2/3 10
To set the speed of a port using the port index:
switch:admin> portcfgspeed -i 78 16
To set the speed of a port range using the port index:
switch:admin> portcfgspeed -i 24-38 8
To set all ports on slots 2 and 3 to 8 Gbps:
switch:admin> portcfgspeed -s 2-3 8
To set all ports on slots 2-3 and 9-12 to 10 Gbps:
switch:admin> portcfgspeed -s 2-3 9-12 10