cancel
Showing results for 
Search instead for 
Did you mean: 

help vsp 8600 config setup

help vsp 8600 config setup

TaeGyu_KIM
New Contributor
86ed4715f4c342be8998304006675aa2_3d732689-9c5e-4e32-bdf1-b00afe6eb5f7.png

 

 

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.

1 ACCEPTED SOLUTION

Miguel-Angel_RO
Valued Contributor II

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

 

View solution in original post

1 REPLY 1

Miguel-Angel_RO
Valued Contributor II

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

 

GTM-P2G8KFN