from the one specified in the allowed list, the ISL between the switch and the fabric is automatically isolated
in that VSAN and the switch is denied entry into the fabric.
Configuring Switch WWN List
To configure a list of sWWNs and optional domain IDs for a Fibre Channel VSAN, perform this task:
Procedure
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Enters the fabric binding submode for the
specified VSAN.
fabric-binding database vsan vsan-id
Example:
switch(config)# fabric-binding database
vsan 35
Step 2
Deletes the fabric binding database for the
specified VSAN.
no fabric-binding database vsan vsan-id
Example:
switch(config)# no fabric-binding database
vsan 35
Step 3
Adds the sWWN of another switch for a
specific domain ID to the configured
database list.
swwn swwn-id domain domain-id
Example:
switch(config-fabric-binding)# swwn
21:00:05:30:23:1a:11:03 domain 25
Step 4
Deletes the sWWN and domain ID of a
switch from the configured database list.
no swwn swwn-id domain domain-id
Example:
switch(config-fabric-binding)# no swwn
21:00:05:30:23:1a:11:03 domain 25
Step 5
Fabric Binding Activation and Deactivation
Fabric binding maintains a configuration database (config database) and an active database. The config database
is a read-write database that collects the configurations that you perform. These configurations are only
enforced upon activation. This activation overwrites the active database with the contents of the config database.
The active database is read-only and is the database that checks each switch that attempts to log in.
By default, the fabric binding feature is not activated. You cannot activate the fabric binding database on the
switch if entries existing in the config database conflict with the current state of the fabric. For example, one
of the already logged in switches might be denied login by the config database. You can choose to forcefully
override these situations.
Cisco Nexus 5500 Series NX-OS SAN Switching Configuration Guide, Release 7.x
270
OL-30895-01
Configuring Fabric Binding
Configuring Fabric Binding