From f99c94fc7fa32482b44d6a61e038e1c82c17b6b0 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 3 Jan 2021 13:09:09 +0100 Subject: op-mode: T3178: add "reset ip|ipv6 bgp" commands --- op-mode-definitions/reset-ipv6-bgp.xml | 62 ++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 op-mode-definitions/reset-ipv6-bgp.xml (limited to 'op-mode-definitions/reset-ipv6-bgp.xml') diff --git a/op-mode-definitions/reset-ipv6-bgp.xml b/op-mode-definitions/reset-ipv6-bgp.xml new file mode 100644 index 000000000..3c4275331 --- /dev/null +++ b/op-mode-definitions/reset-ipv6-bgp.xml @@ -0,0 +1,62 @@ + + + + + + + + + Clear BGP neighbor IP address + + + + + vtysh -c "clear bgp ipv6 $4" + + + + Send route-refresh unless using 'soft-reconfiguration inbound' + + vtysh -c "clear bgp ipv6 $4 in" + + + + Push out prefix-list ORF and do inbound soft reconfig + + vtysh -c "clear bgp ipv6 $4 in prefix-filter" + + + + + + Resend all outbound updates + + vtysh -c "clear bgp ipv6 $4 out" + + + + Soft reconfig inbound and outbound updates + + vtysh -c "clear bgp ipv6 $4 soft" + + + + Clear via soft reconfig of inbound update + + vtysh -c "clear bgp ipv6 $4 soft in" + + + + Resend all outbound updates + + vtysh -c "clear bgp ipv6 $4 soft out" + + + + + + + + + + -- cgit v1.2.3