Brocade fiber switch configuration

Process:
alicreate "alisname","domainID,portnumber;domainID,portnumber" //Define the alias, which corresponds to the domain ID and port number

zonecreate "zonename","alisname"

zoneadd "zonename","alisname"

cfgcreate "RUNALL"

cfgenable "RUNALL"

cfgsave

For example:

telnet 10.77.77.77
username:admin
password:passwod

1.1 View zone configuration
#cfgshow

1.2 Create an alias
#alicreate p520_fcs0,”2,0”
#alicreate p650_fcs0,”2,1”
#alicreate cx400_spa,”2,2”
alishow View the created alias

1.3 Create a zone
#zonecreate p520_spa,”p520_fcs0;cx400_spa”
#zonecreate p650_spa,”p650_fcs0;cx400_spa”
zoneshow view the created zone name

1.4 Create a zone configuration file
#cfgcreate oracle10g, "p520_spa;p650_spa"
cfgshow to view the created zone configuration

1.5 Make the zone configuration effective
#cfgenable oracle10g

1.6 Save configuration
#cfgsave

Remarks: Fiber optic switches can configure ZONE by port or WWN number

Guess you like

Origin blog.51cto.com/heyuanqiang/2555418