h22h05服务器系统批量安装,IBM 刀片 BladeCenter H22 背板交换机链路聚合配置(bnt和nt)...

h22h05服务器系统批量安装,IBM 刀片 BladeCenter H22 背板交换机链路聚合配置(bnt和nt)...刀片终于上架了 开始了网络配置 通过管理口登录管理刀箱 但开始配置 之前从来没有碰过刀片 居然以为插上电简单配置一下就可以通了 谁知道一个刀箱上居然有两个交换机需要配置 到 ibm 官方网站上去查 居然有 3 个牌子的手册 据说是找 cisco 北电 博科三家厂商 oem 的 我都不知道看那个 全部下载下来研究吧 最后发现这个应该是北电的 好像是博科把北电收购了 上面的标貌似博科 哈哈

大家好,我是讯享网,很高兴认识大家。

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

>> 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# port

Enter 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 d

Current VLAN tag support: enabled

New VLAN tag support:     disabled

Port INT1 will be removed from all VLANs except its PVID.

Confirm removing this port from all VLANs [y/n]: y

TAG flag reset

>> Port INT1# apply

------------------------------------------------------------------

Apply complete; don't forget to "save" updated configuration.

>>

Jan 2 8:47:54 170.120.116.224 INFO    mgmt: new configuration applied

Port INT1# cd ..

------------------------------------------------------------

[Configuration Menu]

sys      - System-wide Parameter Menu

小讯
上一篇 2025-01-14 13:18
下一篇 2025-03-30 17:19

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/28195.html