Start a Conversation

Solved!

Go to Solution

2156

January 30th, 2021 19:00

OS 9 VLT and LACP

hello,
i have 2 S4048 OS9 switches, i have configured VLT between them, i need make an LACP uplink to 1 cisco catalyst switch.
i configured LACP on the dell switches and cisco, but whenever i unplug cable from dell switch 1 the link goes down.
can someone please guide me through the configuration of LACP uplink of DELL OS 9 VLT switches.

117 Posts

February 1st, 2021 05:00

Here's what the port channel interface looks like (just an example):

!
interface Port-channel 2
 no ip address
 portmode hybrid
 switchport
 vlt-peer-lag port-channel 2
 no shutdown
!

 The member interfaces (one of them) would look like this:

interface TenGigabitEthernet 1/1
 no ip address
!  
 port-channel-protocol LACP 
  port-channel 2 mode active 
 no shutdown

 

Moderator

 • 

3.4K Posts

February 1st, 2021 00:00

Hello,

unfortunately we cannot guide you in the configuration of the switch as it is a chargeable service.

Anyway here you can see the documentation and maybe it can help you in the LACP creation https://dell.to/3tguNvq

Please let me know it helps.

Thanks

Marco 

Moderator

 • 

3.4K Posts

February 1st, 2021 06:00

Thanks for the example bealrdrid

Marco

No Events found!

Top