# BGP

Kommandona nedan kan behöva bytas till advanced-routing och logical-router, om man kör det läget.

To restart/refresh BGP sessions, run the following commands:

- For self initiation: <span style="font-family: courier new, courier;">&gt; test routing bgp virtual-router default restart self </span> (for restarting BGP connections)
    
    <span style="font-family: courier new, courier;">&gt; test routing bgp virtual-router default refresh self </span> (for refreshing BGP connections)
- From Peer side: <span style="font-family: courier new, courier;">&gt; test routing bgp virtual-router default restart peer &lt;BGP peer&gt;</span> (for restarting BGP connections)
    
    <span style="font-family: courier new, courier;">&gt; test routing bgp virtual-router default refresh peer &lt;BGP peer&gt;</span> (for refreshing BGP connections)