Brocade Fabric OS Command Reference Manual Supporting Fabric OS v7.0.0 (April 2011)

630 Fabric OS Command Reference
53-1001764-01
portCfgAutoDisable
22
--add
Specifies one or more trigger conditions that will disable the specified ports.
Trigger conditions must be separated by a space, for example, LOSN OLS LIP.
Trigger conditions are case insensitive.
--remove
Removes one or more trigger conditions from the port autodisable configuration.
--addall
Adds all supported trigger conditions to the port autodisable configuration.
--removeall
Removes all supported trigger conditions from the port autodisable configuration.
This command removes the triggers only; it does not disable the port autodisable
flag.
--addexcept
Adds all supported trigger conditions to the port autodisable configuration except
the one specified .
--show
Displays the port autodisable configuration.
option
Specify one or more the following options (supported with the --add, --remove,
and --addexcept operands):
LOSN
Loss of Sync
LOSNG
Loss of Signal
OLS
Offline Primitive Sequence
NOS
Not Operational Primitive Sequence
LIP
Loop Initialization Primitive Sequence
EXAMPLES To disable the port autodisable feature on single port:
switch:admin> portcfgautodisable --disable 18
switch:admin> portcfgautodisable --show 18
Port Auto Disable: OFF
Configured Option(s):No events configured. Port will
not be automatically disabled.
To enable the port autodisable feature on a single port:
switch:admin> portcfgautodisable --enable 18
switch:admin> portcfgautodisable --show 18
Port Auto Disable: ON
Configured Option(s):No events configured. Port will
not be automatically disabled.
To add multiple trigger conditions to the port autodisable configuration on a single port:
switch:admin> portcfgautodisable --add losn lip ols 18
switch:admin> portcfgautodisable --show 18
Port Auto Disable: ON
Configured Option(s): LOSN OLS LIP