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

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 d

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

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

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

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

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

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

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

TAG flag reset

>> Port INT5# 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 6

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

[Port INT6 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 INT6# tag d

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

TAG flag reset

>> Port INT6# 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 7

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

[Port INT7 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 INT7# tag d

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

TAG flag reset

>> Port INT7# 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 8

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

[Port INT8 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 INT8# tag d

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

TAG flag reset

>> Port INT8# 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 9

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

[Port INT9 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 INT9# tag d

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

TAG flag reset

>> Port INT9# 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 10

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

[Port INT10 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 INT10# tag d

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

TAG flag reset

>> Port INT10# 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 11

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

[Port INT11 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 INT11# tag d

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

TAG flag reset

>> Port INT11# 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 12

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

[Port INT12 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 INT12# tag d

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

TAG flag reset

>> Port INT12# 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 13

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

[Port INT13 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 INT13# tag d

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

TAG flag reset

>> Port INT13# 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 14

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

[Port INT14 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 INT14# tag d

Current VLAN tag support: enabled

New VLAN tag support:     disabled

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

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

TAG flag reset

>> Port INT14# apply

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

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

>>

Jan  2  8:50:23 170.120.116.224 INFO    mgmt: new configuration applied

Port INT14# save

Request will first copy the FLASH "active" config to "backup",

then overlay FLASH "active" with new config.

Confirm saving to FLASH [y/n]: y

New config successfully saved to FLASH.

Switch is currently set to use factory default config block on next boot.

Jan  2  8:50:39 170.120.116.224 INFO    mgmt: new configuration saved from AOS

Confirm change that to the active config block [y/n]: y

Next boot will use active config block.

>>

Jan  2  8:50:47 170.120.116.224 NOTICE  mgmt: boot config block changed

Port INT14# 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# 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# 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   n   n    e   e     1 INT1           1

INT2    2   n   n    e   e     1 INT2           1

INT3    3   n   n    e   e     1 INT3           1

INT4    4   n   n    e   e     1 INT4           1

INT5    5   n   n    e   e     1 INT5           1

INT6    6   n   n    e   e     1 INT6           1

INT7    7   n   n    e   e     1 INT7           1

INT8    8   n   n    e   e     1 INT8           1

INT9    9   n   n    e   e     1 INT9           1

INT10  10   n   n    e   e     1 INT10          1

INT11  11   n   n    e   e     1 INT11          1

INT12  12   n   n    e   e     1 INT12          1

INT13  13   n   n    e   e     1 INT13          1

INT14  14   n   n    e   e     1 INT14          1

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

Jan  2  8:56:08 170.120.116.224 ALERT   stg: Port EXT2, putting port into blocking state

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

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

[Layer 2 Menu]

8021x    - 802.1x Menu

mrst     - Multiple Spanning Tree/Rapid Spanning Tree Menu

stg      - Spanning Tree Menu

fdb      - FDB Menu

trunk    - Trunk Group Menu

thash    - IP Trunk Hash Menu

lacp     - Link Aggregation Control Protocol Menu

failovr  - Failover Menu

vlan     - VLAN Menu

pvstcomp - Enable/Disable PVST+ compatibility mode

bpdugrd  - Enable/disable BPDU Guard

macnotif - Enable/disable MAC address notification

upfast   - Enable/disable Uplink Fast

update   - UplinkFast station update rate

cur      - Display current layer 2 parameters

>> Layer 2# trunk/

Enter trunk group number: (1-16) 1

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

[Trunk group 1 Menu]

add      - Add port to trunk group

rem      - Remove port from trunk group

ena      - Enable trunk group

dis      - Disable trunk group

del      - Delete trunk group

cur      - Display current Trunk Group configuration

>> Trunk group 1# add

Enter port (INT1-EXT9): ext1

Port EXT1 added.

Reminder: Trunk 1 needs to be enabled.

>> Trunk group 1# add ext2

Port EXT2 added.

Reminder: Trunk 1 needs to be enabled.

>> Trunk group 1# apply

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

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

>>

Jan  2  8:57:46 170.120.116.224 INFO    mgmt: new configuration applied

Trunk group 1# 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# 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# 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# dump

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

upfast disabled, update 40

BPDU Guard disabled

Pvst+ compatibility mode enabled

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

Spanning Tree Group 1: On (STP/PVST+)

VLANs:  1

Current Root:            Path-Cost  Port Hello MaxAge FwdDel

ffff 34:40:b5:60:c5:00        2    EXT1    2     20     15

Parameters:  Priority  Hello  MaxAge  FwdDel  Aging

65535      2      20      15     300

Port  Priority   Cost   FastFwd   State       Designated Bridge     Des Port

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

INT1         0      0       n    FORWARDING  *

INT2         0      0       n    FORWARDING  *

INT3         0      0       n    FORWARDING  *

INT4         0      0       n    FORWARDING  *

INT5         0      0       n    FORWARDING  *

INT6         0      0       n    FORWARDING  *

INT7         0      0       n    FORWARDING  *

INT8         0      0       n    FORWARDING  *

INT9         0      0       n    FORWARDING  *

INT10        0      0       n    FORWARDING  *

INT11        0      0       n    FORWARDING  *

INT12        0      0       n    FORWARDING  *

INT13        0      0       n    FORWARDING  *

INT14        0      0       n    FORWARDING  *

EXT1       128      2       n    FORWARDING    ffff-34:40:b5:60:c5:00    8012

EXT2       128      2       n    BLOCKING      ffff-34:40:b5:6f:f4:00    8011

EXT3       128      2       n    DISABLED

EXT4       128      0!      n    DISABLED

EXT5       128      0!      n    DISABLED

EXT6       128      0!      n    DISABLED

EXT7       128      0!      n    DISABLED

EXT8       128      0!      n    DISABLED

EXT9       128      0!      n    DISABLED

* = STP turned off for this port.

! = Automatic path cost.

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

Spanning Tree Group 128: On (STP/PVST+)

VLANs:  4095

Current Root:            Path-Cost  Port Hello MaxAge FwdDel

ffff 34:40:b5:70:62:00        0            2     20     15

Parameters:  Priority  Hello  MaxAge  FwdDel  Aging

65535      2      20      15     300

Port  Priority   Cost   FastFwd   State       Designated Bridge     Des Port

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

MGT1         0      0       n    FORWARDING  *

MGT2         0      0       n    DISABLED    *

* = STP turned off for this port.

VLAN                Name                Status            Ports

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

1     Default VLAN                      ena     INT1-INT14 EXT1-EXT9

4095  Mgmt VLAN                         ena     MGT1 MGT2

Trunk group 1: Disabled

Reminder: Trunk group 1 needs to be enabled.

Protocol - Static

port state:

EXT1: STG  1 forwarding

EXT2: STG  1 BLOCKING

Current priority to COS queue information:

Priority  COSq  Weight

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

0       0      1

1       0      1

2       0      1

3       0      1

4       1      2

5       1      2

6       1      2

7       1      2

Current port priority information:

Port   Priority  COSq  Weight

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

INT1        0       0      1

INT2        0       0      1

INT3        0       0      1

INT4        0       0      1

INT5        0       0      1

INT6        0       0      1

INT7        0       0      1

INT8        0       0      1

INT9        0       0      1

INT10       0       0      1

INT11       0       0      1

INT12       0       0      1

INT13       0       0      1

INT14       0       0      1

MGT1        0       0      1

MGT2        0       0      1

EXT1        0       0      1

EXT2        0       0      1

EXT3        0       0      1

EXT4        0       0      1

EXT5        0       0      1

EXT6        0       0      1

EXT7        0       0      1

EXT8        0       0      1

EXT9        0       0      1

Forwarding database information:

MAC address     VLAN  Port  Trnk  State  Permanent

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

00:25:90:61:17:0f     1  EXT1         FWD

00:25:90:61:c8:75     1  EXT1         FWD

00:25:90:61:ca:85     1  EXT1         FWD

34:40:b5:60:c5:00     1  EXT1         FWD

34:40:b5:64:85:00     1  EXT1         FWD

5c:f3:fc:ef:5b:c7  4095  MGT1         FWD

802.1x Operational Info:

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

System capability : Authenticator

System status     : disabled

Protocol version  : 1

Guest VLAN status : disabled

Guest VLAN        : none

Authenticator    Backend

Port    Auth Mode    Auth Status     PAE State     Auth State

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

INT1  force-auth    unauthorized  initialize      initialize

INT2  force-auth    unauthorized  initialize      initialize

INT3  force-auth    unauthorized  initialize      initialize

INT4  force-auth    unauthorized  initialize      initialize

INT5  force-auth    unauthorized  initialize      initialize

INT6  force-auth    unauthorized  initialize      initialize

INT7  force-auth    unauthorized  initialize      initialize

INT8  force-auth    unauthorized  initialize      initialize

INT9  force-auth    unauthorized  initialize      initialize

INT10 force-auth    unauthorized  initialize      initialize

INT11 force-auth    unauthorized  initialize      initialize

INT12 force-auth    unauthorized  initialize      initialize

INT13 force-auth    unauthorized  initialize      initialize

INT14 force-auth    unauthorized  initialize      initialize

EXT1  force-auth    unauthorized  initialize      initialize

EXT2  force-auth    unauthorized  initialize      initialize

*EXT3  force-auth    unauthorized  initialize      initialize

*EXT4  force-auth    unauthorized  initialize      initialize

*EXT5  force-auth    unauthorized  initialize      initialize

*EXT6  force-auth    unauthorized  initialize      initialize

*EXT7  force-auth    unauthorized  initialize      initialize

*EXT8  force-auth    unauthorized  initialize      initialize

*EXT9  force-auth    unauthorized  initialize      initialize

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

* - Port down or disabled

STP uplink fast mode : disabled

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

Trunk group 1: Disabled

Reminder: Trunk group 1 needs to be enabled.

Protocol - Static

port state:

EXT1: STG  1 forwarding

EXT2: STG  1 BLOCKING

>> Layer 2# trunk

Trunk group 1: Disabled

Reminder: Trunk group 1 needs to be enabled.

Protocol - Static

port state:

EXT1: STG  1 forwarding

EXT2: STG  1 BLOCKING

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

Trunk group 1: Disabled

Reminder: Trunk group 1 needs to be enabled.

Protocol - Static

port state:

EXT1: STG  1 forwarding

EXT2: STG  1 BLOCKING

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

>> Information#

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

Trunk group 1: Disabled

Reminder: Trunk group 1 needs to be enabled.

Protocol - Static

port state:

EXT1: STG  1 forwarding

EXT2: STG  1 BLOCKING

>> 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# 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   n   n    e   e     1 INT1           1

INT2    2   n   n    e   e     1 INT2           1

INT3    3   n   n    e   e     1 INT3           1

INT4    4   n   n    e   e     1 INT4           1

INT5    5   n   n    e   e     1 INT5           1

INT6    6   n   n    e   e     1 INT6           1

INT7    7   n   n    e   e     1 INT7           1

INT8    8   n   n    e   e     1 INT8           1

INT9    9   n   n    e   e     1 INT9           1

INT10  10   n   n    e   e     1 INT10          1

INT11  11   n   n    e   e     1 INT11          1

INT12  12   n   n    e   e     1 INT12          1

INT13  13   n   n    e   e     1 INT13          1

INT14  14   n   n    e   e     1 INT14          1

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

Trunk group 1: Disabled

Reminder: Trunk group 1 needs to be enabled.

Protocol - Static

port state:

EXT1: STG  1 forwarding

EXT2: STG  1 BLOCKING

>> Layer 2# apply

No apply needed.

>> Layer 2#

Jan  2  9:11:36 170.120.116.224 ALERT   stg: Port EXT1, putting port into blocking state

Jan  2  9:11:36 170.120.116.224 ALERT   stg: Port EXT2, putting port into blocking state

Jan  2  9:11:36 170.120.116.224 ALERT   stg: Port EXT1, putting port into blocking state

Jan  2  9:11:36 170.120.116.224 ALERT   stg: Port EXT2, putting port into blocking state

Jan  2  9:11:36 170.120.116.224 ALERT   stg: Port EXT1, putting port into blocking state

Jan  2  9:11:36 170.120.116.224 ALERT   stg: Port EXT2, putting port into blocking state

Jan  2  9:11:36 170.120.116.224 ALERT   stg: Port EXT1, putting port into blocking state

Jan  2  9:11:36 170.120.116.224 ALERT   stg: Port EXT2, putting port into blocking state

Jan  2  9:11:36 170.120.116.224 ALERT   stg: Port EXT1, putting port into blocking state

Jan  2  9:11:36 170.120.116.224 ALERT   stg: Port EXT2, putting port into blocking state

Jan  2  9:12:03 170.120.116.224 ALERT   stg: STG 1, topology change detected

Jan  2  9:12:03 170.120.116.224 ALERT   stg: Port EXT2, putting port into blocking state

>> Layer 2#

>> Layer 2#

>> Layer 2#

>> Layer 2#

>> Layer 2#

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

Trunk group 1: Disabled

Reminder: Trunk group 1 needs to be enabled.

Protocol - Static

port state:

EXT1: STG  1 forwarding

EXT2: STG  1 BLOCKING

>> Layer 2#

Jan  2  9:13:19 170.120.116.224 ALERT   stg: STG 1, topology change detected

我上面出现ext2 blocking 是因为我配置了trunk 没有enable,所以出现这个情况

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

  1. ibm刀片服务器 系统初始密码,IBM刀片服务器管理模块恢复出厂默认值实战

    IBM刀片服务器管理模块恢复出厂默认值实战 IBM官方文档如下: Resetting the management module back to factory defaults The BladeC ...

  2. 服务器和交换机物理连接_交换机及聚合配置(教学篇)

    ■ 任务描述 某服务器间的物理连接如图1所示,服务器A.B.C需要通过交换机与对端的服务器D.E.F通信,现需拓展链路带宽.同时提升服务器间访问的可靠性,传统的方式是更换更高级别的设备或者更换更高带宽 ...

  3. 32位服务器系统安装教程,服务器系统数据库安装教程

    服务器系统数据库安装教程 内容精选 换一换 应用容器化改造有三种方式,您可单击这里查看.本教程以某游戏为例,将该游戏进行微服务的架构改造,再进行容器化.本教程不对改造细节做深度讲解,仅讲解大致的建议. ...

  4. 云服务器系统一键安装,云服务器系统一键安装

    云服务器系统一键安装 内容精选 换一换 一键重置密码后无法使用新密码登录弹性云服务器,请参考本节操作逐一进行排查.请确保一键重置密码插件未被安全软件阻止运行,否则一键重置密码功能无法使用.请根据如下原 ...

  5. 云服务器系统安装设置方法,云服务器系统怎么安装

    云服务器系统怎么安装 内容精选 换一换 华为云帮助中心,为用户提供产品简介.价格说明.购买指南.用户指南.API参考.最佳实践.常见问题.视频帮助等技术文档,帮助您快速上手使用华为云服务. 监控是保持 ...

  6. 服务器网卡+链路+和协议,服务器双网卡捆绑与交换机链路聚合排障1例

    1故障现象 在实际组网环境中,将1台HP DL380服务器集成的双网卡进行双千兆网卡捆绑,并与盒式千兆3层交换机H3C S5500-28TP-SI的2个GE光口进行连接,该交换机的2个GE光口进行(l ...

  7. linux服务器双网卡链路聚合,服务器多网卡绑定与交换机链路聚合对接探讨

    <服务器多网卡绑定与交换机链路聚合对接探讨>由会员分享,可在线阅读,更多相关<服务器多网卡绑定与交换机链路聚合对接探讨(9页珍藏版)>请在人人文库网上搜索. 1.服务器多网卡绑 ...

  8. deadline服务器系统,deadline安装使用教程

    deadline安装使用教程 [2021-02-17 07:51:29]  简介: php去除nbsp的方法:首先创建一个PHP代码示例文件:然后通过"preg_replace(" ...

  9. 服务器系统kvm安装,云服务器安装kvm

    云服务器安装kvm 内容精选 换一换 安装完操作系统后的临时云服务器需要进行相关配置,并安装原生的XEN和KVM驱动,才能保证后续创建的云服务器正常使用.该任务指导用户完成Linux云服务器的相关配置 ...

最新文章

  1. 解释ROM、RAM、SRAM、DRAM与FLASH在使用上的区别及其原因
  2. boost::mp11::mp_partition相关用法的测试程序
  3. 一个用理性设计的搞笑游戏
  4. Spring中@Resource与@Autowired、@Qualifier的用法与区别
  5. [GraphQL] Create a GraphQL Schema
  6. [Ext JS]5.1.1 分组标题的表格(Grouped Header Grid)与使用技巧
  7. C#服务启动以及服务指令
  8. Oracle数据库安装教程
  9. uniapp 即时通讯_在uni-app使用极光IM 开发一个聊天室
  10. 也评 阿里 P10 赵海平对王垠的面试
  11. WinDbg 符号下载错误解决方案
  12. 著名建筑师马岩松元宇宙首作落地百度希壤 迪奥元宇宙首展同期揭幕
  13. python 多态 知乎_Python鸭子类型和多态
  14. elementUI的input使用扫描枪,回显值后重新刷新页面
  15. Jarvis OJ BASIC部分题目writeup
  16. Caj论文转pdf(带书签目录)
  17. vue使用d3数据可视化(柱状图、饼图、折线图 带坐标轴)
  18. 渐变折射率(GRIN)多模光纤的建模
  19. 修改游戏服务器的数据,修改游戏服务器数据的教程
  20. [蓝桥杯][算法提高VIP]我们的征途是星辰大海

热门文章

  1. 桌面有u盘符计算机里没有了,如何让u盘悬浮在桌面,桌面不显示u盘图标
  2. 国家开发银行助学贷款支付宝还款
  3. 用Java实现输入姓名,年龄,体重等
  4. CG动画制作项目第一篇:剧本的编写,前期工作的敲定
  5. 核货宝订货管理系统助力商贸批发行业提高订货效率
  6. js svg 转成文件_【非标题党】SVG 图标看我就够了
  7. 美军的AI发展计划研究(2)
  8. STM32CbueMX之利用滴答时钟delay us
  9. 相机/视觉界说的曝光是什么?什么意思?
  10. 最小生成树概念、最小生成树边权之和————附模版伪代码、实现代码、示例