1,改修端口速率:
brocade4Gb:admin> portcfgspeed 2 2 ####端口号速率
2,改修Domain ID:
brocade4Gb:admin> switchdisable
brocade4Gb:admin> configure
Configure...
Fabric parameters (yes, y, no, n): [no] yes Domain: (1..239) [2] 3
R_A_TOV: (4000..120000) [10000]
E_D_TOV: (1000..5000) [2000]
WAN_TOV: (0..30000) [0]
MAX_HOPS: (7..19) [7]
Data field size: (256..2112) [2112]
Sequence Level Switching: (0..1) [0]
Disable Device Probing: (0..1) [0]
Suppress Class F Traffic: (0..1) [0]
Per-frame Route Priority: (0..1) [0]
Long Distance Fabric: (0..1) [0]
BB credit: (1..27) [16]
Insistent Domain ID Mode (yes, y, no, n): [no]
Virtual Channel parameters (yes, y, no, n): [no] F-Port login parameters (yes, y, no, n): [no]
Zoning Operation parameters (yes, y, no, n): [no] RSCN Transmission Mode (yes, y, no, n): [no]
Arbitrated Loop parameters (yes, y, no, n): [no] System services (yes, y, no, n): [no]
Portlog events enable (yes, y, no, n): [no]
ssl attributes (yes, y, no, n): [no]
rpcd attributes (yes, y, no, n): [no]
cfgload attributes (yes, y, no, n): [no]
webtools attributes (yes, y, no, n): [no]
Custom attributes (yes, y, no, n): [no]
System (yes, y, no, n): [no]
WARNING: The domain ID will be changed. The port level zoning may be affected
brocade4Gb:admin> savehistory
brocade4Gb:admin> switchenable
3,配置及查看IP地址
brocade4Gb:admin> ipaddrset
brocade4Gb:admin> ipaddrshow
4,配置zone
brocade4Gb:admin> zonecreate "testzone2","3,2;3,0" 创建zone名为testzone2,成员为3,2和3,0端口
brocade4Gb:admin> zoneremove "testzone2","3,2" 删除zone名为testzone2中的成员:3,2 brocade4Gb:admin> zoneadd "testzone2","3,2" 增加zone名为testzone2中的成员:3,2 brocade4Gb:admin> zonecreate "testzone1","3,1;3,0"
brocade4Gb:admin> cfgcreate "zoneconf1","testzone1;testzone2" 创建一个zone配置
为:zoneconf1;成员为:testzone1和testzone2
brocade4Gb:admin> cfgremove "zoneconf1","testzone1" 删除zone配置:zoneconf1中的成员:testzone1
brocade4Gb:admin> cfgadd "zoneconf1","testzone1" 增加zone配置:zoneconf1中的成员:testzone1
brocade4Gb:admin> cfgenable zoneconf1 应用zone配置:zoneconf1 brocade4Gb:admin> cfgsave 保存配置:zoneconf1。