blob: a005cbc304e73887ef23a23c0f8b7121b425ad6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
<?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}/vtysh_wrapper.sh $@</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}/vtysh_wrapper.sh $@</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>
<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>
|