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

Tunnel

GRE/GTP/UDP Tunnel

GRE Tunnel

Config XML

<configSet reboot="no">
    <ifcfgs>
        <find role="ft">
            <enable>True</enable>
            <name>P7</name>
            <ip>192.168.2.10</ip>
            <netmask>255.255.255.0</netmask>
            <gateway></gateway>
        </find>
    </ifcfgs>
</configSet>

ARRAY NTB XML

<run>
    <output id="1">
        <port>P7</port>
        <nvgre_dip>192.168.2.201</nvgre_dip>
    </output>
    <chain>
        <in>P6</in>
        <out>O1</out>
    </chain>
</run>
PreviousPacket > FileNextBandwidth Control

Last updated 1 year ago