光纤交换机配置命令模式_第1页
光纤交换机配置命令模式_第2页
光纤交换机配置命令模式_第3页
光纤交换机配置命令模式_第4页
光纤交换机配置命令模式_第5页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、Zoning With CLI Commands Dell PowerVault 5xF Switches Zoning Guide   Creating and Modifying Zone Aliases  Creating and Modifying Zones  Creating and Modifying Zone Configurations  Managing a Zone ConfigurationYou can zone Dell PowerVault switches using Command

2、 Line Interface (CLI) commands by creating and managing the three principal zoning object typesalias, zone, and configuration. You issue the commands during a Telnet session with the switch(es). (Refer to your PowerVault switch Installation and Troubleshooting Guide for details on creating a Telnet

3、session with the switch.) NOTE: Before issuing any zoning commands, use the switchShow command on each switch in the zoned fabric to verify that all switches in the fabric are connected. All ports used for interswitch links (ISL) display the neighboring switches' WWN and switch name. Follow this

4、 general sequence of steps when creating a new zone configuration.NOTE: See "Zoning Roadmap" in "Introduction" for additional guidelines on creating or managing zones. 1. Define the core aliases. 2. Define all zones. 3. Add aliases and members to the zones. 4. Define the zone con

5、figuration. 5. Add zones to the configuration. 6. Enable the configuration. 7. Test the configuration. 8. Save the configuration. Including Multiple Items in a CLI Command To include multiple items in a CLI command, separate the items with semicolons, within a single pair of quotes:command "nam

6、e_of_zoning_object", "member; member; member" For example, zoneAdd "Red_zone", "1,10;1,12" adds domain 1, port 10 and domain 1, port 12 to zone "Red_zone". Creating and Modifying Zone AliasesWhile aliases are not required in a zone configuration, they can

7、 make it easier to manage complex configurations in your zone. After you create aliases, you can then move to the next section and create and configure zones. aliCreate The following example shows three instances of the aliCreate command, which creates a new zone alias.aliDelete The following exampl

8、e shows the aliDelete command, which deletes an existing zone alias.aliAdd The following example shows three instances of the aliAdd command, which adds one or more new alias members to an existing zone alias and is a list of one or more physical-fabric port numbers (such as 1,2) or WWNs (such as 10

9、:00:00:60:69:00:00:8a) separated by semicolons.admin> aliAdd "array1", "21:00:00:20:37:0c:72:51; 21:00:00:20:37:0c:71:0a" admin> aliAdd "array2", "21:00:00:20:37:0c:9c:6b; 21:00:00:20:37:0c:66:3a" admin> aliAdd "loop1", "21:00:00:20:37:

10、0c:6a:40; 21:00:00:20:37:0c:59:7e" White spaces are ignored. The alias members list cannot contain references to any other zone aliases.aliRemove The following example shows the aliRemove command, which removes one or more members from an existing zone alias.The members to be removed are found

11、by an exact string match. When removing multiple members, sequence is important. If this command results in all members being removed, the system deletes the zone alias.aliShow The following example shows the aliShow command, which displays the specified zone alias definition if a parameter is given

12、 (otherwise all zone configuration information is displayed).Creating and Modifying ZonesYou can use the following CLI commands to create or manipulate the zones and their members within a fabric. These members may consist of fabric ports, WWNs, or aliases.zoneCreate Use this command to create a zon

13、e with one or more members. The following example shows three instances of the zoneCreate command.zoneDelete The following example shows the zoneDelete command, which deletes an existing zone.zoneAdd The following example shows the zoneAdd command, which adds one or more new members to an existing z

14、one.zoneRemove The following example shows the zoneRemove command, which removes one or more members from an existing zone.The members to be removed are found by an exact string match. Therefore, when removing multiple members, sequence is important. If this command removes all members, the system d

15、eletes the zone.zoneShow The following example shows the zoneShow command, which displays the specified zone definition if a parameter is given (otherwise all zone configuration information is displayed).Creating and Modifying Zone ConfigurationsAfter creating zones, you can create or remove zone co

16、nfigurations and their members using CLI commands.cfgCreate The following example shows the cfgCreate command, which creates a new zone configuration.cfgDelete The following example shows the cfgDelete command, which deletes an existing zone configuration.cfgAdd The following example shows the cfgAd

17、d command, which adds one or more new zones to an existing zone configuration.cfgRemove The following example shows the cfgRemove command, which removes one or more zones from an existing zone configuration.The zones to be removed are found by an exact string match. When removing multiple members, s

18、equence is important. If this command removes all members, the system deletes the zone configuration.cfgShow The following example shows the cfgShow command, which displays the specified zone configuration definition if a parameter is given (otherwise, all zone configuration information is displayed

19、)Adding a New Device to a Configuration 1. Create an alias for the device by typing aliCreate "alias_name", WWN (or port number)2. Add the alias to the appropriate zone(s) by typing zoneAdd "zone_name", "alias_name"3. Save the configuration by typing cfgSave "confi

20、g_name"4. Enable the configuration by typing cfgEnable "config_name"Removing a Device From a Zone Configuration 1. Remove the device from the zone: a. If there is only one device in the alias, type zoneRemove "zone_name", "alias_name"a. If you are removing a single

21、 device from an alias that includes several devices, type zoneRemove "zone_name", "alias_name", WWN (or port number) a. To remove multiple devices, type aliRemove "alias_name", followed by the WWN (or port number) of each device you are removing. 2. Save the new configu

22、ration by typing cfgSave "config_name"3. Enable the configuration by typing cfgEnable "config_name"Replacing a Device in a Zone Configuration 1. Remove the existing device from the zone: a. If you are replacing a single device in an alias that includes several devices, remove the

23、 device you are replacing by typing zoneRemove "zone_name", "alias_name", WWN (or port number) a. If the device you wish to replace is the only device in the alias, type zoneRemove "zone_name", "alias_name"a. To replace multiple devices, type aliRemove "a

24、lias_name", followed by the WWN (or port number) of each device you wish to replace. 2. If desired, create an alias for the replacement device by typing aliCreate "alias_name", WWN (or port number)3. Add the device or alias to the appropriate zone(s) by typing zoneAdd "zone_name&

25、quot;, "zone member name" orzoneAdd "zone_name", "alias_name"4. Save the configuration by typing cfgSave "config_name"5. Enable the configuration by typing cfgEnable "config_name"Managing a Zone ConfigurationAfter creating the zone configuration, use

26、 the following commands to enable, save, disable, or clear the zone configuration.cfgSave The following example shows the cfgSave command, which writes a copy of the defined configuration and the name of the effective configuration to flash memory in all fabric switches.The saved configuration is au

27、tomatically reloaded by the switch at system startup. If a configuration was in effect when it was saved, the same configuration is reinstated with an automatic cfgEnable command.NOTE: Dell recommends saving after you enable and test a configuration. Any unsaved configuration is lost if the system fails. cfg

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论