[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Example: Configuring VPLS Nonstop Active Routing

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;
}
}

[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]