Unsolved
This post is more than 5 years old
2 Intern
•
306 Posts
0
1718
March 17th, 2014 02:00
Link Aggregate (LACP) settings
Hi,
I am not sure how to confirm how the link speed is changed after setting the Link Aggregate. Does anyone know? Thanks.
0 events found
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
1
March 17th, 2014 03:00
just because you created LACP does not mean you changed link speed, you simply created a multi-lane "highway". If you combined 2 x 10G links that does not mean any one individual client will get 20G throughput.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
1
March 17th, 2014 03:00
One easy way is to push data beyond what would be value without aggregate (say 10+Gbps)
tsavgwl
7 Posts
1
March 17th, 2014 11:00
t-mat,
Use the following:
net show settings
-This will show the network settings on the interface
ddboost show stats interval 5
-This will show DDBOOST ingestion performance on the appliance
system show stats view net interval 5
-This will show performance on all physical network interfaces
Hope this helps,
Tim.
t-mat
2 Intern
•
306 Posts
0
March 18th, 2014 00:00
Hi, dynamox,
Thank you for your advice. I understand that LACP does not mean to change link speed.
t-mat
2 Intern
•
306 Posts
0
March 18th, 2014 00:00
Hi, Hrvoje,
Thank you for your advice. I will test to push data beyond what would be value without aggregate.
t-mat
2 Intern
•
306 Posts
0
March 18th, 2014 00:00
Hi, Tim,
Thank for your advice. I will check those commands you mentioned.