Reference Guide

720 Brocade Fabric OS Command Reference
53-1004112-02
portCfgPersistentEnable
Operands
This command has the following operands:
slot
On bladed systems only, specifies the slot number of the ports to be enabled persistently,
followed by a slash (/).
port1[port2]
Persistently enables a single port or a range of ports identified by port numbers. The port
range cannot span slots, but you can specify multiple port ranges pairs separated by a
space, for example 3/1-4 4/7-9.
-i index1[-index2]
Persistently enables a port or a range of ports identified by port index numbers. You may
specify multiple index ranges separated by a space, for example, 33-38 40-60.
-x [hex1 [-hex2]]
Persistently enables a port or a range of ports identified by port index numbers in
hexadecimal format. You may specify multiple port ranges separated by a space, for
example, -x 21-26 28-3c.
-f
Ignores nonexisting ports. This operand is valid only with the -i and -x options.
-slot [slot1[-slot2]
Persistently enables all ports on a slot or on a range of slots, for example, -s 3-5. Multiple
slot ranges are not supported with this command.
-h
Displays the command usage.
Examples To enable a single port persistently:
switch:admin> portcfgpersistentenable 2/4
To enable a range of ports persistently:
switch:admin> portcfgpersistentenable 2/4-8
To enable multiple port ranges persistently:
switch:admin> portcfgpersistentenable 2/24-26 3/10-12 4/3-4
To enable a port persistently by specifying its index number:
switch:admin> portcfgpersistentenable -i 176
To enable a range of ports persistently by specifying the corresponding port index range:
switch:admin> portcfgpersistentenable -i 17-18
To enable multiple ports persistently by specifying multiple port index ranges:
switch:admin> portcfgpersistentenable -i 17-18 30-39