cancel
Showing results for 
Search instead for 
Did you mean: 

Lacp across a vman

Lacp across a vman

EtherNation_Use
Contributor II
Create Date: Mar 10 2012 11:11AM

a customer is provided with a vman across our network.

They also have a direct wavelength between the 2 locations ..

They are now trying to setup lacp across both connections, but somehow the lacp packets don't make it across the vman link. As if ithey are eaten by the xos boxes in between.
All the obvious things have been checked, normal traffic ( without the wavelength ) across the vman work.

Does anyone know if there is a way ( perhaps using an acl policy) to push the packets not to the cpu but forward the lacp packets across the vman ?

(from Erik_Bais)
9 REPLIES 9

Alexandr_P
Valued Contributor
Hello.

I had good work with ACL. Some like this:

* X440-48t-10G.31 # edit policy L2PT-to-port-1 entry l2tp-to-port-1 {

if {

vlan-id 500 ; # берет вышестоящий ИД (то есть из q-in-q)

} then {

redirect-port 1 ;

}

}



entry lacp {

if {

ethernet-type 0x8809 ;

} then {

redirect-port 1 ;

}

}

* X440-48t-10G.36 # configure access-list L2PT-to-port-2 ports 1 ingress

done!

* X440-48t-10G.37 # configure access-list L2PT-to-port-1 ports 2 ingress

done!

LACp work and VMAN work.

Thank you!

EtherNation_Use
Contributor II
Create Date: Jun 16 2013 11:09PM

I was able to do this by using an external encapsulation device. You can find a more detailed explanation in my blog.

HTH
Chris (from Chris_Burri)

EtherNation_Use
Contributor II
Create Date: Mar 16 2012 12:18AM

Hi Erik.

You can't run LACP over any extreme box I have tested not in the sense that you can run it over vman. however you can do static lag, And you could use scripting with universal port to trigger down notifications on the ports if somehting happens on the transport vman. Think y.1731 or OAM . ( depending on the software of the switch ofcourse.)

// Andreas

(from Andreas_Larsen)

EtherNation_Use
Contributor II
Create Date: Mar 15 2012 6:29AM

I believe LACP is a point to point direct protocol. What I mean by that is the ports that are directly connected need to respond to the LACP packets. I don't think you can tunnel them across a network.

P (from Paul_Russo)

EtherNation_Use
Contributor II
Create Date: Mar 15 2012 6:19AM

Can you share your LACP configurations?

(from john_padilla)
GTM-P2G8KFN