brocade 300光端交换机zone划分介绍

所属分类: 网络 / 交换机 阅读数: 1120
收藏 0 赞 0 分享
我们这里是brocade的光端交换机,其实那个厂家的都一样,原理在哪里,按照原理和架构去划分zone。
当然图形界面划分也很简单
Fabric OS (WOLFB300SWA)

Fabos Version 6.4.2a

WOLFB300SWA login: admin
Password:

-----------------------------------------------------------------
WOLFB300SWA:admin>
WOLFB300SWA:admin>
WOLFB300SWA:admin>
WOLFB300SWA:admin> cfgshow
Defined configuration:
cfg: WOLFB300SWA
P750lp1_hba1_HDS2300_0a
zone: P750lp1_hba1_HDS2300_0a
1,0; 1,2

Effective configuration:
cfg: WOLFB300SWA
zone: P750lp1_hba1_HDS2300_0a
1,0
1,2

WOLFB300SWA:admin> zonecreate "P750lp1_hba1_HDS2300_0a","1,0;1,3"
WOLFB300SWA:admin> cfg
cfgactvshow cfgcreate cfgenable cfgsave cfgsize
cfgadd cfgdelete cfgmcdtmode cfgsaveactivetodefined cfgtransabort
cfgclear cfgdisable cfgremove cfgshow cfgtransshow
WOLFB300SWA:admin> cfgadd
error: Usage: cfgadd "arg1", "arg2"
WOLFB300SWA:admin> cfgadd "P750lp1_hba1_HDS2300_0a","WOLFB300SWA"
"P750lp1_hba1_HDS2300_0a" wrong type
WOLFB300SWA:admin> cfgadd "WOLFB300SWA","P750lp1_hba1_HDS2300_0a"
WOLFB300SWA:admin> cfgenable WOLFB300SWA
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 'WOLFB300SWA' configuration (yes, y, no, n): [no] yes
zone config "WOLFB300SWA" is in effect

Updating flash ...
WOLFB300SWA: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 ...
WOLFB300SWA:admin> zoneshow
Defined configuration:
cfg: WOLFB300SWA
P750lp1_hba1_HDS2300_0a; P750lp1_hba1_HDS2300_0a
zone: P750lp1_hba1_HDS2300_0a
1,0; 1,3
zone: P750lp1_hba1_HDS2300_0a
1,0; 1,2

Effective configuration:
cfg: WOLFB300SWA
zone: P750lp1_hba1_HDS2300_0a
1,0
1,3
zone: P750lp1_hba1_HDS2300_0a
1,0
1,2

WOLFB300SWA:admin> cfg
cfgactvshow cfgcreate cfgenable cfgsave cfgsize
cfgadd cfgdelete cfgmcdtmode cfgsaveactivetodefined cfgtransabort
cfgclear cfgdisable cfgremove cfgshow cfgtransshow
WOLFB300SWA:admin> cfgremove "WOLFB300SWA","P750lp1_hba1_HDS2300_0a"
WOLFB300SWA:admin> zonedelete "P750lp1_hba1_HDS2300_0a"
WOLFB300SWA:admin> zonecreate "P750_hba1_HDS2300_0a","1,0;1,3"
WOLFB300SWA:admin> cfgadd "WOLFB300SWA","P750_hba1_HDS2300_0a"
WOLFB300SWA:admin> cfgenable WOLFB300SWA

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 'WOLFB300SWA' configuration (yes, y, no, n): [no] yes
zone config "WOLFB300SWA" is in effect
Updating flash ...
WOLFB300SWA: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 ...

NB300SWA:admin> zoneshow
Defined configuration:
cfg: WOLFB300SWA
P750lp1_hba1_HDS2300_0a; P750_hba1_HDS2300_0a
zone: P750_hba1_HDS2300_0a
1,0; 1,3
zone: P750lp1_hba1_HDS2300_0a
1,0; 1,2

Effective configuration:
cfg: WOLFB300SWA
zone: P750_hba1_HDS2300_0a
1,0
1,3
zone: P750lp1_hba1_HDS2300_0a
1,0
1,2

WOLFB300SWA:admin>

WOLFB300SWA:admin> zonecreate "P750_hba1_HDS2300_0a","1,0;1,3"
WOLFB300SWA:admin> cfgadd "WOLFB300SWA","P750_hba1_HDS2300_0a"
WOLFB300SWA:admin> cfgenable WOLFB300SWA
WOLFB300SWA:admin> cfgsave

创建zone主要步骤如下
WOLFB300SWA:admin>zonecreate “P750lp2_hba2_HDS2300_1b","2,1;2,4"
WOLFB300SWA:admin>cfgadd “WOLFB300SWB”,” P750lp2_hba2_HDS2300_1b”
WOLFB300SWB:admin> cfgenable WOLFB300SWB
WOLFB300SWB:admin> cfgsave
WOLFB300SWB:admin> cfgshow
WOLFB300SWB:admin> zoneshow
更多精彩内容其他人还在看

华为三层交换机之间配置VLAN间路由

在华为三层交换机上进行VLAN间路由的配置,主要就是创建VLAN,端口划分,三层VLAN接口地址配置,静态路由或是RIP协议配置
收藏 0 赞 0 分享

H3C S3100交换机常用操作

这篇文章主要介绍了H3C S3100交换机常用操作的相关资料,需要的朋友可以参考下
收藏 0 赞 0 分享

switch操作系统交换机设置介绍

这篇文章主要介绍了switch操作系统交换机设置方法,需要的朋友可以参考下
收藏 0 赞 0 分享

思科三层交换机配置命令

这篇文章主要介绍了思科三层交换机配置命令,需要的朋友可以一起看看
收藏 0 赞 0 分享

cisco交换机配置vlan方法

这篇文章主要介绍了cisco交换机配置vlan方法,需要的朋友可以参考下
收藏 0 赞 0 分享

路由模式怎么实现局域网中三层交换机互联?实现局域网中三层交换机互联方法教程

路由模式怎么实现局域网中三层交换机互联?下面小编告诉大家方法,有需要的朋友可以看看
收藏 0 赞 0 分享

如何设置网络交换机 网络交换机具体设置方法介绍

网络交换机的设置方法比较多,要根据具体情况而定。这篇文章主要介绍交换机常见配置的方法,感兴趣的朋友可以过来学习一下,相信肯定会给大家带来一定的帮助
收藏 0 赞 0 分享

交换机什么牌子好?如何选购好的交换机?

交换机是非常的重要,他把握着一个网络的命脉,因此选购交换机是非常重要的。本文就为大家提供一些经验和参考,教大家如何选购一台好的交换机,并为大家总结哪些交换机牌子比较好。
收藏 0 赞 0 分享

交换机是什么 交换机的作用与功能基础知识全面解析

经常有看到朋友问:“交换机和路由器的区别”,其实要理解这两个东西区别,我们首先最好先了解清楚什么是交换机及什么是路由器等基本知识。本文将详细为大家介绍交换机是什么以及交换机的作用与功能基础知识,希望大家认真阅读学习
收藏 0 赞 0 分享

交换机必学知识 VLAN间路由理论指导

本文向大家介绍VLAN间路由理论知识,是交换机必学的,转发过来,希望对大家有所帮助
收藏 0 赞 0 分享
查看更多