03-12-2021 02:38 AM
I'm trying to set up lacp and tagging for x590 and vsp 8600. I would appreciate it if you can tell me a sample vsp configuration.
Solved! Go to Solution.
03-12-2021 06:15 AM
Hi Kim,
Here a sample:
#
# MLT CONFIGURATION
#
mlt 101 enable name Router
mlt 101 encapsulation dot1q
interface mlt 101
lacp enable key 101
exit
#
# VLAN CONFIGURATION
#
vlan mlt 100 101
...
vlan mlt 222 101
# PORT CONFIGURATION - PHASE II
#
interface GigabitEthernet 1/1-1/2
lacp key 101 aggregation enable
lacp enable
exit
And you need to enable the sharing on the EXOS.
Mig
03-12-2021 06:15 AM
Hi Kim,
Here a sample:
#
# MLT CONFIGURATION
#
mlt 101 enable name Router
mlt 101 encapsulation dot1q
interface mlt 101
lacp enable key 101
exit
#
# VLAN CONFIGURATION
#
vlan mlt 100 101
...
vlan mlt 222 101
# PORT CONFIGURATION - PHASE II
#
interface GigabitEthernet 1/1-1/2
lacp key 101 aggregation enable
lacp enable
exit
And you need to enable the sharing on the EXOS.
Mig