Mirror LACP to Remote Switch
Posted: 03 Oct 2014 09:23
Hi All,
I'm trying to Mirror trafic from a LinkAgg to a Remote Switch...
Mirroring physical port is not working with dealing with LACP / LinkAgg
Is it somethings possible in AOS ?
1. I've been able to monitor a physical connection to a remote Switch
port mirroring 1 source 1/47 bidirectional
port mirroring 1 destination 1/48 rpmir-vlan 26 disable
On the remote Switch define a Policy to catch all vlan 26 traffic and redirect it to a dedicated port
policy vlan group VLAN_Gr 10
policy condition C_VLAN source vlan group VLAN_Gr
policy action Mirror_1 mirror 1/47
policy rule Rule_1 condition C_VLAN action Mirror_1
2. I've been able to monitor a LACP to a local port. This is done by defining a Policy Rule. All VLAN 10 traffic is forwarded to a dedicated port
policy vlan group VLAN_Gr 10
policy condition C_VLAN source vlan group VLAN_Gr
policy action Mirror_1 mirror 1/47
policy rule Rule_1 condition C_VLAN action Mirror_1
Unfortunatly I'm not able to combine both solution to achieve the setup...
I also tried to forward on the remote switch the LACP to a "fake" connection (Port UP) and redirect this mirror this port with a traditionnal (Port Mirroring) to the rpmir (VLAN26)
Does someone has already complete such setup?
Any idea?
Thanks
I'm trying to Mirror trafic from a LinkAgg to a Remote Switch...
Mirroring physical port is not working with dealing with LACP / LinkAgg
Is it somethings possible in AOS ?
1. I've been able to monitor a physical connection to a remote Switch
port mirroring 1 source 1/47 bidirectional
port mirroring 1 destination 1/48 rpmir-vlan 26 disable
On the remote Switch define a Policy to catch all vlan 26 traffic and redirect it to a dedicated port
policy vlan group VLAN_Gr 10
policy condition C_VLAN source vlan group VLAN_Gr
policy action Mirror_1 mirror 1/47
policy rule Rule_1 condition C_VLAN action Mirror_1
2. I've been able to monitor a LACP to a local port. This is done by defining a Policy Rule. All VLAN 10 traffic is forwarded to a dedicated port
policy vlan group VLAN_Gr 10
policy condition C_VLAN source vlan group VLAN_Gr
policy action Mirror_1 mirror 1/47
policy rule Rule_1 condition C_VLAN action Mirror_1
Unfortunatly I'm not able to combine both solution to achieve the setup...
I also tried to forward on the remote switch the LACP to a "fake" connection (Port UP) and redirect this mirror this port with a traditionnal (Port Mirroring) to the rpmir (VLAN26)
Does someone has already complete such setup?
Any idea?
Thanks