Send documentation comments to mdsfeedback-doc@cisco.com
21-54
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 21 S Commands
static (iSCSI initiator configuration and iSLB initiator configuration)
static (iSCSI initiator configuration and iSLB initiator
configuration)
To assign persistent WWNs to an iSCSI initiator or iSLB initiator, use the static command in iSCSI
initiator configuration submode or iSLB initiator configuration submode. To disable this feature, use the
no form of the command.
static {nwwn | pwwn} {wwn-id | system-assign}
no static {nwwn | pwwn} {wwn-id | system-assign}
Syntax Description
Defaults None.
Command Modes iSCSI initiator configuration submode.
iSLB initiator configuration submode.
Command History
Usage Guidelines We recommend using the system-assign option. If you manually assign a WWN, you must ensure its
uniqueness. You should not use any previously-assigned WWN.
If you use system-assign option to configure WWNs for an iSLB initiator, when the configuration is
saved to an ASCII file, the system-assigned WWNs are also saved. If you subsequently perform a write
erase, you must manually delete the WWN configuration from the ASCII file. Failing to do so can cause
duplicate WWN assignments if the ASCII configuration file is reapplied on the switch.
Examples The following example uses the switch WWN pool to allocate the nWWN for this iSCSI initiator and to
keep it persistent.
switch# config terminal
Enter configuration commands, one per line. End with CNTL/Z.
switch(config)# iscsi initiator name iqn.1987-02.com.cisco.initiator
switch(config-iscsi-init)# static nWWN system-assign
nwwn Configures the initiator node WWN hex value.
pwwn Configures the peer WWN for special frames.
wwn-id Specifies the pWWN or nWWN ID.
system-assign Generates the pWWN or nWWN value automatically.
Release Modification
1.3(2) This command was introduced.
3.0(1) Added iSLB initiator configuration submode.