From 30af74a8f51f22802db8e393ac86293a54ebcd9d Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 8 Feb 2021 22:42:38 +0100 Subject: bgp: T1513: initial implementation of L2VPN EVPN support --- op-mode-definitions/show-ip-bgp.xml.in | 61 ++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (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 6d7fe58a0..311f9e6ae 100644 --- a/op-mode-definitions/show-ip-bgp.xml.in +++ b/op-mode-definitions/show-ip-bgp.xml.in @@ -204,6 +204,67 @@ + + + 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 -- cgit v1.2.3