<?xml version="1.0"?> <interfaceDefinition> <node name="show"> <children> <node name="evpn"> <properties> <help>Show Ethernet VPN (EVPN) information</help> </properties> <children> <node name="access-vlan"> <properties> <help>Access VLANs</help> </properties> <children> #include <include/frr-detail.xml.i> </children> <command>${vyos_op_scripts_dir}/evpn.py show_evpn --command "$*"</command> </node> <tagNode name="access-vlan"> <properties> <help>Access VLANs interface name</help> <completionHelp> <script>${vyos_completion_dir}/list_interfaces --bridgeable --no-vlan-subinterfaces</script> </completionHelp> </properties> <children> <node name="node.tag"> <properties> <help>VLAN ID</help> <completionHelp> <list><1-4094></list> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/evpn.py show_evpn --command "$*"</command> </node> </children> </tagNode> <node name="arp-cache"> <properties> <help>ARP and ND cache</help> </properties> <children> #include <include/vni-tagnode-all.xml.i> </children> </node> <tagNode name="es"> <properties> <help>Show ESI information for specified ESI</help> <completionHelp> <list><esi></list> <script>${vyos_completion_dir}/list_esi.sh</script> </completionHelp> </properties> <command>${vyos_op_scripts_dir}/evpn.py show_evpn --command "$*"</command> </tagNode> <node name="es"> <properties> <help>Show ESI information</help> </properties> <command>${vyos_op_scripts_dir}/evpn.py show_evpn --command "$*"</command> <children> <leafNode name="detail"> <properties> <help>Show ESI details</help> </properties> <command>${vyos_op_scripts_dir}/evpn.py show_evpn --command "$*"</command> </leafNode> </children> </node> <node name="es-evi"> <properties> <help>Show ESI information per EVI</help> </properties> <command>${vyos_op_scripts_dir}/evpn.py show_evpn --command "$*"</command> <children> <leafNode name="detail"> <properties> <help>Show ESI per EVI details</help> </properties> <command>${vyos_op_scripts_dir}/evpn.py show_evpn --command "$*"</command> </leafNode> #include <include/vni-tagnode.xml.i> </children> </node> <node name="mac"> <properties> <help>MAC addresses</help> </properties> <children> #include <include/vni-tagnode-all.xml.i> </children> </node> <node name="next-hops"> <properties> <help>Remote VTEPs</help> </properties> <children> #include <include/vni-tagnode-all.xml.i> </children> </node> <node name="rmac"> <properties> <help>RMAC</help> </properties> <children> #include <include/vni-tagnode-all.xml.i> </children> </node> #include <include/vni-tagnode.xml.i> <node name="vni"> <properties> <help>Show VNI information</help> </properties> <command>${vyos_op_scripts_dir}/evpn.py show_evpn --command "$*"</command> <children> <leafNode name="detail"> <properties> <help>Show VNI details</help> </properties> <command>${vyos_op_scripts_dir}/evpn.py show_evpn --command "$*"</command> </leafNode> </children> </node> </children> <command>${vyos_op_scripts_dir}/evpn.py show_evpn --command "$*"</command> </node> </children> </node> </interfaceDefinition>