11-27-2020 07:14 AM
Hello!
I was not sure that the data from the vlans was mirrored, since the increase in traffic on the ports was insignificant, and I wanted to create a separate instance for a separate port as a test.
“Error: Filter vlan conflicts with filter vlan of enabled DefaultMirror mirror.”, - does this mean that I cannot use the same sources in different instances?
I already mirror to 4 ports from 2 ports (ingress-and-egress) and 8 vlan(ingress).
How to set up mirroring in another instance from the same vlans(ingress) to another 1 port?
11-27-2020 08:12 AM
# show mirror
DefaultMirror (Enabled)
Description: Default Mirror Instance, created automatically
Mirror to ports: 1-4 loopback port: 5
Source filter instances used : 10
Port 10, all vlans, ingress and egress
Port 11, all vlans, ingress and egress
All ports, vlan vlan_2, ingress only
All ports, vlan vlan_3, ingress only
All ports, vlan vlan_4, ingress only
All ports, vlan vlan_5, ingress only
All ports, vlan vlan_6, ingress only
All ports, vlan vlan_7, ingress only
All ports, vlan vlan_8, ingress only
All ports, vlan vlan_9, ingress only
TEST-WIFI-MIRROR (Disabled)
Description:
Mirror to port: 6
Source filters configured :
All ports, vlan vlan_2, ingress only
All ports, vlan vlan_3, ingress only
All ports, vlan vlan_4, ingress only
All ports, vlan vlan_5, ingress only
All ports, vlan vlan_6, ingress only
All ports, vlan vlan_7, ingress only
All ports, vlan vlan_8, ingress only
All ports, vlan vlan_9, ingress only
Mirrors defined: 2
Mirrors enabled: 1 (Maximum 4)
HW filter instances used: 10 (Maximum 128)
HW mirror instances used: 1 ingress, 1 egress (Maximum 4 total, 2 egress)
# show config | i mirror
configure mirror DefaultMirror to port-list 1-4 loopback-port 5
enable mirror DefaultMirror
create mirror "TEST-WIFI-MIRROR"
configure mirror TEST-WIFI-MIRROR to port 6
configure mirror DefaultMirror add port 10 ingress-and-egress
configure mirror DefaultMirror add port 11 ingress-and-egress
configure mirror DefaultMirror add vlan vlan_2 ingress
configure mirror DefaultMirror add vlan vlan_3 ingress
configure mirror DefaultMirror add vlan vlan_4 ingress
configure mirror DefaultMirror add vlan vlan_5 ingress
configure mirror DefaultMirror add vlan vlan_6 ingress
configure mirror DefaultMirror add vlan vlan_7 ingress
configure mirror DefaultMirror add vlan vlan_8 ingress
configure mirror DefaultMirror add vlan vlan_9 ingress
configure mirror TEST-WIFI-MIRROR add vlan vlan_2 ingress
configure mirror TEST-WIFI-MIRROR add vlan vlan_3 ingress
configure mirror TEST-WIFI-MIRROR add vlan vlan_4 ingress
configure mirror TEST-WIFI-MIRROR add vlan vlan_5 ingress
configure mirror TEST-WIFI-MIRROR add vlan vlan_6 ingress
configure mirror TEST-WIFI-MIRROR add vlan vlan_7 ingress
configure mirror TEST-WIFI-MIRROR add vlan vlan_8 ingress
configure mirror TEST-WIFI-MIRROR add vlan vlan_9 ingress
11-27-2020 07:42 AM
Gorn,
You should share more info:
show config mirror
show mirror
Mig