04-03-2022 06:55 AM - edited 04-03-2022 11:39 AM
Hello,
We want to place in our network taps to duplicate the traffic for an analytic device.
The switch will receive the replicate data (15-20 ports), all data that the switch will get already sent from another inline tap, and the traffic destination is not part of the switch network.
Since my Analyzer server has one port, I need to groom all traffic via the switch to one uplink and keep the frame as original, so the analyzer will be able to analyze it.
So my question is how to take all traffic from all ports and bring it to one port.
I think the span-port/mirror port has limitations in the number of ports and I need to use most ports of the switch.
10x
04-03-2022 07:09 AM
you can use netflow for tap traffic
04-03-2022 07:33 AM - edited 04-03-2022 07:33 AM
Not sure if I understood correctly but it seems to me that you could use port span on the switch.
https://www.cisco.com/c/en/us/support/docs/switches/catalyst-6500-series-switches/10570-41.html
04-03-2022 09:55 AM
you want to use TAP, then span the port. (if this is local switch only), if more switched you need RSPAN and SPAN
what model of the switch and IOS code (most of the model should support, there is some Limitation nexus devices)
04-03-2022 11:35 AM
Thanks for the feedback, maybe I wasn’t explaining my issue well.
The switch will receive the replicate data (15-20 ports), all data that the switch will get already sent from another inline tap, and the traffic destination is not part of the switch network.
Since my Analyzer server has one port, I need to groom all traffic via the switch to one uplink and keep the frame as original, so the analyzer will be able to analyze it.
So my question is how to take all traffic from all ports and bring it to one port.
I think the span-port/mirror port has limitations in the number of ports and I need to use most ports of the switch.
04-08-2022 08:51 AM - edited 04-08-2022 08:53 AM
Hi there,
depending on the switch platform there will be limitations. You can have multiple monitors configured which could probably accommodate all 15-20 source ports (depending on switch platform), however these monitor sessions cannot share the same destination port.
I suppose with 2 switches you could connect them in such a way that they could feed a single destination port. Create enough monitor sessions to cover all your tap inputs, and connect each destination port to another switch. Group these destination ports on the second switch into a monitor session and then configure the destination port to connect to your analyser.
(forgive the paint!!
I'd be stunned if aggregating all of these tap ports does not result in output drops on the switches!
cheers,
Seb.
04-08-2022 09:49 AM
04-08-2022 02:10 PM
Hi Ehud,
SPAN will take frames ingressing and egressing the source ports and simply send them out of the destination port. It does not change the frame at all.
I'd imagine you would need to configure the source ports on the 'top' switch to be switchport trunk allowed vlan all to ensure it doesn't drop the frames as they ingress the ports.
This is not something I have seen setup before in this fashion, but it should work in theory. Let us know!!
cheers,
Seb.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide