提交配置。 commit 操作结果 执行命令display /ifm/interfaces/interface[name="interface-name"],查看指定接口信息。 背景信息 目前Eth-Trunk接口链路聚合模式可选两种:手工模式(manual)和lacp模式(static),默认值为手工模式(manual)。 操作步骤 配置Eth-Trunk接口链路聚合模式 ...
Eth-Trunk接口的负载分担方式 执行命令load-balance { src-dst-mac | src-dst-ip | packet-all | symmetric-hash [ complement ] },配置Eth-Trunk接口的负载分担方式。 Eth-Trunk接口延时Down的时间 执行命令link-state down-delay-time delay-value,配置Eth-Trunk接口延时Down的时间。 执行命令commit,提交配...
在S1和S2上配置链路聚合,创建Eth-Trunk 1接口,并指定为手工负载分担模式。 将S1和S2的GE0/0/1和GE0/0/2,分别加入到Eth-Trunk 1接口。 使用disp eth-trunk 1 查看S1和S2的et-trunk 1接口状态。 可以观察到,S1与S2的工作模式为NORMAL(手工负载分担方式),GE0/0/1与GE0/0/2接口已经加入到eth-trunk 1 ...
创建Eth-trunk接口。 [S1]interface Eth-Trunk 1 [S1-Eth-Trunk1] [S2]interface Eth-Trunk 1 [S2-Eth-Trunk1] 配置Eth-trunk的工作模式为LACP模式。 [S1-Eth-Trunk1]mode lacp [S1-Eth-Trunk1]quit [S2-Eth-Trunk1]mode lacp [S2-Eth-Trunk1]quit 将S1和S2的G0/0/9和G0/0/10接口加入到Eth-tr...
配置Eth-trunk的工作模式为LACP模式。 [S1-Eth-Trunk1]mode lacp [S1-Eth-Trunk1]quit [S2-Eth-Trunk1]mode lacp [S2-Eth-Trunk1]quit 将S1和S2的G0/0/9和G0/0/10接口加入到Eth-trunk接口。 [S1]interface GigabitEthernet 0/0/9 [S1-GigabitEthernet0/0/9]eth-trunk 1 ...
配置验证:查看链路聚合信息 可以看到,两个成员接口已经被绑定到Eth-trunk 1。 静态LACP模式的配置方法 从上面的笔记我们可以知道,链路聚合模式可以分为两种:一种是通过手工配置,每条链路平均分担流量的手工负载分担模式(上面已经给出详细的配置方法),一种是通过链路之间的控制协议,确定拥有冗余备份链路(M:N模式)的静态...
配置Eth-trunk的工作模式为LACP模式。 [S1-Eth-Trunk1]mode lacp [S1-Eth-Trunk1]quit [S2-Eth-Trunk1]mode lacp [S2-Eth-Trunk1]quit 将S1和S2的G0/0/9和G0/0/10接口加入到Eth-trunk接口。 [S1]interface GigabitEthernet 0/0/9 [S1-GigabitEthernet0/0/9]eth-trunk 1 ...
聚合链路的概念以及配置步骤 1 Eth-Trunk链路,我们称它为聚合链路,我们已经知道了Trunk干道链路的作用,而聚合链路通常情况下是将交换机之间的多条Trunk链路虚拟绑定为一条干道链路,由于在网络架构的二层连接多个接入设备导致二层中的流量较大,所以聚合链路一般用于二层中,它的主要作用我大概写下两点:(1)提高...
配置链路聚合模式。 mode{manual load-balance|lacp-static|lacp-dynamic} 缺省情况下,链路聚合模式为manual load-balance。 manual load-balance表示手工模式Eth-Trunk,该模式下所有链路都参与负载分担;lacp-static表示静态LACP模式Eth-Trunk,lacp-dynamic表示动态LACP模式Eth-Trunk。
1)配置RouterA # 创建Eth-Trunk接口,并配置允许通过的VLAN。 [RouterA] interface eth-trunk 1 [RouterA-Eth-Trunk1] portswitch [RouterA-Eth-Trunk1] port link-type trunk [RouterA-Eth-Trunk1] port trunk allow-pass vlan all [RouterA-Eth-Trunk1] quit ...