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

Bandwidth Control

Example: Limit only 192.168.1.0/24 bandwidth 1M-10M, others remain full line rate.

<run>
    <filter id="1" alt="ip bandwidth need control" sessionBase="no">
        <or>
            <find name="ip.addr" relation="==" content="192.168.1.0/24"/>
        </or>
    </filter>
    <output id="1" alt="limit 1M-10M" minbps="1000000" maxbps="10000000">
        <port>P7</port>
    </output>
    <chain>
        <in>P6</in>
        <fid>F1</fid>
        <out>O1</out>
        <next type="notmatch">
            <out>P7</out>
        </next>
    </chain>
</run>
PreviousTunnelNextSnort Rule > ARRAY NTB XML

Last updated 1 year ago