华为32309交换机配置聚合端口

串口-网线 连接交换机上的console端口

波特率9600

连接成功后,便可以操作


查看网络接口

[Quidway]dis interface Ethernet brief
*down: administratively down
(b): BFD down
#down: EFM Fault
(l): loopback
InUtI/OutUti: input utility/output utility
Interface Physical Auto-Neg Duplex Bandwidth InUti OutUti
Ethernet0/0/1 down enable half 10M 0% 0%
Ethernet0/0/2 up enable half 100M 0.01% 0%
Ethernet0/0/3 down enable half 10M 0% 0%
Ethernet0/0/4 down enable half 10M 0% 0%
Ethernet0/0/5 down enable half 10M 0% 0%
Ethernet0/0/6 down enable half 10M 0% 0%
Ethernet0/0/7 down enable half 10M 0% 0%
Ethernet0/0/8 down enable half 10M 0% 0%
GigabitEthernet0/0/1 down enable half 10M 0% 0%


查看聚合

[Quidway]display eth-trunk
Eth-Trunk1's state information is:
WorkingMode: norMAL Hash arithmetic: According to MAC
Least Active-linknumber: 1 Max Bandwidth-affected-linknumber: 8
Operate status: up Number Of Up Port In Trunk: 1
--------------------------------------------------------------------------------
PortName Status Weight
Ethernet0/0/1 Down 1
Ethernet0/0/2 Up 1
Ethernet0/0/3 Down 1
Ethernet0/0/4 Down 1


新建聚合

<Quidway>system-view
Enter system view,return user view with Ctrl+Z.
[Quidway]interface eth-trunk 1


添加端口

[Quidway]int Ethernet0/0/2
[Quidway-Ethernet0/0/2]dis th
#
interface Ethernet0/0/2
port default vlan 1
ntdp enable
ndp enable
#
return
[Quidway-Ethernet0/0/2]undo port default vlan
[Quidway-Ethernet0/0/2]
Jan 1 2008 00:31:04 Quidway %%01IFNET/4/IF_STATE(l): Interface Vlanif1 has turned into DOWN state.
[Quidway-Ethernet0/0/2]undo ntdp enable
[Quidway-Ethernet0/0/2]undo ndp enable
[Quidway-Ethernet0/0/2]
[Quidway-Ethernet0/0/2]eth-tr
[Quidway-Ethernet0/0/2]eth-trunk 1
Jan 1 2008 00:31:26 Quidway %%01TRUNK/4/TRUNKUP(l): Interface Eth-Trunk1 turns into UP state.
[Quidway-Ethernet0/0/2]
[Quidway-Ethernet0/0/2]quit

提示:要清除原有配置,不然会有Error: The port has configurations. Please clear them first.错误


依次添加想要添加的端口



配置完成后 ctrl+z 退出 system-view

save保存配置

相关文章

迭代器模式(Iterator)迭代器模式(Iterator)[Cursor]意图...
高性能IO模型浅析服务器端编程经常需要构造高性能的IO模型,...
策略模式(Strategy)策略模式(Strategy)[Policy]意图:定...
访问者模式(Visitor)访问者模式(Visitor)意图:表示一个...
命令模式(Command)命令模式(Command)[Action/Transactio...
生成器模式(Builder)生成器模式(Builder)意图:将一个对...