load sharing 的設定

= load sharing config =

disable sharing <port> => Disable a load-sharing group of ports

enable sharing <port> grouping <portlist> {port-based|address-based|round-robin} =>{ } is optional load-sharing algorithms 

<例1> : enable sharing 3:4 grouping 3:4,3:7 algorithm port-based


show ports inf detail => check the load sharing enable


[範例]
    -------          ------- 
          5 |-------| 7 
甲設備 |         | 乙設備
        10 |-------| 8
             |         |
   --------          ------

[config] 
甲設備 => create AAA
conf AAA ipaddress 202.2.52.21/30
conf AAA add port 5 ( port 10 不要加入 AAA )
enable sharing 5 grouping 5,10 algorithm port-based

乙設備 => create AAA
conf AAA ipaddress 202.2.52.22/30
conf AAA add port 7 ( port 8 不要加入 AAA )
enable sharing 7 grouping 7,8 algorithm port-based