작성일 댓글 남기기

Extreme LACP 컨피그

 #show sharing 으로 체결 확인. 
 LACP 걸기 전 내용 없음.
 디폴트 포트 제거 후, 추가  
 BB#1,2 설정 추가
 BB#1 설정
 create vlan VLAN_0100
 configure vlan "VLAN_0100" tag 100
 configure vlan "VLAN_0100" add port 1:1-2 tagged
 configure vlan "VLAN_0100" ipaddress 10.10.10.1 255.255.255.252
 enable ipforwareding vlan "VLAN_0100" 
 ex) enable sharing  grouping  algorithm address-based  lacp
 enable sharing 1:1 grouping 1:1-2 lacp
 ※ 알고리즘 미스매치 되는 경우, 다른 알고리즘으로 테스트 해야봐야합니다.
 ※ lacp 걸기 전 서로 ping 체크 필요.
 BB#2 설정
 create vlan VLAN_0100
 configure vlan "VLAN_0100" tag 100
 configure vlan "VLAN_0100" add port 1:1-2 tagged
 configure vlan "VLAN_0100" ipaddress 10.10.10.2 255.255.255.252
 enable ipforwareding vlan "VLAN_0100"
 enable sharing 1:1 grouping 1:1-2 lacp
 확인 컨피그
 sh sharing
 sh lacp counters 
 configure ports primaryPort redundant secondaryPort {link [on | off]}
 참고사이트
 https://gtacknowledge.extremenetworks.com/articles/How_To/how-to-configure-sharing-LAG-LACP-in-Summit-stack-or-BlackDiamond-switches
 https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Active-Standby-port-or-LAG-feature-in-EXOS/?l=en_US&fs=RelatedArticle 
 l2 mac
 l3 ip
 l3_l4 ip+port
 LB기준을 뭘로 할건지 정하면 됩니다.
 예를 들면 동일서버나 동일목적지에 여러 서비스를 할경우 ip기준으로만 하면 한곳으로 몰릴 수 있으니 ip+port로 lb 한다던지, 상황에 맞게 쓰시면 됩니다.
 실제 LACP를 걸어도 논리적으로는 1+1 = 2G로 뜨겠지만,
 물리 케이블 최대는 1G 이므로, 1G 통신을 하게 된다.
 1.5G 이상 나가지 않음! 참고!