...
Table of Contents
Introduction
PICOS-powered Ethernet switches use Multi-Chassis Link Aggregation (MLAG) technology to connect devices, enabling each one to connect to a pair of Pica8 switches with all links running active/active to improve resiliency. There’s no need to block certain links, as with the spanning tree protocol (STP), resulting in improved bandwidth utilization and performance. With STP, while redundant links may exist between switches, traffic can only flow over one of them at a time, which effectively cuts the amount of available bandwidth in half. MLAG still supports redundancy, however, because peer switches synchronize forwarding state between them, so if a leaf or spine switch fails, traffic is automatically rerouted for continuous uptime.
...
Step4 Configure the L3 Interface IP Address.
admin@SwitchA# set l3-interface vlan-interface interface 4088 vif 4088 address 10.10.0.1 prefix-length 24
...
admin@SwitchA# setl3-interface vlan-interface interface vlan4088 vif 4088 address 10.10.0.1 prefix-length 24
...
Step1 Configure VXLAN soure interface.
admin@SwitchA# set vlanl3-interface interface loopback lo address 10.10.10.1 prefix-length 32
...
Step4 Configure the L3 Interface IP Address.
admin@SwitchB# set l3-interface vlan-interface interface 4088 vif 4088 address 10.10.0.2 prefix-length 24
...
Step1 Configure VXLAN soure interface.
admin@SwitchB# set vlanset l3-interface loopback lo address 10.10.10.1 prefix-length 32
...