summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/bgp-afi-common.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-20 19:24:31 +0100
committerChristian Poessinger <christian@poessinger.com>2021-02-20 19:24:31 +0100
commit68f7d1474dec359f10d1b6b99d350110df47e136 (patch)
tree5520cc368216419fadba9de1aec0ff31bfd37b39 /op-mode-definitions/include/bgp-afi-common.xml.i
parentbaade8815bd18af7d0c64985fdb97bcad045432b (diff)
downloadvyos-1x-68f7d1474dec359f10d1b6b99d350110df47e136.tar.gz
vyos-1x-68f7d1474dec359f10d1b6b99d350110df47e136.zip
op-mode: bgp: T1513: add "show bgp" tree containing l2vpn evpn
Diffstat (limited to 'op-mode-definitions/include/bgp-afi-common.xml.i')
-rw-r--r--op-mode-definitions/include/bgp-afi-common.xml.i40
1 files changed, 40 insertions, 0 deletions
diff --git a/op-mode-definitions/include/bgp-afi-common.xml.i b/op-mode-definitions/include/bgp-afi-common.xml.i
new file mode 100644
index 000000000..b496e910a
--- /dev/null
+++ b/op-mode-definitions/include/bgp-afi-common.xml.i
@@ -0,0 +1,40 @@
+<!-- included start from bgp-afi-common.xml.i -->
+<tagNode name="community">
+ <properties>
+ <help>Community number where AA and NN are (0-65535)</help>
+ <completionHelp>
+ <list>AA:NN</list>
+ </completionHelp>
+ </properties>
+ <children>
+ <leafNode name="exact-match">
+ <properties>
+ <help>Exact match of the communities</help>
+ </properties>
+ <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+ </leafNode>
+ </children>
+ <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+</tagNode>
+<tagNode name="large-community">
+ <properties>
+ <help>List of large-community numbers</help>
+ <completionHelp>
+ <list>AA:BB:CC</list>
+ </completionHelp>
+ </properties>
+ <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+</tagNode>
+<leafNode name="statistics">
+ <properties>
+ <help>RIB advertisement statistics</help>
+ </properties>
+ <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+</leafNode>
+<leafNode name="summary">
+ <properties>
+ <help>Summary of BGP neighbor status</help>
+ </properties>
+ <command>sudo ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+</leafNode>
+<!-- included end -->