HP StorageWorks XPath OS 7.4.X Command Reference Guide (AA-RVHCC-TE, September 2005)

XPath OS 7.4.x command reference guide 175
Displays or sets the configured port speed.
Synopsis
portcfgspeed port [speed]
Availability
admin
Description
Use this command to display or set the configured Fibre Channel port speed. If the speed operand is
given, the command sets the port to the specified new speed. If no speed operand is given, the command
displays the currently configured port speed.
The port must be disabled before the speed can be changed.
If you use this command to configure the Gigabit Ethernet (GbE) port speed, the following message is
displayed:
Port speed is not configurable for GIGE ports.
Operands
This command has the following required operand:
This command has the following optional operand:
Examples
To display the configured speed of port 7:
To set the speed of port 1 to 2 Gb/s:
To set the speed of ports 2, 3, 10, and 12 to autonegotiate:
portCfgSpeed
port Specifies the port.
speed Specifies the speed. The value of speed can be one of the following:
0 AN (autonegotiate)
1 1 Gb/s
2 2 Gb/s
switch:admin> portcfgspeed 7
port 7 speed is set to: AN
switch:admin> portcfgspeed 1 2
port 1 speed is set to: 2G
switch:admin> portcfgspeed 2,3,10,12 0
port 2 speed is set to: AN
port 3 speed is set to: AN
port 10 speed is set to: AN
port 12 speed is set to: AN