Document directory
- 1. command syntax
- 2 zone configuration instance
Technorati labels: Dell, switch, Zone
Dell FC switch zone Configuration
1 command syntax 1.1 login to switch
Telnet IP
Fabric OS (top_sw)
Fabos version 5.2.2
Top_sw login: Admin
Password:
Top_sw: Admin>
1.2 view help and all commands
Help, view all commands
Top_sw: Admin> help
Aaaconfig configure radius for AAA services
Ad specifies all administration domain (AD)-level
Operations
......
Help specifies the command
Top_sw: Admin> help zonecreate
1.3 view license
Ipaddrset
Top_sw: Admin> licenseshow
Sdddssqr9teeet7:
Web license
Rb9eddbcbrscafer:
Zoning license
Rrcs99qz9dsidtap:
First ports on demand license-additional 4 port upgrade
Rrcs99qz9dsshtad:
Second ports on demand license-additional 4 port upgrade
1.4 Port Management
Portshow
Top_sw: Admin> portshow 8
......
Portid: 010800
Portifid: 43020008
Portwwn: XX: xx
Portwwn of device (s) connected:
10: 00: XX: xx
Distance: normal
Portspeed: n4gbps
......
Portshow 8: view all information about port 8.
Portwwn: the WWN of the port.
Portwwn of device (s) connected: The device WWN connected to the port.
1.5 alias Management
Alishow to view aliases
Top_sw: Admin> alishow
Alicreate, "10: 00: 00: 00: XX" is the WWN of the port.
Top_sw: Admin> alicreate "port_8", "10: 00: 00: 00: XX"
Aliremove
Top_sw: Admin> alicremove "port_8", "10: 00: 00: 00: XX"
1.6 zone management
Zoneshow, view Zone
Top_sw: Admin> zoneshow
Zonecreate, in which port8; port9; port10; port1 are created aliases.
Top_sw: Admin> zonecreate "zonebackup", "port8; port9; port10; port11"
Zoneremove: delete port8 from Zone
Top_sw: Admin> zoneremove "zonebackup", "port8"
Zoneadd: Add port8 to the zone.
Top_sw: Admin> zoneadd "zonebackup", "port8"
1.7 Configuration Management
Cfgshow
Top_sw: Admin> show
Top_sw: Admin> show
Creating create and zonebk are created zones.
Top_sw: Admin> export create "test", "zonebk"
Top_sw: Admin>
Cfgradd
Top_sw: Admin> Add "test", "zonebk2"
Top_sw: Admin>
Cfgremove
Top_sw: Admin> cfgremove "test", "zonebk2"
Top_sw: Admin>
Cfgenable. This command can be effective for zones.
Top_sw: Admin> cfgenable main_config
You are about to enable a new zoning configuration.
This action will replace the old zoning configuration with
Current configuration selected.
Do you want to enable 'main _ config' configuration (yes, Y, no, n): [No]Y
Zone config "main_config" is in effect
Updating flash...
Save and save the configuration settings. The configuration is still valid after the switch is restarted.
Top_sw: Admin> saved save
You are about to save the defined zoning configuration. This
Action will only save the changes on defined configuration.
Any changes made on the specified tive configuration will not
Take effect until it is re-enabled.
Do you want to save defined zoning configuration only? (Yes, Y, no, n): [No] y
Nothing changed: Nothing to save, returning...
2 zone configuration instance
Here, the WWN of the device on the connection port is divided into a zone. The advantage is that the device is always in a zone regardless of the port on which the switch is inserted.
2.1 collect WWN of all devices connected to the specified port
Top_sw: Admin> portshow 8
Portwwn: 20: XX: xx
Portwwn of device (s) connected:
10: 00: 00: XX: xx
Top_sw: Admin> portshow 9
Top_sw: Admin> portshow 10
Top_sw: Admin> portshow 11
2.2 create an alias
Top_sw: Admin> alicreate "port8", "20: 08: XX"
Top_sw: Admin> alicreate "port9", "20: 09: XX"
Top_sw: Admin> alicreate "port10", "20: 0a: XX"
Top_sw: Admin> alicreate "port11", "20: 0b: XX"
2.3 create a zone
Top_sw: Admin> zonecreate "zonebackup", "port8; port9; port10; port11"
2.4 Add the current zone to an existing configuration.
Top_sw: Admin> Add "main_config", "zonebackup"
2.5 activate zone Configuration
Top_sw: Admin> cfgenable main_config
2.6 Save the zone Configuration
Top_sw: Admin> saved save