Lacp across a vman
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎01-07-2014 09:51 PM
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)
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-18-2014 01:48 PM
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 ;
}
}
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 ;
}
}
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-12-2014 04:44 AM
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!
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!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-11-2014 06:10 PM
Hi, Stephane. Could yoy please give some examples of l2tp configuration? Thank you!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-11-2014 05:34 PM
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
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
