博科交换机作为比较实惠的光纤交换机获得广泛的使用,而zone的划分作为一项重要的功能,常用的方法有字符界面和图形界面。下面简单介绍一下:
命令流程为:
aliCreate
在创建Zoning的配置时,应该首先创建Alias,把需要划分Zone的所有设备都创建为别名。一个Alias中可以同时有多个设备作为它的成员。
zoneCreate
然后创建Zone,并使用Alias作为Zone的成员,创建Zone应该遵循每个Zone中只有一个Initiator的原则;
cfgCreate
所有的Zone都创建完成后,需要创建Configuration,把需要同时存在的Zone放在一个Configuration中,根据需要可以创建多个Configuration存储不同场景下Zone的配置方案
cfgEnable
在创建了一个或多个Configuration后,这些配置都还没有生效,要真正完成区域的划分,还需要指定那个Configuration配置是生效配置,这个工作可以用cfgEnable命令完成。
cfgSave
上面做的所有Zone的配置都是存储在内存中的,在交换机重新启动后,配置会丢失。使用cfgSave命令后会把RAM中Zone的配置(包括那个Configuration生效)保存到Flash中,长久保留。
实例:
串口登陆:10.77.77.77 admin/password 传输速率:9600
swd77:FID128:admin>switchshow //查看端口使用情况
swd77:FID128:admin>switchdisable
swd77:FID128:admin>configure //如果switchshow显示为offline,则重配置
swd77:FID128:admin>ipaddrshow //查看ip
swd77:FID128:admin>ipaddrset //设置ip
swd77:FID128:admin>domainshow //查看domain号,“domain,端口”是最常用的zone设置方式
swd77:FID128:admin>alicreate “member1”,”1,1;1,2;1,3”
swd77:FID128:admin>alicreate “member1”,”1,4;1,5;1,6”
swd77:FID128:admin>alishow
Alias:member1 1,1;1,2;1,3
Alias:member2 1,4;1,5;1,6
Effective configuration:
swd77:FID128:admin>zonecreate “zone1”,”member1;member2”
swd77:FID128:admin>zonecreate “zone2”,”1,1;1,7”
swd77:FID128:admin>zoneshow
Zone: zone1 member1;member2
Zone: zone2 1,1;1,7
Alias:member1 1,1;1,2,1,3
Alias:member2 1,4;1,5;1,6
Effctive configuration
swd77:FID128:admin> cfgcreate “ahchcfg”,”zone1;zone2“
swd77:FID128:admin> cfgshow
Defined configuration:
cfg: ahchcfg zone1;zone2
Zone: zone1 member1;member2
Zone: zone2 1,1;1,7
Alias:member1 1,1;1,2,1,3
Alias:member2 1,4;1,5;1,6
effective
swd77:FID128:admin> cfgenable “ahchcfg”
You are about to enable a new zoning configuration.
This action will replace the old zoning configuration with the
current configuration selected. If the update includes changes
to one or more traffic isolation zones, the update may result in
localized disruption to traffic on ports associated with
the traffic isolation zone changes
Do you want to enable ‘ahchcfg’ configuration (yes, y, no, n): [no] yes
zone config “ahchcfg” is in effect
Updating flash …
swd77:FID128:admin> cfgsave
You are about to save the Defined zoning configuration. This
action will only save the changes on Defined configuration.
Any changes made on the Effective configuration will not
take effect until it is re-enabled.
Do you want to save Defined zoning configuration only? (yes, y, no, n): [no] yes
Nothing changed: nothing to save, returning …
swd77:FID128:admin> cfgshow
Defined configuration:
cfg: ahchcfg ahchbakzone
zone: zone1
1,1; 1,2; 1,3;
zone: zone1
1,4; 1,5; 1,6;
Effective configuration:
cfg: ahchcfg
zone: zone1
1,1
1,2
1,3
zone: zone1
1,4
1,5
1,6
swd77:FID128:admin> exit
Logout
总结:最好的方法是现在记事本里将需要的命令写好,然后复制粘贴即可
图形实例:
web登陆:10.77.77.77 admin/password
配置步骤:
首先定义zone aliase(不是必须的),然后增加zone 成员,配置zoen的cfg文件,开启配置文件
1、单击“zone admin”进入zone管理页面
2、单击“new zone”,增加一个新的zone名。
3、我们通过“port& attached devices”页面,将需要的端口右移》按钮,移过去
4、通过zone config按钮,创建cfg文件
5.通过member selection list可以看到刚刚建立的zone,将它右移过去即可
6、然后save config和enable config即可
本文转自zsaisai 51CTO博客,原文链接:http://blog.51cto.com/3402313/1169592
今天的文章博科交换机zone划分分享到此就结束了,感谢您的阅读。
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/7363.html