All of the N port identifiers are allocated in the same VSAN.Note
SUMMARY STEPS
1.
configure terminal
2.
feature npiv
3.
no feature npiv
DETAILED STEPS
PurposeCommand or Action
Enters configuration mode.configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Enables NPIV for all VSANs on the switch.feature npiv
Example:
switch(config)# feature npiv
Step 2
Disables (default) NPIV on the switch.no feature npiv
Example:
switch(config)# no feature npiv
Step 3
Example Port Channel Configurations
This section shows examples on how to configure an F port channel in shared mode and how to bring up the
link between F ports on the NPIV core switches and NP ports on the NPV switches. Before you configure the
F port channel, ensure that F port trunking, F port channeling, and NPIV are enabled.
This example shows how to create the port channel:
switch(config)# interface port-channel 2
switch(config-if)# switchport mode F
switch(config-if)# switchport dedicated
switch(config-if)# channel mode active
switch(config-if)# exit
Cisco Nexus 5000 Series NX-OS SAN Switching Configuration Guide, Release 5.2(1)N1(1)
OL-27583-01 25
Configuring Fibre Channel Interfaces
Example Port Channel Configurations