From 72c82bf8f2c294ca9023d2cbf9285b679188fae3 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 9 Feb 2021 22:02:07 +0100 Subject: xml: bgp: remove absolute path from vtysh --- op-mode-definitions/show-ip-bgp.xml.in | 94 +++++++++++++++++----------------- 1 file changed, 47 insertions(+), 47 deletions(-) (limited to 'op-mode-definitions/show-ip-bgp.xml.in') diff --git a/op-mode-definitions/show-ip-bgp.xml.in b/op-mode-definitions/show-ip-bgp.xml.in index a92a78266..6d7fe58a0 100644 --- a/op-mode-definitions/show-ip-bgp.xml.in +++ b/op-mode-definitions/show-ip-bgp.xml.in @@ -8,25 +8,25 @@ Show Border Gateway Protocol (BGP) information - /usr/bin/vtysh -c "show ip bgp" + vtysh -c "show ip bgp" Show BGP attribute information - /usr/bin/vtysh -c "show ip bgp attribute-info" + vtysh -c "show ip bgp attribute-info" Display only routes with non-natural netmasks - /usr/bin/vtysh -c "show ip bgp cidr-only" + vtysh -c "show ip bgp cidr-only" Show BGP routes matching the communities - /usr/bin/vtysh -c "show ip bgp community" + vtysh -c "show ip bgp community" @@ -35,25 +35,25 @@ <AA:NN> local-AS no-advertise no-export - /usr/bin/vtysh -c "show ip bgp community $5" + vtysh -c "show ip bgp community $5" List all bgp community information - /usr/bin/vtysh -c "show ip bgp community-info" + vtysh -c "show ip bgp community-info" Show BGP routes matching specified community list - /usr/bin/vtysh -c "show ip bgp community-list $5" + vtysh -c "show ip bgp community-list $5" Show BGP routes exactly matching specified community list - /usr/bin/vtysh -c "show ip bgp community-list $5 exact-match" + vtysh -c "show ip bgp community-list $5 exact-match" @@ -61,19 +61,19 @@ Show dampened BGP paths - /usr/bin/vtysh -c "show ip bgp dampening dampened-paths" + vtysh -c "show ip bgp dampening dampened-paths" Show BGP information for specified word - /usr/bin/vtysh -c "show ip bgp filter-list $5" + vtysh -c "show ip bgp filter-list $5" Show flap statistics of routes - /usr/bin/vtysh -c "show ip bgp dampening flap-statistics" + vtysh -c "show ip bgp dampening flap-statistics" @@ -89,13 +89,13 @@ Display only routes with non-natural netmasks - /usr/bin/vtysh -c "show ip bgp ipv4 unicast cidr-only" + vtysh -c "show ip bgp ipv4 unicast cidr-only" Show BGP routes matching the communities - /usr/bin/vtysh -c "show ip bgp ipv4 unicast community" + vtysh -c "show ip bgp ipv4 unicast community" @@ -104,19 +104,19 @@ <AA:NN> local-AS no-advertise no-export - /usr/bin/vtysh -c "show ip bgp ipv4 unicast community $7" + vtysh -c "show ip bgp ipv4 unicast community $7" Show BGP routes matching specified community list - /usr/bin/vtysh -c "show ip bgp ipv4 unicast community-list $7" + vtysh -c "show ip bgp ipv4 unicast community-list $7" Show BGP routes exactly matching specified community list - /usr/bin/vtysh -c "show ip bgp ipv4 unicast community-list $7 exact-match" + vtysh -c "show ip bgp ipv4 unicast community-list $7 exact-match" @@ -124,7 +124,7 @@ Show BGP information for specified word - /usr/bin/vtysh -c "show ip bgp filter-list $5" + vtysh -c "show ip bgp filter-list $5" @@ -133,31 +133,31 @@ - /usr/bin/vtysh -c "show ip bgp ipv4 unicast neighbors $7" + vtysh -c "show ip bgp ipv4 unicast neighbors $7" Show routes advertised to a BGP neighbor - /usr/bin/vtysh -c "show ip bgp ipv4 unicast neighbor $7 advertised-routes" + vtysh -c "show ip bgp ipv4 unicast neighbor $7 advertised-routes" Show detailed prefix count information - /usr/bin/vtysh -c "show ip bgp ipv4 unicast neighbor $7 prefix-counts" + vtysh -c "show ip bgp ipv4 unicast neighbor $7 prefix-counts" Show the received routes from neighbor - /usr/bin/vtysh -c "show ip bgp ipv4 unicast neighbor $7 received-routes" + vtysh -c "show ip bgp ipv4 unicast neighbor $7 received-routes" Show routes learned from neighbor - /usr/bin/vtysh -c "show ip bgp ipv4 unicast neighbor $7 routes" + vtysh -c "show ip bgp ipv4 unicast neighbor $7 routes" @@ -165,31 +165,31 @@ Show BGP path information - /usr/bin/vtysh -c "show ip bgp ipv4 unicast paths" + vtysh -c "show ip bgp ipv4 unicast paths" Show BGP routes matching the specified prefix list - /usr/bin/vtysh -c "show ip bgp ipv4 unicast prefix-list $7" + vtysh -c "show ip bgp ipv4 unicast prefix-list $7" Show BGP routes matching the specified AS path regular expression - /usr/bin/vtysh -c "show ip bgp ipv4 unicast regexp $5" + vtysh -c "show ip bgp ipv4 unicast regexp $5" Show BGP routes matching the specified route map - /usr/bin/vtysh -c "show ip bgp route-map $5" + vtysh -c "show ip bgp route-map $5" Show summary of BGP information - /usr/bin/vtysh -c "show ip bgp summary" + vtysh -c "show ip bgp summary" @@ -200,7 +200,7 @@ <x.x.x.x> <x.x.x.x/x> - /usr/bin/vtysh -c "show ip bgp $6" + vtysh -c "show ip bgp $6" @@ -208,25 +208,25 @@ Show BGP routes matching the specified large-communities - /usr/bin/vtysh -c "show ip bgp large-community" + vtysh -c "show ip bgp large-community" Show BGP large-community information - /usr/bin/vtysh -c "show ip bgp large-community-info" + vtysh -c "show ip bgp large-community-info" Show BGP routes matching the specified large-community list - /usr/bin/vtysh -c "show ip bgp large-community-list $5" + vtysh -c "show ip bgp large-community-list $5" Show BGP memory usage - /usr/bin/vtysh -c "show ip bgp memory" + vtysh -c "show ip bgp memory" @@ -235,31 +235,31 @@ - /usr/bin/vtysh -c "show ip bgp neighbors $5" + vtysh -c "show ip bgp neighbors $5" Show routes advertised to a BGP neighbor - /usr/bin/vtysh -c "show ip bgp neighbor $5 advertised-routes" + vtysh -c "show ip bgp neighbor $5 advertised-routes" Show dampened routes received from BGP neighbor - /usr/bin/vtysh -c "show ip bgp neighbor $5 dampened-routes" + vtysh -c "show ip bgp neighbor $5 dampened-routes" Show flap statistics of the routes learned from BGP neighbor - /usr/bin/vtysh -c "show ip bgp neighbor $5 flap-statistics" + vtysh -c "show ip bgp neighbor $5 flap-statistics" Show detailed prefix count information for BGP neighbor - /usr/bin/vtysh -c "show ip bgp neighbor $5 prefix-counts" + vtysh -c "show ip bgp neighbor $5 prefix-counts" @@ -270,7 +270,7 @@ Show prefixlist filter - /usr/bin/vtysh -c "show ip bgp neighbor $5 received prefix-filter" + vtysh -c "show ip bgp neighbor $5 received prefix-filter" @@ -278,13 +278,13 @@ Show received routes from BGP neighbor - /usr/bin/vtysh -c "show ip bgp neighbor $5 received-routes" + vtysh -c "show ip bgp neighbor $5 received-routes" Show routes learned from BGP neighbor - /usr/bin/vtysh -c "show ip bgp neighbor $5 routes" + vtysh -c "show ip bgp neighbor $5 routes" @@ -292,37 +292,37 @@ Show BGP path information - /usr/bin/vtysh -c "show ip bgp paths" + vtysh -c "show ip bgp paths" Show BGP routes matching the specified prefix list - /usr/bin/vtysh -c "show ip bgp prefix-list $5" + vtysh -c "show ip bgp prefix-list $5" Show BGP routes matching the specified AS path regular expression - /usr/bin/vtysh -c "show ip bgp regexp $5" + vtysh -c "show ip bgp regexp $5" Show BGP routes matching the specified route map - /usr/bin/vtysh -c "show ip bgp route-map $5" + vtysh -c "show ip bgp route-map $5" Show summary of BGP information - /usr/bin/vtysh -c "show ip bgp statistics" + vtysh -c "show ip bgp statistics" Show summary of BGP information - /usr/bin/vtysh -c "show ip bgp summary" + vtysh -c "show ip bgp summary" @@ -333,7 +333,7 @@ <x.x.x.x> <x.x.x.x/x> - /usr/bin/vtysh -c "show ip bgp $4" + vtysh -c "show ip bgp $4" -- cgit v1.2.3