Configure the Switch management address
Switch#config T
Switch (config) #switchname switch
Switch (config) #interface Mgmt 0//Configure the management port of the switch
Switch (congi-if) #ip add a.a.a.a b.b.b.b
Switch (congi-if) #no shutdown
Configure Vsan
Switch#config T
Switch (config) #vsan database
Switch (config-vsan-db) #vsan 100
Switch (CONFIG-VSAN-DB) #end
Configure Zoneset
Switch#config T
Switch (config) #zoneset name Anhuipower Vsan 100
Switch (config-zoneset) #member zone_name//Add zone to change zoneset
Note: When the switch is in normal operation, if a new zone is configured and added to the zoneset, you need to
To Acitvate to take effect, the command is as follows:
Switch#config T
Switch (config) #zoneset activate name Anhuipower Vsan 100
Configure Zone
The basic commands are as follows:
Switch#config T
Switch (config) #zone name zone_name Vsan 100
Switch (config) #member interface fa#/#
Switch (config) # member interface fa#/#
Note: The switch ports are represented in FC, and FC1/1 represents the first port on the first module. Because like the cisco9506
The switch class is modular, so each of its ports is the FC module number/port number. Like cisco9120,cisco9140,
is not modular, but its interface defaults to the fc1/port number.
Trunking configuration
By default, the Trunking protocol for each port on the switch is enabled, and the ports connected by the switch should work on the E
mode, if there are two switches connected to each other, to enable turnking, take FC1/1 and FC1/2 as an example.
The configuration is as follows:
Switch#config T
Switch (config) #interface FC1/1
Switch (config-if) #switchport mode E
Switch (config) #interface fc1/2
Switch (config-if) #switchport mode E
Common commands:
Show run displays the current configuration
Show zone displays information for the zone currently configured
Show Zoneset displays information for the currently configured Zoneset
Show interface FC1/1 Display Port FC1/1 information
Show Zone Activate displays the currently active zone information
Show Zoneset aceivate Displays the Zoneset information for the current activity
Copy Run Start Save configuration
This article is from the "lake and Laughter" blog, please make sure to keep this source http://xuexuhui.blog.51cto.com/9647696/1663752
Fibre Switch Configuration