summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-evpn.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-03-03 19:34:58 +0100
committerChristian Poessinger <christian@poessinger.com>2021-03-03 19:34:58 +0100
commit1442762a153df454dad2f282da21c745c13610ce (patch)
treebba6e36a12e93ae254db0b0c7ef76fec1c85bbbe /op-mode-definitions/show-evpn.xml.in
parentc5d682a5e08a88fa0b162214671d4301d65f24a2 (diff)
downloadvyos-1x-1442762a153df454dad2f282da21c745c13610ce.tar.gz
vyos-1x-1442762a153df454dad2f282da21c745c13610ce.zip
op-mode: evpn: T1513: add show commands
Diffstat (limited to 'op-mode-definitions/show-evpn.xml.in')
-rw-r--r--op-mode-definitions/show-evpn.xml.in46
1 files changed, 46 insertions, 0 deletions
diff --git a/op-mode-definitions/show-evpn.xml.in b/op-mode-definitions/show-evpn.xml.in
new file mode 100644
index 000000000..0bdb41e7a
--- /dev/null
+++ b/op-mode-definitions/show-evpn.xml.in
@@ -0,0 +1,46 @@
+<?xml version="1.0"?>
+<interfaceDefinition>
+ <node name="show">
+ <children>
+ <node name="evpn">
+ <properties>
+ <help>Show Ethernet VPN (EVPN) information</help>
+ </properties>
+ <children>
+ <node name="arp-cache">
+ <properties>
+ <help>ARP and ND cache</help>
+ </properties>
+ <children>
+ #include <include/vni-tagnode-all.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>
+ </children>
+ </node>
+ </children>
+ </node>
+</interfaceDefinition>