Nexus# configure terminal
Nexus(config)# slot 1
Nexus(config-slot)# port 1-26 type ethernet
Nexus(config-slot)# port 27-32 type fc
拡張スロット2をFCポートにする場合
Nexus(config)# slot 2
Nexus(config-slot)# port 1-16 type fc
ポート変更後は再起動必須
FCポートに変更したので再起動「reload」を実施します。
Nexus(config)# slot 1
Nexus(config-slot)# port 1-26 type fc
Port type is changed. Please copy configuration and reload the switch
Nexus(config-slot)#
再起動前にコンフィグの保存をしておきます。
Nexus# copy running-config startup-config
[########################################] 100%
Copy complete, now saving to disk (please wait)...
Nexus#
再起動実施
Nexus# reload
再起動後、対象のポートがアップしていることを確認します。
Nexus# show interface fcoe
Ethernet1/1 is FCoE up
Ethernet1/2 is FCoE up
Ethernet1/3 is FCoE up
Ethernet1/4 is FCoE up
Ethernet1/5 is FCoE up
Ethernet1/6 is FCoE up
Ethernet1/7 is FCoE up
Ethernet1/8 is FCoE up
Ethernet1/9 is FCoE up
------ 中略 ------
コメント