首页 > 其他分享 >[Brocade]G610配置

[Brocade]G610配置

时间:2022-10-10 13:44:05浏览次数:38  
标签:6610B admin 配置 ABP1P2 N1P1 Brocade configuration G610 N2P1

1. 查看交换机信息

DS_6610B:admin> switchshow
switchName:	DS_6610B
switchType:	170.0
switchState:	Online
switchMode:	Native
switchRole:	Principal
switchDomain:	1
switchId:	fffc01
switchWwn:	10:00:d8:1f:cc:d5:6e:f4
zoning:		OFF
switchBeacon:	OFF
HIF Mode:	OFF

2. 查看IP地址

DS_6610B:admin> ipaddrshow

SWITCH
Ethernet IP Address: 10.105.201.111
Ethernet Subnet mask: 255.255.255.0
Gateway IP Address: 10.105.201.253
DHCP: Off

3. IP地址配置

DS_6610B:admin> ipaddrset
DHCP [Off]:
Ethernet IP Address [10.105.201.111]:
Ethernet Subnet mask [255.255.255.0]:
Gateway IP Address [10.105.201.253]:

4. 查看授权

DS_6610B:admin> licenseshow
CE9fTXFtm4JHT3JQQ3RDZ9K3fXfXa7f3HPESFQFADGYA:
    Ports on Demand license
    Capacity 16
License Id:
10:00:d8:1f:cc:d5:6e:f4

5. 添加授权

DS_6610B:admin> licensesadd <激活码>

6. 开启端口

licenseport --reserve 0-23
portenable 0-23

7. 查看光模块

DS_6610B:admin> sfpshow
Port  0: id Cannot access device
Port  1: id Cannot access device
Port  2: id Cannot access device
Port  3: id Cannot access device

8. 修改交换机名称

DS_6610B:admin> switchname FC_5_1F_01
Committing configuration...
Done.
Switch name has been changed.Please re-login into the switch for the change to be applied.

9.Zone创建

# 1,1; 1,5; 1,18; 1,22; 1,19; 1,23
# 1,1;1,5 主机2个端口
# 1,18; 1,22; 1,19; 1,23 AB双控端口
FC_5_1F_01:admin> zonecreate "ESXi02_N1P1_N2P1_ABP1P2","1,1; 1,5; 1,18; 1,22; 1,19; 1,23"
# 配置文件将虚拟化ZONE纳入
FC_5_1F_01:admin> cfgcreate "ESXi01_09_CFG","ESXi01_N1P1_N2P1_ABP1P2;ESXi02_N1P1_N2P1_ABP1P2"
# 添加其他的zone
FC_5_1F_01:admin> cfgadd "ESXi01_09_CFG",\
> "ESXi03_N1P1_N2P1_ABP1P2;\
> ESXi04_N1P1_N2P1_ABP1P2;\
> ESXi05_N1P1_N2P1_ABP1P2;\
> ESXi06_N1P1_N2P1_ABP1P2;\
> ESXi07_N1P1_N2P1_ABP1P2;\
> ESXi08_N1P1_N2P1_ABP1P2;\
> ESXi09_N1P1_N2P1_ABP1P2"
# 保存配置
FC_5_1F_01:admin> cfgsave
You are about to save the Defined zoning configuration. This
action will only save the changes on Defined configuration.
If the update includes changes to one or more traffic isolation
zones, you must issue the 'cfgenable' command for the changes
to take effect.
Do you want to save the Defined zoning configuration only?  (yes, y, no, n): [no] y
Updating flash ...
# 激活
FC_5_1F_01:admin> cfgenable "ESXi01_09_CFG"
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 'ESXi01_09_CFG' configuration  (yes, y, no, n): [no] y
zone config "ESXi01_09_CFG" is in effect
Updating flash ...

标签:6610B,admin,配置,ABP1P2,N1P1,Brocade,configuration,G610,N2P1
From: https://www.cnblogs.com/leoshi/p/16775408.html

相关文章

  • 5.9、ceph集群ceph.conf配置文件
    9.1config文件推送(1)默认生成的ceph.conf文件如果需要改动的话需要加一些参数,如果配置文件变化也是通过ceph-deploy进行推送。请不要直接修改某个节点的"/etc/ceph/ceph.......
  • 97、配置yum源仓库服务器
    (服务端(双(外,内)网卡)——客户端(内网))YUM主要用于自动安装、升级rpm软件包,它能自动查找并解决rpm包之间的依赖关系。要成功的使用YUM工具安装更新软件或系统,就需要有......
  • window 配置 python 环境命令
    npminstall安装依赖的时候,报python的错误先安装cnpmnpminstall-gcnpm--registry=https://registry.npm.taobao.orgnpminstall--global--productionwin......
  • 服务器硬件及RAID配置实战
    一、RAID磁盘阵列详解1.1.RAID磁盘阵列介绍①是RedundantArrayoflndependentDisks的缩写中文简称为独立冗余磁盘阵列。②把多块独立的物理硬盘按不同的方式组合起来......
  • C# EF SQLite 配置
    依赖EntityFrameworkStub.System.Data.SQLite.Core.NetFrameworkSystem.Data.SQLiteSystem.Data.SQLite.CoreSystem.Data.SQLite.EF6System.Data.SQLite.Linq配置......
  • F5社区好文推荐:BIG-IP双机高可用配置
    ​编辑作者 |路瑞强阅读时间 | 3分钟在生产级环境下,需考虑BIG-IP高可用。此时需CES对接BIG-IPAFM多实例集群。CES对接AFM集群有两种方式:1多CES方式每个CES分别对接自......
  • Linux安装配置 jdk环境
    1、从官网上下载jdk的tar包​​https://www.oracle.com/java/technologies/javase/javase8u211-later-archive-downloads.html​​2、通过工具,将tar包传到Linux系统中,/usr/l......
  • VS Code支持配置远程同步了
    公众号ID|ComputerVisionGzq​论文地址:https://arxiv.org/pdf/2206.02647.pdf计算机视觉研究院专栏作者:Edison_G【VSCode支持配置远程同步了......
  • CentOS 配置免密登录
    1、跳板机操作:连续三次回车,生成私钥和密钥ssh-keygen-trsa 2、ssh-copy-id-i/root/.ssh/id_rsa.pub192.168.1.100//依次输入yes,123456(root用户的密码)ssh-......
  • .NET 6配置EF Core数据库链接字符串
    appsetting.json{"Logging":{"LogLevel":{"Default":"Information","Microsoft.AspNetCore":"Warning"}},"AllowedHosts":"*",......