Configure Nexus 5548 For Native FC
Configure Nexus 5548 For Native FC
Configure Nexus 5548 For Native FC
I hope this helps. For integrating UCS in FC NPV mode, you need to enable NPIV on
the N5k (feature NPIV)
N5K(config)#slot 1
N5K(config-port)#port 41-48 type fc
N5K(config-port)#copy running-config startup-config
N5K(config-port)#Reload
!
As the above command example, we change ports 31 and 32 from the default
"Ethernet" to "FC" type. Similarly, to convert back from FC to Ethernet port type:
N5K(config)#slot 1
N5K(config-port)#port 41-48 type ethernet
N5K(config-port)#copy running-config startup-config
N5K(config-port)#Reload
!
Note: Refer to this Cisco's Command Reference document for further detail of this
command: http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/comm
and/reference/layer2/n5k-l2_cmds_p.html#wp2326019
You might surprise that there's a reload command in the end? Yes, you need to reload
the entire switch to convert port type. So...one of the important notes here is that, as
much as possible, convert the ports before the switch is in production.
After the port type has been changed from Ethernet to FC, the FC port will not be
enabled on the switch until FCOE feature is enabled:
N5K(config)#feature FCOE
C license checked out successfully
fc_plugin extracted successfully
FC plugin loaded successfully
FCoE manager enabled successfully
FC enabled on all modules successfully
Enabled FCoE QoS policies successfully
After that, we verify that the port type is changed successfully and the FC ports appear
on the switch:
--------------------------------------------------------------------------
-----
Interface Vsan Admin Admin Status SFP Oper Oper Port
Mode Trunk Mode Speed Chann
el
Mode (Gbps)
--------------------------------------------------------------------------
-----
fc1/41 1 auto on sfpAbsent -- -- --
fc1/42 1 auto on sfpAbsent -- -- --
fc1/43 1 auto on sfpAbsent -- -- --
fc1/44 1 auto on sfpAbsent -- -- --
fc1/45 1 auto on sfpAbsent -- -- --
fc1/46 1 auto on sfpAbsent -- -- --
fc1/47 1 auto on sfpAbsent -- -- --
fc1/48 1 auto on sfpAbsent -- -- --
--------------------------------------------------------------------------
------
Ethernet VLAN Type Mode Status Reason Spee
d Port
Interfac
e Ch #
--------------------------------------------------------------------------
------
Eth1/1 1 eth trunk down SFP validation failed 10G(
D) 22
Eth1/2 1 eth access down SFP not inserted 10G(
D) --
Eth1/3 1 eth trunk down SFP validation failed 10G(
D) 32
Eth1/4 1 eth access down SFP not inserted 10G(
D) --
Besides the fixed ports, each of the switch model have slot for expansion module for
increasing the port density. The number of slot is 1 for Nexus 5548UP and 3 for
5596UP. For supporting FC, the following modules are available to choose from:
- Fibre Channel plus Ethernet module that provides eight Ethernet port and eight native
Fibre Channel ports.
The first 8 ports of this module is Ethernet port and the remaining 8 ports are FC
ports. The location of Ethernet and FC ports are indicated with different colors.
http://3.bp.blogspot.com/-46A5Xu-iy3g/UALOGhdiW-
I/AAAAAAAAAF4/DuhCP59VX54/s1600/Nexus+5000+-+Module2.PNG
- Unified port module that provides up to sixteen Ethernet ports OR up to sixteen native
Fibre Channel ports
This is unified port, similar to the fixed or built-in ports whereby it's up to us to use the
ports either for Ethernet or FC. Probably you only want to use some of the ports or
even the entire module for FC.
http://4.bp.blogspot.com/-f95sJ9tsntM/UALOPrUXNpI/AAAAAAAAAGA/M4VA-
C2Yh3U/s1600/Nexus+5000+-+Module3.PNG
15 Helpful
Reply
rahul.shripat
Beginner
11-18-2013 10:49 AM
Configure Nexus 5548 for native FC
Hi wdey
I have tried the step you mentioned but I do not see my fc port.
Is there a licence required?
This is what I have
-----------------------------------------------------
Switch3# show module
Mod Ports Module-Type Model Status
--- ----- -------------------------------- ---------------------- ------------
1 32 O2 32X10GE/Modular Universal Pla N5K-C5548UP-SUP active *
3 0 O2 Non L3 Daughter Card N55-DL2 ok
Mod Sw Hw World-Wide-Name(s) (WWN)
--- -------------- ------ --------------------------------------------------
1 5.1(3)N1(1a) 1.0 20:01:00:2a:6a:46:d7:80 to 20:03:00:2a:6a:46:d7:80
3 5.1(3)N1(1a) 1.0 --
Mod MAC-Address(es) Serial-Num
--- -------------------------------------- ----------
1 002a.6a46.d768 to 002a.6a46.d787 FOC17237LDC
3 0000.0000.0000 to 0000.0000.000f FOC17233PTK
Switch3# show license
license_SSI17150H5Y_9_1.lic:
SERVER this_host ANY
VENDOR cisco
INCREMENT VMFEX_FEATURE_PKG cisco 1.0 permanent uncounted \
VENDOR_STRING=MDS HOSTID=VDH=SSI17150H5Y \
NOTICE=201307011902440001N5K-C5548UP-FASSI17150H5Y \
SIGN=94D0F3804F14
-------------------------------------------------
Also I have an active zoneset on the cisco 5548UP. However the last 2 ports 1/32 &
1/31 ports are not part of the zone(fcoe ports)
Is there something else that needs to be done ?