Brocade G610 配置
配置流程
zone创建–>cfg创建–>ip配置–>cfg启动并保存
查看端口信息
G610:admin> switchshow
switchName: G610
switchType: 170.5
switchState: Online
switchMode: Native
switchRole: Principal
switchDomain: 1
switchId: fffc01
switchWwn: 10:00:38:ba:b0:55:a7:aa
zoning: OFF
switchBeacon: OFF
HIF Mode: OFF
Index Port Address Media Speed State Proto
==================================================
0 0 010000 id N16 Online FC F-Port 50:0b:34:20:05:f2:d2:01
1 1 010100 id N16 Online FC F-Port 50:0b:34:20:05:f2:b1:01
2 2 010200 id N16 Online FC F-Port 21:00:f4:c7:aa:0d:9b:7e
3 3 010300 id N16 Online FC F-Port 21:00:f4:c7:aa:0d:9b:92
4 4 010400 id N16 No_Light FC
5 5 010500 id N16 No_Light FC
6 6 010600 id N16 No_Light FC
7 7 010700 id N16 No_Light FC
8 8 010800 -- N32 No_Module FC (No Ports on Demand license) Disabled
9 9 010900 -- N32 No_Module FC (No Ports on Demand license) Disabled
10 10 010a00 -- N32 No_Module FC (No Ports on Demand license) Disabled
11 11 010b00 -- N32 No_Module FC (No Ports on Demand license) Disabled
12 12 010c00 -- N32 No_Module FC (No Ports on Demand license) Disabled
13 13 010d00 -- N32 No_Module FC (No Ports on Demand license) Disabled
14 14 010e00 -- N32 No_Module FC (No Ports on Demand license) Disabled
15 15 010f00 -- N32 No_Module FC (No Ports on Demand license) Disabled
16 16 011000 -- N32 No_Module FC (No Ports on Demand license) Disabled
17 17 011100 -- N32 No_Module FC (No Ports on Demand license) Disabled
18 18 011200 -- N32 No_Module FC (No Ports on Demand license) Disabled
19 19 011300 -- N32 No_Module FC (No Ports on Demand license) Disabled
20 20 011400 -- N32 No_Module FC (No Ports on Demand license) Disabled
21 21 011500 -- N32 No_Module FC (No Ports on Demand license) Disabled
22 22 011600 -- N32 No_Module FC (No Ports on Demand license) Disabled
23 23 011700 -- N32 No_Module FC (No Ports on Demand license) Disabled
zone配置
G610:admin> zonecreate "MacroSP1-1","1,0"
G610:admin> zonecreate "MacroSP2-1","1,1"
G610:admin> zonecreate "ESXi01","1,0;1,1;1,2"
G610:admin> zonecreate "ESXi02","1,0;1,1;1,3"
格式
<zone创建> “zone名称”,“端口号1;端口号2”
注意:前两行代表端口号以便于后期查找,建议配置
cfg配置
G610:admin> cfgcreate "VMWARE","MacroSP1-1;MacroSP2-1;ESXi01;ESXi02"
格式
<cfg配置> “<cfg名称>”,“;”
cfg保存启用
G610:admin> cfgenable "VMWARE"
You are about to enable a new zoning configuration.
This action will replace the old zoning configuration with the
current configuration selected. If the update includes changes
to one or more traffic isolation zones, the update may result in
localized disruption to traffic on ports associated with
the traffic isolation zone changes.
Do you want to enable 'VMWARE' configuration (yes, y, no, n): [no] YES
sw0 Updating flash ...
2024/05/31-10:25:18, [ZONE-1022], 23, FID 128, INFO, G610, The effective configuration has changed to VMWARE.
zone config "VMWARE" is in effect
Updating flash ...
G610:admin> cfgsave
You are about to save the Defined zoning configuration. This
action will only save the changes on Defined configuration.
If the update includes changes to one or more traffic isolation
zones, you must issue the 'cfgenable' command for the changes
to take effect.
Do you want to save the Defined zoning configuration only? (yes, y, no, n): [no] y
Nothing changed: nothing to save, returning ...
备注
[;]是在[“”]内分隔
[,]是在[“”]外分隔