Configuring Npv Ports For Fcoe Npv; Verifying Fcoe Npv Configuration - Cisco Nexus 6000 Series Configuration Manual

Hide thumbs Also See for Nexus 6000 Series:
Table of Contents

Advertisement

Configuring NPV Ports for FCoE NPV

This example shows how to enable FCoE NPV using the feature fcoe-npv command.
switch# configure terminal
switch(config)# feature fcoe-npv
FCoE NPV license checked out successfully
fc_plugin extracted successfully
FC plugin loaded successfully
FCoE manager enabled successfully
FCoE NPV enabled on all modules successfully
This example shows how to enable FCoE NPV using the feature fcoe and feature npv commands.
switch# configure terminal
switch(config)# feature fcoe
switch(config)# feature npv

Configuring NPV Ports for FCoE NPV

You can configure NVP port for FCoE NPV.
1 Create a vFC port.
switch# config t
switch(config)# interface vfc 20
switch(config-if)#
2 Bind the vFC to an Ethernet port.
switch(config-if)# bind interface ethernet 1/20
switch(config-if)#
3 Set the port mode to NP.
switch(config-if)# switchport mode NP
switch(config-if)#
4 Bring up the port:
switch(config-if)# interface vfc 20no shutdown
switch(config-if)#

Verifying FCoE NPV Configuration

To display FCoE NPV configuration information, perform one of the following tasks:
Command
show fcoe database
show interface Ethernet x/y fcoe
show interface vfc x
Cisco Nexus 6000 Series NX-OS SAN Switching Configuration Guide, Release 6.x
50
Purpose
Displays information about the FCoE database.
Displays FCoE information for a specified Ethernet
interface including the following:
• FCF or associated enode MAC address
• Status
• Associated VFC information
Displays information about the specified vFC
interface including attributes and status.
Configuring FCoE NPV
OL-27932-01

Advertisement

Table of Contents
loading

Table of Contents