ARRAY NTB XML
  • ARRAY NTB XML
    • Element <run>
    • Element <filter>
      • Element <find>
    • Element <output>
    • Element <chain>
    • Element <script>
    • Element <action>
    • Element <input>
    • Schema
  • Case Study
    • Mirror
    • Inline & Bypass
    • Load Balance
    • Packet Stripping
    • Packet Editing
    • Packet Tagging
    • Packet Reply
    • Packet > File
    • Tunnel
    • Bandwidth Control
    • Snort Rule > ARRAY NTB XML
    • Offload
    • Service Chain
    • Block Gmail
    • Block Specific Country
    • Block/Detect black list
    • Mobile Edge Computing Breakout
    • L2 GRE Breakout
    • VXLAN Breakout
    • VXLAN Encapsulation
    • L2 Switch Like
    • L3 Switch NAT Breakout
  • Reference
    • TW IP
Powered by GitBook
On this page
  1. Case Study

Mirror

Duplicate packets. one to one, one to many, many to one, many to many

Packets from P0 duplicate to P1,P2,P3,P4

<run>
    <chain>
        <in>P0</in>
        <out>P1,P2,P3,P4</out>
    </chain>
</run>

or

<run>
    <script src="common.js"></script>
    <script>
    <![CDATA[
        port_mirror('P0', 'P1,P2,P3,P4');
    ]]>
    </script>
</run>
PreviousCase StudyNextInline & Bypass

Last updated 1 year ago