...
Figure 1 MLAG Topology with VXLAN
Procedure
Configuring MLAG on SwitchA
...
admin@SwitchA# set interface aggregate-ethernet ae2 aggregated-ether-options mlag peer 10.10.0.2 peer-link ae3
Step6 Configure system ID for LACP negotiation.
admin@SwitchA# set interface mlag system-id 00:B0:BC:00:00:00
Step7 Configure a static ARP entry for peer-link interface.
...
admin@SwitchA# set vxlans source-interface loopback address 10.10.10.1
Step2 Step2 Create VXLAN VNI.
admin@SwitchA# set vxlans vni 100010
Step3 Step3 Configure vtep address for VXLAN VNI.
...
admin@SwitchB# set interface aggregate-ethernet ae2 aggregated-ether-options mlag peer 10.10.0.1 peer-link ae3
Step7 Configure system ID for LACP negotiation.
admin@SwitchB# set interface mlag system-id 00:B0:BC:00:00:00
Step8 Configure a static ARP entry for peer-link interface.
...
NOTE: PICA8 recommends configuring a static ARP for peer-link interface to prevent ARP entry of the peer-link interface from being modified by ARP attack packets. |
Step8 Step9 Commit the configurations.
...