UNSOLVED

t-mat

updated

12 years ago

TM

t-mat

2 Intern

306 Posts

0

1749

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.

  • dynamox

    11 Legend

    20419 Posts

    87439 Points

    761

    1

    Posted 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

    14354 Posts

    56186 Points

    761

    1

    Posted 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

    761

    1

    Posted 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

    761

    0

    Posted 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

    761

    0

    Posted 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

    761

    0

    Posted March 18th, 2014 00:00

    Hi, Tim,

    Thank for your advice.  I will check those commands you mentioned.