Send documentation comments to mdsfeedback-doc@cisco.com
8-23
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 8 F Commands
fcdroplatency
fcdroplatency
To configure the network and switch FC drop latency time, use the fcdroplatency command in
configuration mode. To disable the FC latency time, use the no form of the command.
fcdroplatency {network milliseconds [vsan vsan-id] | switch milliseconds}
no fcdroplatency {network milliseconds [vsan vsan-id] | switch milliseconds
Syntax Description
Defaults 2000 millisecond network latency
500 millisecond switch latency
Command Modes Configuration mode.
Command History
Usage Guidelines None.
Examples The following example shows how to configure the network latency to 5000 milliseconds.
switch# config terminal
switch(config)#
switch(config)# fcdroplatency network 5000
switch(config)#
The following example shows how to revert to the default network latency.
switch(config)# no fcdroplatency network 5000
switch(config)#
The following example shows how to configure the switch latency to 4000 milliseconds.
switch(config)# fcdroplatency switch 4000
switch(config)#
The following example shows how to revert to the default switch latency.
switch(config)# no fcdroplatency switch 4000
switch(config)#
network milliseconds Specifies network latency. The range is 500 to 60000.
vsan vsan-id Specifies a VSAN ID. The range is 1 to 4093.
switch milliseconds Specifies switch latency. The range is 0 to 60000 milliseconds.
Release Modification
1.0(2) This command was introduced.