From 34d789579cda1a940ac65671b41466880267944b Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 9 Apr 2021 19:44:44 +0200 Subject: op-mode: bgp: move common includes to include/bgp directory This change makes it easier to group all BGP related operational level command building blocks in one place. --- .../include/bgp/show-ip-bgp-common.xml.i | 170 +++++++++++++++++++++ 1 file changed, 170 insertions(+) create mode 100644 op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i (limited to 'op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i') diff --git a/op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i b/op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i new file mode 100644 index 000000000..e599bfb3f --- /dev/null +++ b/op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i @@ -0,0 +1,170 @@ + + + + Show BGP attribute information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Display only routes with non-natural netmasks + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + List all bgp community information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + +#include +#include + + + + policy prefix-list + + + + + + Show BGP IPv4 information + + + + + Show BGP IPv4 unicast information + + + + + Display only routes with non-natural netmasks + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show BGP routes matching the communities + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Display routes matching the specified communities + + <AA:NN> local-AS no-advertise no-export + + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show BGP routes matching specified community list + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show BGP routes exactly matching specified community list + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + + + Show detailed BGP IPv4 unicast neighbor information + + + + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show routes advertised to a BGP neighbor + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show detailed prefix count information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show the received routes from neighbor + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show routes learned from neighbor + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + + + Show BGP path information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show BGP routes matching the specified prefix list + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show BGP routes matching the specified AS path regular expression + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show BGP routes matching the specified route map + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show summary of BGP information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + + + Show BGP information for specified IP address or prefix + + <x.x.x.x> <x.x.x.x/x> + + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + + + Show BGP large-community information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show BGP memory usage + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + + + Show BGP path information + + ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ + + -- cgit v1.2.3