现场6805 switch, 对接 server, 双线配置了lacp
但在切换演练时发现,模拟LACP故障时丢包80多个才能恢复, 检查发现是LACP的超时时间默认为90秒, 改进方法: 修改为short mode, 3秒
在成员端口下配置(不是在bridge-aggregation接口下)
interface Ten1/0/1 lacp period short
完成后,再次测试切换时最多3秒恢复正常。