Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Can a switch be configured to loopback the data? If so then I would just buy a switch. Commented Jul 19, 2022 at 14:07
  • Some switches can be coaxed into doing that, using a network loop and abusing (unidirectional) port mirroring or source-port filtering to avoid the bridge loop. That's not a supported mode though and you'd need to test it yourself. Commented Jul 19, 2022 at 14:14
  • If you don't mind the looped back frames to carry some VLAN tag, you could translate the VLAN on the loop and tag the translated VLAN on the test port (works with most switches, not all). Commented Jul 19, 2022 at 14:26