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
  • Tutorial
  • Features
  • Device Support
  • Online Doc
  • A Simple ARRAY NTB XML
  • NTB Training Material
  • Version

ARRAY NTB XML

NextElement <run>

Last updated 1 year ago

Tutorial

ARRAY NTB XML is the standard markup language for SDN

With ARRAY NTB XML you can define the Network with XML

ARRAY NTB XML is easy to learn - You will enjoy it!

Features

  • Easy to learn and use, simple to edit

  • User-Friendly

  • Easy to integrate with third-party software

  • Simple and lightweight

Device Support

ARRAY, ARRAY-NETWORKS ()

Online Doc

A Simple ARRAY NTB XML

Define filter id=1 aka F1 as black IP list and descript network topology in chain. When packets come from P0, if matched F1, send to P1, else if not matched, send to P2

<run>
    <filter id="1" name="black IP list">
        <or>
            <find name="ip.addr" relation="==" content="92.53.120.155" />
            <find name="ip.addr" relation="==" content="67.229.164.135" />
            <find name="ip.addr" relation="==" content="159.203.92.222" />            
        </or>
    </filter>
    <chain>
        <in>P0</in>
        <fid>F1</fid>
        <out>P1</out>
        <next type="notmatch">
            <out>P2</out>
        </next>
    </chain>
</run>

NTB Training Material

Version

5.3.230719

ARRAY-NETWORKS NTB Training ()

https://arraynetworks.com/
https://arraynetworks.gitbook.io/array-xml/
https://arraynetworks.gitbook.io/array-ntb-training/