From 68f7d1474dec359f10d1b6b99d350110df47e136 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 20 Feb 2021 19:24:31 +0100 Subject: op-mode: bgp: T1513: add "show bgp" tree containing l2vpn evpn --- op-mode-definitions/show-ip-bgp.xml.in | 228 +-------------------------------- 1 file changed, 6 insertions(+), 222 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 311f9e6ae..690de0a1d 100644 --- a/op-mode-definitions/show-ip-bgp.xml.in +++ b/op-mode-definitions/show-ip-bgp.xml.in @@ -22,59 +22,21 @@ vtysh -c "show ip bgp cidr-only" - - - Show BGP routes matching the communities - - vtysh -c "show ip bgp community" - - - - Display routes matching the specified communities - - <AA:NN> local-AS no-advertise no-export - - - vtysh -c "show ip bgp community $5" - List all bgp community information vtysh -c "show ip bgp community-info" - - - Show BGP routes matching specified community list - - vtysh -c "show ip bgp community-list $5" - - - - Show BGP routes exactly matching specified community list - - vtysh -c "show ip bgp community-list $5 exact-match" - - - - - - Show dampened BGP paths - - vtysh -c "show ip bgp dampening dampened-paths" - - + #include + #include + - Show BGP information for specified word + + policy prefix-list + - vtysh -c "show ip bgp filter-list $5" - - - Show flap statistics of routes - - vtysh -c "show ip bgp dampening flap-statistics" - Show BGP IPv4 information @@ -120,12 +82,6 @@ - - - Show BGP information for specified word - - vtysh -c "show ip bgp filter-list $5" - Show detailed BGP IPv4 unicast neighbor information @@ -204,198 +160,26 @@ - - - Layer 2 Virtual Private Network - - - - - Ethernet Virtual Private Network - - - - - Display information about all EVPN NLRIs - - - - - Display BGP Overlay Information for prefixes - - vtysh -c "show ip bgp l2vpn evpn all overlay" - - - - Display BGP tags for prefixes - - vtysh -c "show ip bgp l2vpn evpn all tags" - - - - - - Show detailed BGP IPv4 unicast neighbor information - - - - - - - - Show routes advertised to a BGP neighbor - - vtysh -c "show ip bgp l2vpn evpn neighbor $7 advertised-routes" - - - - Show routes learned from BGP neighbor - - vtysh -c "show ip bgp l2vpn evpn neighbor $7 routes" - - - - - - Detailed info about dynamic update groups - - vtysh -c "show ip bgp l2vpn evpn update-groups" - - - - - - - - Show BGP routes matching the specified large-communities - - vtysh -c "show ip bgp large-community" - Show BGP large-community information vtysh -c "show ip bgp large-community-info" - - - Show BGP routes matching the specified large-community list - - vtysh -c "show ip bgp large-community-list $5" - Show BGP memory usage vtysh -c "show ip bgp memory" - - - Show detailed BGP IPv4 unicast neighbor information - - - - - vtysh -c "show ip bgp neighbors $5" - - - - Show routes advertised to a BGP neighbor - - vtysh -c "show ip bgp neighbor $5 advertised-routes" - - - - Show dampened routes received from BGP neighbor - - vtysh -c "show ip bgp neighbor $5 dampened-routes" - - - - Show flap statistics of the routes learned from BGP neighbor - - vtysh -c "show ip bgp neighbor $5 flap-statistics" - - - - Show detailed prefix count information for BGP neighbor - - vtysh -c "show ip bgp neighbor $5 prefix-counts" - - - - Show information received from BGP neighbor - - - - - Show prefixlist filter - - vtysh -c "show ip bgp neighbor $5 received prefix-filter" - - - - - - Show received routes from BGP neighbor - - vtysh -c "show ip bgp neighbor $5 received-routes" - - - - Show routes learned from BGP neighbor - - vtysh -c "show ip bgp neighbor $5 routes" - - - Show BGP path information vtysh -c "show ip bgp paths" - - - Show BGP routes matching the specified prefix list - - vtysh -c "show ip bgp prefix-list $5" - - - - Show BGP routes matching the specified AS path regular expression - - vtysh -c "show ip bgp regexp $5" - - - - Show BGP routes matching the specified route map - - vtysh -c "show ip bgp route-map $5" - - - - Show summary of BGP information - - vtysh -c "show ip bgp statistics" - - - - Show summary of BGP information - - vtysh -c "show ip bgp summary" - - - - Show BGP information for specified IP address or prefix - - <x.x.x.x> <x.x.x.x/x> - - - vtysh -c "show ip bgp $4" - -- cgit v1.2.3