S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
8-25
Cisco MDS 9000 Family Command Reference
OL-18089-01, Cisco MDS NX-OS Release 4.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.