What are the Command to passtrough Customer-LACP through an Extremeswitch with sw 22.1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-02-2016 03:50 PM
Setup: Point to Point connection with two Extreme x620. We have setup a VMAN for transparent Service.
Customer use LACP on both end that we have to transport from A-Switch to the B-Switch.
Now the LACP goes not trough by the Extreme with an VMAN?
Could somebody tell me how i can tunneling the LACP-Protokoll trough the Extreme for this customer !
Customer use LACP on both end that we have to transport from A-Switch to the B-Switch.
Now the LACP goes not trough by the Extreme with an VMAN?
Could somebody tell me how i can tunneling the LACP-Protokoll trough the Extreme for this customer !
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-03-2016 06:12 AM
Great  Thank you for help!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-03-2016 12:41 AM
Hi Pa Trick, Please take a look at the article https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-l2pt-profile-in-Extreme-Switches
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-02-2016 06:51 PM
Note you need to do this on every port in the path between the two user sites. This will allow the middle switches to keep the patch of the LAG group that they are not a part of
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-02-2016 06:05 PM
Hi,
try this:
entry lacp {
if match all {
ethernet-destination-address 01:80:c2:00:00:02 ;
} then {
redirect-port 22 ;
count cnt_lcap;
}}
add that ACL on the correct port and use the forwarding port in the redirect-port action (22 in the example). If you have a LAG, add one ACL per physical port. Do the return path as well.
try this:
entry lacp {
if match all {
ethernet-destination-address 01:80:c2:00:00:02 ;
} then {
redirect-port 22 ;
count cnt_lcap;
}}
add that ACL on the correct port and use the forwarding port in the redirect-port action (22 in the example). If you have a LAG, add one ACL per physical port. Do the return path as well.
