Brocade Fabric OS Command Reference Manual Supporting Fabric OS v6.3.0 (53-1001337-01, July 2009)

390 Fabric OS Command Reference
53-1001337-01
iodSet
2
The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may
be in place. Refer to chapter 1, "Using Fabric OS commands" and Appendix A, "Command
Availability" for details.
Operands This command has the following operands:
--enable -lossLessDls
Enables the lossless DLS feature. Frame loss is reduced while the path is
rerouted. If IOD is set on the switch, this command adds lossless DLS to the
existing IOD legacy mode. If IOD is not set on the switch, this command
enables both, IOD and the lossless DLS feature.
--disable -lossLessDls
Disables the previously enabled feature. Execution of this command is
equivalent to the legacy iodSet command. In-order-delivery is enforced but
not without frame loss. IOD (legacy mode) is still set after lossless DLS is
disabled. Use iodReset to disable IOD completely.
--show Displays the IOD setting on the switch. This command displays the status of
both, legacy IOD setting and IOD enhanced with lossless DLS.
--help Displays the command usage.
Examples To enable IOD with lossless DLS on a switch, on which IOD is not set:
switch:admin> iodset --show
IOD is not set
switch:admin> iodset --enable -losslessDLS
2008/10/03-05:05:37, [UCST-1026], 9936, FID 128, INFO, 5100_sw, LossLess-DLS
option has been enabled
switch:admin> iodset --show
IOD is set with LossLess DLS enabled
To disable the lossless DLS feature and display the status:
switch:admin> iodset --disable -lossLessDLS
2008/10/03-05:05:57, [UCST-1027], 9937, FID 128, INFO, 5100_sw, LossLess-DLS
option has been disabled
switch:admin>iodset --show
IOD is set
To remove the legacy IOD setting and display the status:
switch:admin>iodreset
switch:admin>iodset --show
IOD is not set
See Also iodShow, iodReset