Device Aliases
Zone-Based Aliases
Device aliases are not restricted to zoning. Device
alias configuration is available to the FCNS, zone,
fcping, and traceroute applications.
Configuration is contained within the zone server
database and is not available to other features.
Device Alias Databases
The device alias feature uses two databases to accept and implement device alias configurations.
•
Effective database
—
The database currently used by the fabric.
•
Pending database
—
Your subsequent device alias configuration changes are stored in the pending database.
If you modify the device alias configuration, you need to commit or discard the changes as the fabric remains
locked during this period.
Device alias database changes are validated with the applications. If any of the applications cannot accept the
device alias database changes, then those changes are rejected; this applies to device alias database changes
resulting from either a commit or merge operation.
Creating Device Aliases
You can create a device alias in the pending database.
Procedure
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Enters the pending database configuration
submode.
device-alias database
Example:
switch(config)# device-alias database
switch(config-device-alias-db)#
Step 2
Specifies a device name for the device that is
identified by its pWWN. Starts writing to the
device-alias name device-name pwwn pwwn-id
Example:
switch(config-device-alias-db)#
device-alias name mydevice pwwn
21:01:00:e0:8b:2e:80:93
Step 3
pending database and simultaneously locks
the fabric as this is the first-issued device alias
configuration command.
Removes the device name for the device that
is identified by its pWWN.
no device-alias name device-name
Example:
switch(config-device-alias-db)# no
device-alias name mydevice
Step 4
Cisco Nexus 5500 Series NX-OS SAN Switching Configuration Guide, Release 7.x
OL-30895-01
157
Distributing Device Alias Services
Device Alias Databases