Border Gateway Protocol (BGP) information Clear all peers vtysh -c "clear bgp *" #include #include Clear bestpath and re-advertise <x.x.x.x/x> ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ IPv4 Address Family Clear all peers vtysh -c "clear bgp ipv4 *" #include #include IPv4 neighbor to clear ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include IPv6 Address Family Clear all peers vtysh -c "clear bgp ipv6 *" #include #include IPv6 neighbor to clear ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Layer 2 Virtual Private Network Address Family Ethernet Virtual Private Network Clear all peers vtysh -c "clear bgp l2vpn evpn *" #include #include BGP IPv4/IPv6 neighbor to clear ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Virtual Routing and Forwarding (VRF) vrf name IPv4/IPv6 neighbor to clear ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Clear all peers vtysh -c "clear bgp vrf $4 *" #include #include Clear bestpath and re-advertise <x.x.x.x/x> ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ IPv4 Address Family Clear all peers vtysh -c "clear bgp vrf $4 ipv4 *" #include #include IPv4 neighbor to clear ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include IPv6 Address Family Clear all peers vtysh -c "clear bgp vrf $4 ipv6 *" #include #include IPv6 neighbor to clear ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include Layer 2 Virtual Private Network Address Family Ethernet Virtual Private Network Clear all peers vtysh -c "clear bgp vrf $4 l2vpn evpn *" #include #include BGP IPv4/IPv6 neighbor to clear ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include BGP IPv4/IPv6 neighbor to clear ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include