The following example enables graceful Routing Engine switchover, nonstop active routing, and nonstop active routing trace options for VPLS.
- [edit]
- system commit {
- synchronize;
- }
- chassis {
-
- redundancy {
-
graceful-switchover; # This
enables graceful Routing Engine switchover on the # routing platform.
- }
- }
- routing-options {
-
nonstop-routing; # This enables
nonstop active routing on the routing platform.
-
- traceoptions {
- flag nsr-synchronization;
- }
- }