cancel
Showing results for 
Search instead for 
Did you mean: 

Remote mirroring trunk LACP

Remote mirroring trunk LACP

Jhonn_Bejar
New Contributor
I'm enabling remote mirroring, an LACP port sharing.
When applying the command:

enable sharing 22 grouping 22, 24 algorithm address-based L2 lacp
configure mirror to port 22 remote-tag 1000
configure mirror add port 23 ingress-and-egress
enable mirror

not allow me to enable mirroring, giving me the error:

Error: Port mirroring cannot be enabled on a trunk member port 22

please help

7 REPLIES 7

Jhonn_Bejar
New Contributor
thanks for the reply.
I try to enable remote mirroring as shown in the topology.
My goal is mirroring the Port 23 (ingress and egress) of SW1 to SW3 in my Network Analyzer

The error I get when trying to configure in SW1.

enable sharing 22 grouping 22, 24 algorithm address-based L2 lacp
configure mirror to port 22 remote-tag 1000
configure mirror add port 23 ingress-and-egress
enable mirror

Error: Port mirroring can not be enabled on a trunk member port 22

f92ee9dc320644c89fd4ae6ed29ee6fd_RackMultipart20140901-6025-3m40uw-topologia_inline.jpg


Jason_Parker
Contributor
Another

configure mirror DefaultMirror add port 24
configure mirror DefaultMirror add port 22
configure mirror DefaultMirror to port 20
enable mirror

22 and 24 are the LACP
to port 20

This is the main issue with your configuration
Note:
Error: Port mirroring cannot be enabled on a trunk member port X

Jason_Parker
Contributor
I think that you are trying to mirror a port to a lag
try these commands

enable sharing 22 grouping 22, 24 algorithm address-based L2 lacp
configure mirror to port 23 remote-tag 1000
configure mirror add port 22 ingress-and-egress
enable mirror

This allows you to mirror the lag(sharing port) to port 23

GTM-P2G8KFN