Setting up a mirrored port

From WTFwiki
Revision as of 10:44, 29 July 2019 by Anexit (talk | contribs) (Created page with "Below will show you how to setup port-mirroring; Step 1; Make sure the output port is a generic port, no vlans and or VOIP/tagging. [edit ethernet-switching-options] + an...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Below will show you how to setup port-mirroring;

Step 1;

Make sure the output port is a generic port, no vlans and or VOIP/tagging.

[edit ethernet-switching-options] + analyzer port-mirror { + input { + ingress { + interface ge-0/0/22.0; + } + egress { + interface ge-0/0/22.0; + } + } + output { + interface { + ge-0/0/21.0; + } + } + }

set ethernet-switching-options analyzer port-mirror input egress interface ge-0/0/22 set ethernet-switching-options analyzer port-mirror input ingress interface ge-0/0/22


set ethernet-switching-options analyzer port-mirror output interface ge-0/0/22

That should do the trick!