Specifications

12-174
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
interface fc? linkspeed
interface fc? linkspeed
To set the transfer rate for the named Fibre Channel (FC) interface, use the interface fc? linkspeed
command.
interface fc? linkspeed {auto | 1gb | 2gb}
Syntax Description
Defaults The transfer rate is automatically negotiated to either 1 Gbps or 2 Gbps, by default.
Command Modes Administrator.
Command History
Usage Guidelines Use this command to change the transfer rate for the named FC interface.
Note All storage routers in a cluster should be configured with the same interface-specific parameters,
allowing failover of SCSI routing instances to provide consistent performance characteristics.
Examples The following example sets the transfer rate for to 2 Gbps for the FC interface named fc6:
[SN5428-2A]# interface fc6 linkspeed 2gb
fc? The name of the FC interface for which you are setting this parameter. Valid
values are fc1 through fc8. When you type the interface fc? command, the
CLI lists the interfaces available. You cannot specify a nonexistent
interface.
auto Keyword, indicating the transfer rate will be negotiated.
1gb Keyword, indicating the transfer rate will be fixed at 1 Gbps.
2gb Keyword, indicating the transfer rate will be fixed at 2 Gbps.
Release Modification
3.2.1 This command was introduced.