




免费预览已结束,剩余24页可下载查看
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
ibm 刀片 BladeCenter H22 背板交换机链路聚合配置(bnt和nt)分类:高性能运算(hpcc)2012-03-31 17:03477人阅读评论(0)收藏举报 折腾了几天,刀片终于上架了,开始了网络配置,通过管理口登录管理刀箱,但开始配置,之前从来没有碰过刀片,居然以为插上电简单配置一下就可以通了,谁知道一个刀箱上居然有两个交换机需要配置,到ibm官方网站上去查,居然有3个牌子的手册,据说是找cisco、北电、博科三家厂商oem的,我都不知道看那个,全部下载下来研究吧。最后发现这个应该是北电的,好像是博科把北电收购了,上面的标貌似博科。哈哈,看的差不多了就开始配置了(当然有高手在,我自己的话估计够呛)。 由于项目需求,需要把带万兆光口的交换机(ibm 刀箱背板上的交换机)和博科 rx-16做爽端口绑定,就是我们常说的链路聚合(目的当然是冗余和加大带宽)。当然在配置中遇到了不少问题,2天之中从博科交换机到ibm交换机,再到ibm刀箱背板交换机。都是以前没用过的。bnt用于计算网络nt用于管理网我们需要把背板上的bnt交换机的两个万兆口做聚合与博客交换机的连接,当然博客交换机上也是配置聚合,nt交换机就比较简单了,把tag标签去掉。纯2层模式就可以了。一、配置前检查bnt进入交换机进交换机之前先检查交换机是否是干净的状态。info进 入主菜单输入info,这里面是查看信息的地方首先检查port然后检查lacp 动态聚合可以检查vlan如果有可以删除,之后才继续安装。二、配置1、取消tag标签cfg进入配置模式port 1-14(不能批量,只能一个一个的敲)tag d把tag改为untag模式(与cisco的trunk到access类似,但是cisco默认为access口)applyinfoport2、配置trunkcfgtrunkena选择 1add ext1add ext2 将口放入trunkapplydiffnt交换机配置用步骤1就修改为纯2层模式了下面为具体是配置: Main# info-Information Menu sys - System Information Menu l2 - Layer 2 Information Menu l3 - Layer 3 Information Menu qos - QoS Menu acl - Show ACL information link - Show link status port - Show port information transcvr - Show Port Transceiver status dump - Dump all information Information# portAlias Port Tag Fast Lrn Fld PVID NAME VLAN(s)- - - - - - - -INT1 1 y n e e 1 INT1 1 4095INT2 2 y n e e 1 INT2 1 4095INT3 3 y n e e 1 INT3 1 4095INT4 4 y n e e 1 INT4 1 4095INT5 5 y n e e 1 INT5 1 4095INT6 6 y n e e 1 INT6 1 4095INT7 7 y n e e 1 INT7 1 4095INT8 8 y n e e 1 INT8 1 4095INT9 9 y n e e 1 INT9 1 4095INT10 10 y n e e 1 INT10 1 4095INT11 11 y n e e 1 INT11 1 4095INT12 12 y n e e 1 INT12 1 4095INT13 13 y n e e 1 INT13 1 4095INT14 14 y n e e 1 INT14 1 4095MGT1 15 y n e e 4095*MGT1 4095MGT2 16 y n e e 4095*MGT2 4095EXT1 17 n n e e 1 EXT1 1EXT2 18 n n e e 1 EXT2 1EXT3 19 n n e e 1 EXT3 1EXT4 20 n n e e 1 EXT4 1EXT5 21 n n e e 1 EXT5 1EXT6 22 n n e e 1 EXT6 1EXT7 23 n n e e 1 EXT7 1EXT8 24 n n e e 1 EXT8 1EXT9 25 n n e e 1 EXT9 1* = PVID is tagged. Information# ls-Information Menu sys - System Information Menu l2 - Layer 2 Information Menu l3 - Layer 3 Information Menu qos - QoS Menu acl - Show ACL information link - Show link status port - Show port information transcvr - Show Port Transceiver status dump - Dump all information Information# l2-Layer 2 Menu fdb - Forwarding Database Information Menu lacp - Link Aggregation Control Protocol Menu 8021x - Show 802.1x information stg - Show STP information cist - Show CIST information trunk - Show Trunk Group information vlan - Show VLAN information dump - Dump all layer 2 information Layer 2# lacp-LACP Menu aggr - Show LACP aggregator information for the port port - Show LACP port information dump - Show all LACP ports information LACP# dumpport lacp adminkey operkey selected prio attached trunk aggr-INT1 off 1 1 no 32768 - -INT2 off 2 2 no 32768 - -INT3 off 3 3 no 32768 - -INT4 off 4 4 no 32768 - -INT5 off 5 5 no 32768 - -INT6 off 6 6 no 32768 - -INT7 off 7 7 no 32768 - -INT8 off 8 8 no 32768 - -INT9 off 9 9 no 32768 - -INT10 off 10 10 no 32768 - -INT11 off 11 11 no 32768 - -INT12 off 12 12 no 32768 - -INT13 off 13 13 no 32768 - -INT14 off 14 14 no 32768 - -EXT1 off 17 17 no 32768 - -EXT2 off 18 18 no 32768 - -EXT3 off 19 19 no 32768 - -EXT4 off 20 20 no 32768 - -EXT5 off 21 21 no 32768 - -EXT6 off 22 22 no 32768 - -EXT7 off 23 23 no 32768 - -EXT8 off 24 24 no 32768 - -EXT9 off 25 25 no 32768 - - LACP# cd .-Layer 2 Menu fdb - Forwarding Database Information Menu lacp - Link Aggregation Control Protocol Menu 8021x - Show 802.1x information stg - Show STP information cist - Show CIST information trunk - Show Trunk Group information vlan - Show VLAN information dump - Dump all layer 2 information Layer 2# ls-Layer 2 Menu fdb - Forwarding Database Information Menu lacp - Link Aggregation Control Protocol Menu 8021x - Show 802.1x information stg - Show STP information cist - Show CIST information trunk - Show Trunk Group information vlan - Show VLAN information dump - Dump all layer 2 information Layer 2# cd .-Information Menu sys - System Information Menu l2 - Layer 2 Information Menu l3 - Layer 3 Information Menu qos - QoS Menu acl - Show ACL information link - Show link status port - Show port information transcvr - Show Port Transceiver status dump - Dump all information Information# l2-Layer 2 Menu fdb - Forwarding Database Information Menu lacp - Link Aggregation Control Protocol Menu 8021x - Show 802.1x information stg - Show STP information cist - Show CIST information trunk - Show Trunk Group information vlan - Show VLAN information dump - Dump all layer 2 information Layer 2# vlanVLAN Name Status Ports- - - -1 Default VLAN ena INT1-INT14 EXT1-EXT94095 Mgmt VLAN ena INT1-INT14 MGT1 MGT2 Layer 2# lacp-LACP Menu aggr - Show LACP aggregator information for the port port - Show LACP port information dump - Show all LACP ports information LACP# portUsage: port LACP# cd .-Layer 2 Menu fdb - Forwarding Database Information Menu lacp - Link Aggregation Control Protocol Menu 8021x - Show 802.1x information stg - Show STP information cist - Show CIST information trunk - Show Trunk Group information vlan - Show VLAN information dump - Dump all layer 2 information Layer 2# cd /-Main Menu info - Information Menu stats - Statistics Menu cfg - Configuration Menu oper - Operations Command Menu boot - Boot Options Menu maint - Maintenance Menu diff - Show pending config changes global command apply - Apply pending config changes global command save - Save updated config to FLASH global command revert - Revert pending or applied changes global command exit - Exit global command, always available Main# cfg-Configuration Menu sys - System-wide Parameter Menu port - Port Menu pmirr - Port Mirroring Menu l2 - Layer 2 Menu l3 - Layer 3 Menu qos - QOS Menu acl - Access Control List Menu setup - Step by step configuration set up dump - Dump current configuration to script file ptcfg - Backup current configuration to FTP/TFTP server gtcfg - Restore current configuration from FTP/TFTP server cur - Display current configuration Configuration# portEnter port (INT1-14, MGT1-2, EXT1-9): 1-Port INT1 Menu gig - Gig Phy Menu aclqos - Acl/Qos Configuration Menu 8021ppri - Set default 802.1p priority pvid - Set default port VLAN id name - Set port name dscpmrk - Enable/disable DSCP remarking for port learn - Enable/Disable FDB Learning for port tag - Enable/disable VLAN tagging for port tagpvid - Enable/disable tagging on pvid fastfwd - Enable/disable Port Fast Forwarding mode floodblk - Enable/disable Port flood blocking ena - Enable port dis - Disable port cur - Display current port configuration Port INT1# tag dCurrent VLAN tag support: enabledNew VLAN tag support: disabledPort INT1 will be removed from all VLANs except its PVID.Confirm removing this port from all VLANs y/n: yTAG flag reset Port INT1# apply-Apply complete; dont forget to save updated configuration.Jan 2 8:47:54 24 INFO mgmt: new configuration appliedPort INT1# cd .-Configuration Menu sys - System-wide Parameter Menu port - Port Menu pmirr - Port Mirroring Menu l2 - Layer 2 Menu l3 - Layer 3 Menu qos - QOS Menu acl - Access Control List Menu setup - Step by step configuration set up dump - Dump current configuration to script file ptcfg - Backup current configuration to FTP/TFTP server gtcfg - Restore current configuration from FTP/TFTP server cur - Display current configuration Configuration# port 2-Port INT2 Menu gig - Gig Phy Menu aclqos - Acl/Qos Configuration Menu 8021ppri - Set default 802.1p priority pvid - Set default port VLAN id name - Set port name dscpmrk - Enable/disable DSCP remarking for port learn - Enable/Disable FDB Learning for port tag - Enable/disable VLAN tagging for port tagpvid - Enable/disable tagging on pvid fastfwd - Enable/disable Port Fast Forwarding mode floodblk - Enable/disable Port flood blocking ena - Enable port dis - Disable port cur - Display current port configuration Port INT2# tag dCurrent VLAN tag support: enabledNew VLAN tag support: disabledPort INT2 will be removed from all VLANs except its PVID.Confirm removing this port from all VLANs y/n: yTAG flag reset Port INT2# cd .-Configuration Menu sys - System-wide Parameter Menu port - Port Menu pmirr - Port Mirroring Menu l2 - Layer 2 Menu l3 - Layer 3 Menu qos - QOS Menu acl - Access Control List Menu setup - Step by step configuration set up dump - Dump current configuration to script file ptcfg - Backup current configuration to FTP/TFTP server gtcfg - Restore current configuration from FTP/TFTP server cur - Display current configuration Configuration# port 3-Port INT3 Menu gig - Gig Phy Menu aclqos - Acl/Qos Configuration Menu 8021ppri - Set default 802.1p priority pvid - Set default port VLAN id name - Set port name dscpmrk - Enable/disable DSCP remarking for port learn - Enable/Disable FDB Learning for port tag - Enable/disable VLAN tagging for port tagpvid - Enable/disable tagging on pvid fastfwd - Enable/disable Port Fast Forwarding mode floodblk - Enable/disable Port flood blocking ena - Enable port dis - Disable port cur - Display current port configuration Port INT3# tag dCurrent VLAN tag support: enabledNew VLAN tag support: disabledPort INT3 will be removed from all VLANs except its PVID.Confirm removing this port from all VLANs y/n: yTAG flag reset Port INT3# cd .-Configuration Menu sys - System-wide Parameter Menu port - Port Menu pmirr - Port Mirroring Menu l2 - Layer 2 Menu l3 - Layer 3 Menu qos - QOS Menu acl - Access Control List Menu setup - Step by step configuration set up dump - Dump current configuration to script file ptcfg - Backup current configuration to FTP/TFTP server gtcfg - Restore current configuration from FTP/TFTP server cur - Display current configuration Configuration# port 4-Port INT4 Menu gig - Gig Phy Menu aclqos - Acl/Qos Configuration Menu 8021ppri - Set default 802.1p priority pvid - Set default port VLAN id name - Set port name dscpmrk - Enable/disable DSCP remarking for port learn - Enable/Disable FDB Learning for port tag - Enable/disable VLAN tagging for port tagpvid - Enable/disable tagging on pvid fastfwd - Enable/disable Port Fast Forwarding mode floodblk - Enable/disable Port flood blocking ena - Enable port dis - Disable port cur - Display current port configuration Port INT4# tag dCurrent VLAN tag support: enabledNew VLAN tag support: disabledPort INT4 will be removed from all VLANs except its PVID.Confirm removing this port from all VLANs y/n: yTAG flag reset Port INT4# cd .-Configuration Menu sys - System-wide Parameter Menu port - Port Menu pmirr - Port Mirroring Menu l2 - Layer 2 Menu l3 - Layer 3 Menu qos - QOS Menu acl - Access Control List Menu setup - Step by step configuration set up dump - Dump current configuration to script file ptcfg - Backup current configuration to FTP/TFTP server gtcfg - Restore current configuration from FTP/TFTP server cur - Display current configuration Configuration# port 5-Port INT5 Menu gig - Gig Phy Menu aclqos - Acl/Qos Configuration Menu 8021ppri - Set default 802.1p priority pvid - Set default port VLAN id name - Set port name dscpmrk - Enable/disable DSCP remarking for port learn - Enable/Disable FDB Learning for port tag - Enable/disable VLAN tagging for port tagpvid - Enable/disable tagging on pvid fastfwd - Enable/disable Port Fast Forwarding mode floodblk - Enable/disable Port flood blocking ena - Enable port dis - Disable port cur - Display current port configuration Port INT5# tag dCurrent VLAN tag support: enabledNew VLAN tag support: disabledPort INT5 will be removed from all VLANs except its PVID.Confirm
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 圆机操作工成本预算考核试卷及答案
- 2025年智能电网智能终端设备技术创新综述
- 酚醛树脂装置操作工技能巩固考核试卷及答案
- 大堂经理模拟试题及答案
- 罐头杀菌工专业技能考核试卷及答案
- 保险知识竞赛题及答案
- 2025年第三届农作物植保员技能大赛理论考试试题库答案
- 纸箱纸盒制作工质量追溯知识考核试卷及答案
- 2025年急救护理试题及答案(护理三基)(附答案)
- 烟草评吸师培训考核试卷及答案
- T/ZGSCJXH 1-2019陈年白酒收藏评价指标体系
- 农业企业技术创新与国际市场竞争研究-洞察阐释
- 设备操作安全培训与实践考核试卷
- 2025年环保行业从业者综合素质测试试卷及答案
- 电线、电缆专用生产机械企业ESG实践与创新战略研究报告
- 2025-2030中国边境经济合作区行业市场发展分析及经验案例与投资趋势研究报告
- TCECS24-2020钢结构防火涂料应用技术规程
- 血液透析病人饮食管理
- 养老机构膳食服务基本规范
- 机械设计基础 第2章 机构的组成及自由度计算
- 脚手架临时开口加固方案
评论
0/150
提交评论