--- FCoEライセンスをインストール N7K-A# install license bootflash:MDS20120314023440287.lic Installing license ...........done N7K-A# show license usage Feature Ins Lic Status Expiry Date Comments Count -------------------------------------------------------------------------------- MPLS_PKG No - Unused - STORAGE-ENT Yes - Unused Never - ENTERPRISE_PKG No - Unused - FCOE-N7K-F132XP Yes 1 Unused Never - ...
--- FCoE,LLDPの有効化 N7K-A# configure terminal Enter configuration commands, one per line. End with CNTL/Z. N7K-A(config)# install feature-set fcoe N7K-A(config)# feature lldp N7K-A(config)# show feature-set Feature Set Name ID State -------------------- -------- -------- fcoe 1 installed fabricpath 2 uninstalled fex 3 uninstalled mpls 4 uninstalled N7K-A(config)# show feature | include lldp lldp 1 enabled --- FCoE用のQoSテンプレートを適用する N7K-A(config)# system qos N7K-A(config-sys-qos)# service-policy type network-qos default-nq-7e-policy N7K-A# show policy-map system type network-qos Type network-qos policy-maps ============================ policy-map type network-qos default-nq-7e-policy class type network-qos c-nq-7e-drop match cos 0-2,4-7 congestion-control tail-drop mtu 1500 class type network-qos c-nq-7e-ndrop-fcoe match cos 3 match protocol fcoe pause mtu 2112
--- Storage VDCを作成 N7K-A(config)# vdc FCoE type storage N7K-A(config-vdc)# show vdc vdc_id vdc_name state mac type lc ------ -------- ----- ---------- --------- ------ 1 N7K-A active 00:1b:54:c2:b4:41 Ethernet m1 f1 m1xl 2 2 active 00:1b:54:c2:b4:42 Ethernet m1 f1 m1xl 3 FCoE active 00:1b:54:c2:b4:43 Storage f1 --- LAN用VDCでHostを接続するinterfaceをtrunk modeに設定する N7K-A(config)# interface ethernet9/1-2 N7K-A(config)# switchport mode trunk N7K-A(config)# no shutdown --- FCoEで利用するF1 moduleにライセンスを割り当て N7K-A(config)# license fcoe module 9 N7K-A(config)# show license usage FCOE-N7K-F132XP Installed count is: 1 License reserved for module: 9 --- Storage VDCにFCoEで利用するVLAN、interfaceを割り当てる。 --- VLAN指定で"from vdcs xxx"でLANで利用するVDCを指定し、LAN用VDCでFCoE用VLANを利用しないように設定。 N7K-A(config)# vdc FCoE type storage N7K-A(config-vdc)# allocate fcoe-vlan-range 101,102 from vdcs N7K-A N7K-A(config-vdc)# allocate shared interface ethernet 9/1,2 --- 以降Storage VDCにFCoEの設定を行う。通常のVDCの設定は割愛しています。 N7K-A# switchto vdc FCoE N7K-A-FCoE# conf t N7K-A-FCoE(config)# feature lldp --- FCoEで利用するVLANを設定 N7K-A-FCoE(config)# vlan 101 N7K-A-FCoE(config-vlan)# fcoe N7K-A-FCoE(config-vlan)# exit --- FCoEで利用するinterfaceをno shutdwon N7K-A-FCoE(config)# interface ethernet 9/1 N7K-A-FCoE(config-if)# no shutdown N7K-A-FCoE(config-if)# exit --- FCoEで利用するVSANを作成 N7K-A-FCoE(config)# vsan database N7K-A-FCoE(config-vsan-db)# vsan 101 N7K-A-FCoE(config-vsan-db)# exit --- FCoE interfaceを作成し、物理interfaceにbindする。また必要なVSANのみ通すように設定 N7K-A-FCoE(config)# interface vfc 901 N7K-A-FCoE(config-if)# bind interface ethernet 9/1 N7K-A-FCoE(config-if)# switchport trunk allowed vsan 101 N7K-A-FCoE(config-if)# no shutdown N7K-A-FCoE(config-if)# exit --- FCoE interfaceをVSANに所属させる N7K-A-FCoE(config)# vsan database N7K-A-FCoE(config-vsan-db)# vsan 101 interface vfc901 --- ここまでの設定が終われば、HostがNexus7000にFLOGIすることが確認できるはずです。 N7K-A-FCoE# sh flogi database -------------------------------------------------------------------------------- INTERFACE VSAN FCID PORT NAME NODE NAME -------------------------------------------------------------------------------- vfc901 101 0x280000 21:00:00:c0:dd:15:23:0f 20:00:00:c0:dd:15:23:0f Total number of flogi = 1. --- FCoE interfaceも以下のようにupします。 N7K-A-FCoE# show interface vfc901 vfc901 is trunking Bound interface is Ethernet9/1 Hardware is Ethernet Port WWN is 23:84:00:1b:54:c2:b4:3f Admin port mode is F, trunk mode is on snmp link state traps are enabled Port mode is TF Port vsan is 101 Speed is auto Trunk vsans (admin allowed and active) (101) Trunk vsans (up) (101) Trunk vsans (isolated) () Trunk vsans (initializing) () 13 fcoe in packets 1708 fcoe in octets 13 fcoe out packets 2524 fcoe out octets |