Cisco Nexus 5000 Series Switch CLI Software Configuration Guide (OL-16597-01, July 2009)

Forcing Fabric Binding Activation
If the database activation is rejected due to one or more conflicts listed in the previous section, you may decide
to proceed with the activation by using the force option.
To forcefully activate the fabric binding database, perform this task:
Procedure
PurposeCommand or Action
Enters configuration mode.switch# configuration terminal
Step 1
Activates the fabric binding database for the
specified VSAN forcefully, even if the
configuration is not acceptable.
switch(config)# fabric-binding activate
vsan vsan-id force
Step 2
Reverts to the previously configured state or to the
factory default (if no state is configured).
switch(config)# no fabric-binding
activate vsan vsan-id force
Step 3
Copying Fabric Binding Configurations
When you copy the fabric binding configuration, the config database is saved to the running configuration.
You can use the following commands to copy to the config database:
Use the fabric-binding database copy vsan command to copy from the active database to the config
database. If the configured database is empty, this command is not accepted.
switch# fabric-binding database copy vsan 1
Use the fabric-binding database diff active vsan command to view the differences between the active
database and the config database. This command can be used when resolving conflicts.
switch# fabric-binding database diff active vsan 1
Use the fabric-binding database diff config vsan command to obtain information on the differences
between the config database and the active database.
switch# fabric-binding database diff config vsan 1
Use the copy running-config startup-config command to save the running configuration to the startup
configuration so that the fabric binding config database is available after a reboot.
switch# copy running-config startup-config
Clearing the Fabric Binding Statistics
Use the clear fabric-binding statistics command to clear all existing statistics from the fabric binding database
for a specified VSAN.
switch# clear fabric-binding statistics vsan 1
Cisco Nexus 5000 Series Switch CLI Software Configuration Guide
OL-16597-01 657
Configuring Fabric Binding
Forcing Fabric Binding Activation