From e982b78f24d1dca3d2bc92a39b8e9fcf35b39a37 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 9 Jan 2021 14:31:48 +0100 Subject: xml: op-mode: add preprocessor support as known from configuration mode --- op-mode-definitions/reset-ip-bgp.xml.in | 203 ++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 op-mode-definitions/reset-ip-bgp.xml.in (limited to 'op-mode-definitions/reset-ip-bgp.xml.in') diff --git a/op-mode-definitions/reset-ip-bgp.xml.in b/op-mode-definitions/reset-ip-bgp.xml.in new file mode 100644 index 000000000..931a2a9bc --- /dev/null +++ b/op-mode-definitions/reset-ip-bgp.xml.in @@ -0,0 +1,203 @@ + + + + + + + + + Clear Border Gateway Protocol (BGP) statistics or status + + + + + Clear all BGP peering sessions + + vtysh -c "clear bgp ipv4 *" + + + + Clear BGP route flap dampening information + + vtysh -c "clear ip bgp dampening" + + + + Clear BGP route flap dampening information for given host|network address + + <x.x.x.x> <x.x.x.x/x> + + + vtysh -c "clear ip bgp dampening $5" + + + + Clear BGP route flap dampening information for given network address + + <x.x.x.x> + + + vtysh -c "clear ip bgp dampening $5 $6" + + + + + + Clear all external peers + + WORD + + + vtysh -c "clear bgp ipv4 external" + + + + Send route-refresh unless using 'soft-reconfiguration inbound' + + vtysh -c "clear bgp ipv4 external in" + + + + Push out prefix-list ORF and do inbound soft reconfig + + vtysh -c "clear bgp ipv4 external in prefix-filter" + + + + + + Resend all outbound updates + + vtysh -c "clear bgp ipv4 external out" + + + + Soft reconfig inbound and outbound updates + + vtysh -c "clear bgp ipv4 external soft" + + + + Clear via soft reconfig of inbound update + + vtysh -c "clear bgp ipv4 external soft in" + + + + Resend all outbound updates + + vtysh -c "clear bgp ipv4 external soft out" + + + + + + + + Clear BGP statistics or status for given peer-group + + WORD + + + vtysh -c "clear bgp ipv4 peer-group $5" + + + + Send route-refresh unless using 'soft-reconfiguration inbound' + + vtysh -c "clear bgp ipv4 peer-group $5 in" + + + + Push out prefix-list ORF and do inbound soft reconfig + + vtysh -c "clear bgp ipv4 peer-group $5 in prefix-filter" + + + + + + Resend all outbound updates + + vtysh -c "clear bgp ipv4 peer-group $5 out" + + + + Soft reconfig inbound and outbound updates + + vtysh -c "clear bgp ipv4 peer-group $5 soft" + + + + Clear via soft reconfig of inbound update + + vtysh -c "clear bgp ipv4 peer-group $5 soft in" + + + + Resend all outbound updates + + vtysh -c "clear bgp ipv4 peer-group $5 soft out" + + + + + + + + + + Clear BGP neighbor IP address + + + + + vtysh -c "clear bgp ipv4 $4" + + + + Send route-refresh unless using 'soft-reconfiguration inbound' + + vtysh -c "clear bgp ipv4 $4 in" + + + + Push out prefix-list ORF and do inbound soft reconfig + + vtysh -c "clear bgp ipv4 $4 in prefix-filter" + + + + + + Resend all outbound updates + + vtysh -c "clear bgp ipv4 $4 out" + + + + Soft reconfig inbound and outbound updates + + vtysh -c "clear bgp ipv4 $4 soft" + + + + Clear via soft reconfig of inbound update + + vtysh -c "clear bgp ipv4 $4 soft in" + + + + Resend all outbound updates + + vtysh -c "clear bgp ipv4 $4 soft out" + + + + + + + + + + -- cgit v1.2.3