...
Note |
---|
Symmetric hashing is supported on Helix4 , Trident2, Trident2+, Trident3 and Tomahawk platform switches. |
LAG Hashing Configuration
...
Code Block |
---|
set interface gigabit-ethernet te-1/1/1 family ethernet-switching native-vlan-id 199 set interface aggregate-ethernet ae1 family ethernet-switching native-vlan-id 299 set interface gigabit-ethernet te-1/1/2 ether-options 802.3ad ae1 set interface gigabit-ethernet te-1/1/3 ether-options 802.3ad ae1 set interface gigabit-ethernet te-1/1/4 ether-options 802.3ad ae1 set protocols static route 100.100.100.0/24 next-hop 182.168.1.100 set protocols static route 172.168.1.0/24 next-hop 182.168.1.100 set vlanl3-interface vlan-interface vlan199 vif vlan199 address 172.168.1.1 prefix-length 24 set vlanl3-interface vlan-interface vlan299 vif vlan299 address 182.168.1.1 prefix-length 24 set vlanl3-interface vlan-interface vlan399 vif vlan399 address 100.100.100.1 prefix-length 24 set vlans vlan-id 199 l3-interface vlan199 set vlans vlan-id 299 l3-interface vlan299 set vlans vlan-id 399 l3-interface vlan399 |
...