Border Gateway Protocol (BGP) information 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" #include #include Clear BGP statistics or status for vrf vrf name Clear all BGP peering sessions for vrf vtysh -c "clear bgp vrf $5 *" Clear BGP neighbor IP address <x.x.x.x> vtysh -c "clear bgp vrf $5 $6" BGP IPv4/IPv6 neighbor to clear ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@ #include