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
  • VLAN Tagging
  • Timestamp Tagging
  1. Case Study

Packet Tagging

packet tagging VLAN/Timestamp

VLAN Tagging

<run>
  <output id="1">
    <port>P7</port>
    <Q>10</Q>
  </output>
  <chain>
    <in>P6</in>
    <out>O1</out>
  </chain>
</run>

Timestamp Tagging

<run>
  <output id="1">
    <port>P7</port>
    <tagging>timestamp</tagging>
  </output>
  <chain>
    <in>P6</in>
    <out>O1</out>
  </chain>
</run>
PreviousPacket EditingNextPacket Reply

Last updated 1 year ago