Specifications

12-178
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
interface fc? mfs-bundle
interface fc? mfs-bundle
To enable Multi-Frame Sequence (MFS) bundling for the named Fibre Channel (FC) interface, use the
interface fc? mfs-bundle command. To disable MFS bundling for the named FC interface, use the no
form of this command.
interface fc? mfs-bundle enable timeout nn
no interface fc? mfs-bundle enable
Syntax Description
Defaults MFS bundling is enabled on all FC interfaces, by default. The default timeout value is 10 msec.
Command Modes Administrator.
Command History
Usage Guidelines MFS bundling is used to support systems that require frames to be sequenced in a particular order.
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 enables MFS bundling for the FC interface named fc6, and sets the timeout value
to 640 msecs:
[SN5428-2A]# interface fc6 mfs-bundle enable timeout 640
The following example disables MFS bundling for the FC interface named fc3:
[SN5428-2A]# no interface fc3 mfs-bundle enable
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.
enable Keyword, required to enable MFS bundling on the named FC interface.
timeout nn The timeout threshold, in milliseconds. Valid values are 10 through 20480.
The default timeout value is 10 msecs.
Release Modification
3.2.1 This command was introduced.