restart bgp all
restart bgp as VALUE peer VALUE
restart bgp peer VALUE
Harder to find than it should be.
Sure it was documented but couldn't find it when I needed it.
used 'clish -c "show commands" > commands.txt' to dump the gaia commands into a file then grepped it.
You can also go into the Gaia Gui and under BGP/Peer groups you can click the button to restart peer or restart all.
dont beleive thats a soft reset though.
I think that may be linked to these commands(?)
set bgp internal peer VALUE route-refresh off
set bgp internal peer VALUE route-refresh on
set bgp internal peer VALUE send-route-refresh request all unicast
set bgp internal peer VALUE send-route-refresh request ipv4 unicast
set bgp internal peer VALUE send-route-refresh request ipv6 unicast
set bgp internal peer VALUE send-route-refresh route-update all unicast
set bgp internal peer VALUE send-route-refresh route-update ipv4 unicast
set bgp internal peer VALUE send-route-refresh route-update ipv6 unicast