Hello Community,
need help for understanding and setup correct Remote Mirroring over EAPS.
If I follow the steps from the configuration guide, mirroring is not working!
After putting the commands via CLI:
code:enable mirror to port-list 8:2,1:48 loopback-port 8:1 remote-tag 1000
configure mirror add port 8:35
The switch creates a VLAN called "internalMirrorLoopback_0" with an automatically set vlan tag to 3970?!?!?!
Then I followed the steps to put the vlan "internalMirrorLoopback_0" as a protected vlan in my eaps domain.
code:configure eaps1 add protected internalMirrorLoopback
Then I got warnings:
WARNING: Primary port is not tagged on vlan "internalMirrorLoopback_0", EAPS=eaps1
WARNING: Secondary port is not tagged on vlan "internalMirrorLoopback_0", EAPS=eaps1
On the other transit switches I created a remote mirroring vlan as described with tagged ring ports and put it to eaps domain as protected vlan.
But at the end, on the destination switch, no traffic is mirrored and forwarded to wireshark on a client.
In my understanding, the vlan "internalMirrorLoopback_0" should have the remote-tag 1000 and added as a tagged vlan to the eaps ring ports.
What do I wrong?
Thanks for comments and help