<?xml version="1.0"?> <interfaceDefinition> <node name="monitor"> <children> <node name="bandwidth-test"> <properties> <help>Initiate or wait for bandwidth test</help> </properties> <children> <node name="accept"> <properties> <help>Wait for bandwidth test connections (port TCP/5001)</help> </properties> <command>/usr/bin/iperf -V -s</command> <children> <leafNode name="tcp"> <properties> <help>Wait for bandwidth test connections (port TCP/5001)</help> </properties> <command>/usr/bin/iperf -V -s</command> </leafNode> <leafNode name="udp"> <properties> <help>Wait for bandwidth test connections (port UDP/5001)</help> </properties> <command>/usr/bin/iperf -V -s -u</command> </leafNode> </children> </node> <node name="initiate"> <properties> <help>Initiate a bandwidth test to specified host</help> </properties> <children> <tagNode name="tcp"> <properties> <help>Initiate a bandwidth test to specified host (port TCP/5001)</help> <completionHelp> <list><hostname> <x.x.x.x> <h:h:h:h:h:h:h:h></list> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/monitor_bandwidth_test.sh "$5"</command> </tagNode> <tagNode name="udp"> <properties> <help>Initiate a bandwidth test to specified host (port UDP/5001)</help> <completionHelp> <list><hostname> <x.x.x.x> <h:h:h:h:h:h:h:h></list> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/monitor_bandwidth_test.sh "$5" "-u"</command> </tagNode> </children> </node> </children> </node> </children> </node> </interfaceDefinition>