Allocating the FCoE VLAN Range
Before You Begin
•
Ensure you have installed the correct license for FCoE.
•
Ensure you are in the correct VDC.
SUMMARY STEPS
1.
configure terminal
2.
vdc vdc-name type storage
3.
allocate fcoe-vlan-range vlan-range
[
from vdcs vdc-name
]
4.
(Optional)
show fcoe-vlan-range
5.
(Optional)
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enters configuration mode.
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 1
Enters VDC configuration mode. You can only enable storage
feature in a storage VDC. You do not need to allow the
vdc vdc-name type storage
Example:
switch(config)# vdc fcoe-vdc type storage
switch(config-vdc)#
Step 2
feature-set or enable it in the storage VDC because this process
is handled automatically for a storage VDC.
Allocates the VLANs that can be used for FCoE and mapped
to a VSAN. You can optionally allocate the VLANs from
another VDC.
allocate fcoe-vlan-range vlan-range
[
from vdcs
vdc-name
]
Example:
switch(config-vdc)# allocate fcoe-vlan-range
10-30
Step 3
(Optional)
Displays information about the VLAN range allocated for
FCoE.
show fcoe-vlan-range
Example:
switch(config-vdc)#
show fcoe-vlan-range
Step 4
(Optional)
Copies the running configuration to the startup configuration.
copy running-config startup-config
Example:
switch(config-vdc)# copy running-config
startup-config
Step 5
Cisco NX-OS FCoE Configuration Guide for Nexus 7000 and MDS 9500
OL-25809-02
43
Storage VDC on Cisco Nexus 7000 Series Switches
Allocating the FCoE VLAN Range