(一)有几个概念必须明确一下(与brocade 不同的地方):
(1)brocade 直接划分zone. 而mds要在vsan下划分zone, mds可以先划分几个vsan, 每个vsan 包括几个zone.
(2)brocase 默认的端口是打开的,而mds默认的端口是关闭的
(3) mds 有一个默认的zone : "The Default Zone" . 如果没有zone 被设置,那么所有的端口都在这个 zone下,后者不属于任何zone的端口也在这个默认zone里
(4)the default zone 有一个特点就是 “Members are not permitted to talk to each other" . zone 内的端口默认互不通信,但可以通过命令更该。 (二) MDS这与brocade不同的地方,会有这样的结果:
(1)直接加电后, 不划分zone , host不能访问存储。
(2)在初始化的时候,把所有的端口改为up, 因为 默认zone的原因,host还是不可以访问存储
初始化时改端口:
Enter noshut (shut is the default) to configure the default switch port interface to the noshut state.
Configure default switchport interface state (shut/noshut) [shut]: noshut (三)配置步骤有两种方式: (A)不使用zone, 用默认的方式初始化后。 sw1(config)#interface fc 1/1-20 sw1(config-if)# no shutdown -------把1-20号端口打开,因为cisco的san的端口默认是关闭的,需要打开 sw1(config-if)# exit sw1# show int -----看你的端口是不是up的 sw1# sw1# config t sw1(config)# zone default-zone permit -----------Permits traffic flow to default zone members.就是关闭默认的zone,允许端口之间通信 sw1(config)# exit sw1# copy running-config startup-config ----------备份当前配置 然后做如下操作: