Hi everyone,
I created a LAGG interface and use LACP laggproto on two FreeBSD routers with these commands:
Then I generated traffic with IPERF between routers, but can not send more than 900Mb traffic. Does my command have problems or can IPERF not generate 2Gb traffic? I use loadbalance laggproto but it does not work!
Thank you for all of your comments and help.
I created a LAGG interface and use LACP laggproto on two FreeBSD routers with these commands:
Code:
ee /boot/loader.conf
#lagg
if_lagg_load="YES"
Code:
R1# ifconfig lagg0 create
R1# ifconfig lagg0 up laggproto lacp laggport gbeth1 laggport gbeth2 192.168.4.114/24
R2# ifconfig lagg0 create
R2# ifconfig lagg0 up laggproto lacp laggport gbeth1 laggport gbeth2 192.168.4.115/24
Then I generated traffic with IPERF between routers, but can not send more than 900Mb traffic. Does my command have problems or can IPERF not generate 2Gb traffic? I use loadbalance laggproto but it does not work!
Thank you for all of your comments and help.