加入收藏 | 设为首页 | 会员中心 | 我要投稿 安卓应用网 (https://www.0791zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 程序设计 > 正文

ibm 刀片 BladeCenter H22 背板交换机链路聚合配置(bnt和nt)

发布时间:2020-05-23 12:30:22 所属栏目:程序设计 来源:互联网
导读:折腾了几天,刀片终于上架了,开始了网络配置,通过管理口登录管理刀箱,但开始配置,之前从来没有碰过刀片,居然以为插上电简单配置一下就可以通了,谁知道一个刀箱上居然有两个交换机需要配置,到ibm官方网站上去查,居然有3个牌子的手册,据说是找cisco、

折腾了几天,刀片终于上架了,开始了网络配置,通过管理口登录管理刀箱,但开始配置,之前从来没有碰过刀片,居然以为插上电简单配置一下就可以通了,谁知道一个刀箱上居然有两个交换机需要配置,到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口)

apply
info
port

2、配置trunk
cfg
trunk
ena
选择 1
add ext1
add ext2 将口放入trunk
apply
diff

nt交换机配置用步骤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# port
Alias Port Tag Fast Lrn Fld PVID NAME VLAN(s)
----- ---- --- ---- --- ---- -------------- -------------------------------
INT1 1 y n e e 1 INT1 1 4095
INT2 2 y n e e 1 INT2 1 4095
INT3 3 y n e e 1 INT3 1 4095
INT4 4 y n e e 1 INT4 1 4095
INT5 5 y n e e 1 INT5 1 4095
INT6 6 y n e e 1 INT6 1 4095
INT7 7 y n e e 1 INT7 1 4095
INT8 8 y n e e 1 INT8 1 4095
INT9 9 y n e e 1 INT9 1 4095
INT10 10 y n e e 1 INT10 1 4095
INT11 11 y n e e 1 INT11 1 4095
INT12 12 y n e e 1 INT12 1 4095
INT13 13 y n e e 1 INT13 1 4095
INT14 14 y n e e 1 INT14 1 4095
MGT1 15 y n e e 4095*MGT1 4095
MGT2 16 y n e e 4095*MGT2 4095
EXT1 17 n n e e 1 EXT1 1
EXT2 18 n n e e 1 EXT2 1
EXT3 19 n n e e 1 EXT3 1
EXT4 20 n n e e 1 EXT4 1
EXT5 21 n n e e 1 EXT5 1
EXT6 22 n n e e 1 EXT6 1
EXT7 23 n n e e 1 EXT7 1
EXT8 24 n n e e 1 EXT8 1
EXT9 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# dump
port 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# vlan
VLAN Name Status Ports
---- -------------------------------- ------ -------------------------
1 Default VLAN ena INT1-INT14 EXT1-EXT9
4095 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# port
Usage: port <port INT1-14,EXT1-9>

>> 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]

(编辑:安卓应用网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读