Warning
Enabling LLGR causes restart of the Border Gateway Protocol (BGP) peerings.
Enabling of Long Lived Graceful Restart (LLGR) must be performed on both sides of peering - edge gateways and the OpenContrail control plane.
To enable LLGR:
Log in to the MX Series router CLI.
Add the following lines to the router configuration file:
set protocols bgp group <name> family inet-vpn unicast graceful-restart long-lived restarter stale-time 20
set protocols bgp group <name> graceful-restart restart-time 1800
set protocols bgp group <name> graceful-restart stale-routes-time 1800
Commit the configuration changes to the router.
Open your GitHub MCP project repository.
Add the following lines to cluster/<name>/opencontrail/control.yml
:
classes:
...
- system.opencontrail.client.resource.llgr
...
Commit and push the changes to the project Git repository.
Log in to the Salt Master node.
Pull the latest changes of the cluster model and the system model that
has the system.opencontrail.client.resource.llgr
class defined.
Update the salt-formula-opencontrail
package.
Apply the opencontrail
state:
salt -C 'I@opencontrail:config and *01*' state.sls opencontrail.client