尧图建网站 尧图建网站 YAOTU WEB BUILD 免费咨询
ARTICLE DETAIL

资讯详情

深耕网站建设与建站编程的一线实战洞察。

Cisco ,H3C,华为聚合端口启用fast mode命令

Cisco ,H3C,华为聚合端口启用fast mode命令 LACPIEEE 802.3ad / 802.1AX的 Fast 和 Slow 模式实际上指的是 LACPDU 的发送周期而不是聚合模式。FastShort Timeout每 1 秒发送一个 LACPDU。连续 3 秒收不到对端 LACPDU就认为链路失效。SlowLong Timeout每 30 秒发送一个 LACPDU。连续 90 秒收不到对端 LACPDU就认为链路失效。说明一下fast mode 和slow mode两种配置都只在动态 LACP 模式下生效。如果你的链路聚合是手工模式H3C 的 link-aggregation mode static 或思科的 mode on则无法使用此配置。1 Cisco物理接口下配置configure terminal interface port-channel1// 进入聚合接口视图(EtherChannel)exitinterface range gigabitEthernet0/1-2 // 进入成员物理端口范围 channel-group1mode active // 创建EtherChannel并启用LACP lacp rate fast // 在该物理端口下启用快速LACP end以下是2种选项的说明Nexus(config-if)# lacp rate ?fast Specifies that LACP control packets are transmitted at the fast rate, once every1second normal Specifies that LACP control packets are transmitted at the normal rate, every30seconds after thelinkis bundledH3C物理接口下配置system-view interface bridge-aggregation1// 进入聚合接口视图 link-aggregation mode dynamic // 首先确保模式为动态LACP quit interface gigabitethernet1/0/1 // 进入成员物理端口 port link-aggregation group1// 将端口加入聚合组 lacp period short // 在该物理端口下启用LACP快速超时以下是2种选项的说明[H3C-Ten-GigabitEthernet1/0/0/40]lacp period ? short Shorttimeout只有short option, 如果要恢复slow mode 就使用 undo lacp period华为 config example是基于Eth-trunk整体修改无法基于物理端口Eth-trunk接口下配置system-view interface eth-trunk1// 进入需要配置的Eth-Trunk接口 lacptimeoutfast // 配置LACP超时时间为快速模式1秒以下是2种选项的说明H03-44U-ZZL-CD-CSW-N93240-2(config-if)# lacp rate ?fast Specifies that LACP control packets are transmitted at the fast rate, once every1second normal Specifies that LACP control packets are transmitted at the normal rate, every30seconds after thelinkis bundled
返回列表