深信服ATRUST与锐捷交换机端口链路聚合的配置

深信服ATRUST业务口原来只配置使用一个电口,近期出现流量达到800-900M接近端口的极限带宽。由于设备没有万光口,于是只好用2个光口来配置链接聚合。

下需附上深信服ATRST端口配置的截图,由于深信服ATRUST与锐捷交换机端口只共同支持源mac+目的mac的负载均衡方式。ATRUST的这个端口聚会就相当于静态模式,后面锐捷交换机的链接聚合也要是静态模式,也就是配置中不能带mode active参数。

下面附上锐捷产换机链接聚合参数:

BIAO4_CORE_SW#show run interface tenGigabitEthernet 2/19 
 
Building configuration...
Current configuration: 131 bytes
 
interface TenGigabitEthernet 2/19
 description TO-atrust_server_172.18.1.13
 port-group 2
 rldp port loop-detect shutdown-port
BIAO4_CORE_SW#show run interface tenGigabitEthernet 2/20
 
Building configuration...
Current configuration: 131 bytes
 
interface TenGigabitEthernet 2/20
 description TO-atrust_server_172.18.1.13
 port-group 2
 rldp port loop-detect shutdown-port

BIAO4_CORE_SW#show run interface ag                     
BIAO4_CORE_SW#show run interface aggregatePort 2
 
Building configuration...
Current configuration: 68 bytes
 
interface AggregatePort 2
 aggregateport load-balance src-dst-mac

更多信息参考:华为交换机与锐捷交换机端口链路聚合的配置-CSDN博客

相关推荐
某风吾起20 分钟前
linux系统中的 scp的使用方法
linux·服务器·网络
chian-ocean23 分钟前
探索Linux中的进程控制:从启动到退出的背后原理
linux·运维·服务器
NoneCoder25 分钟前
JavaScript系列(42)--路由系统实现详解
开发语言·javascript·网络
阿猿收手吧!36 分钟前
【Linux网络总结】字节序转换 收发信息 TCP握手挥手 多路转接
linux·服务器·网络·c++·tcp/ip
华纳云IDC服务商38 分钟前
常见的备份服务器操作系统如何选择
运维·服务器
小何只露尖尖角39 分钟前
网络层-IP协议
网络
wanhengidc43 分钟前
网站服务器出现延迟的原因是什么?
运维·服务器
Themberfue1 小时前
UDP/TCP ③-拥塞控制 || 滑动窗口 || 流量控制 || 快速重传
网络·网络协议·tcp/ip·计算机网络·udp
萤火夜1 小时前
Linux网络之TCP
linux·网络·tcp/ip
van叶~1 小时前
Linux探秘坊-------5.git
linux·运维·git