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

Stephane_Grosje
Contributor
Hi,

That should be something like that:

entry lacp {

if {

ethernet-destination-address 01:80:c2:00:00:02 ;

} then {

replace-ethernet-destination-address 01:00:0c??cc:cc ;

count lacp_ingress ;

}

}



Alexandr_P
Valued Contributor
Hi.

Because manual about L2PT I have on EXOS 15.5, but I think this version is not really stable.
There is no Concept Guide or some configuration examples about L2TP in vesion EXOS 15.3.3 - 15.4

Thank you!

Alexandr_P
Valued Contributor
Hi, Stephane. Could yoy please give some examples of l2tp configuration? Thank you!

Stephane_Grosje
Contributor
Hi,

The redirect-port was necessary up to 15.3.2. Since 15.3.3 and forward you should be able to tunnel LACP just like any other L2 PDU, using EXOS L2PT feature.

Stephane
GTM-P2G8KFN