High Availability (HA) refers to a network's ability to maintain uninterrupted operations even in the event of hardware failures, link disruptions, or software updates. HA mechanisms are crucial for ensuring reliability and minimizing downtime in modern networks.
Both Non-Stop Routing (NSR) and Graceful Restart (GR) aim to maintain routing stability during control plane failures or restarts. However, they differ fundamentally in how they function and what dependencies they have.
| Feature | NSR | Graceful Restart (GR) |
|---|---|---|
| Peer cooperation required? | No | Yes – peer must support GR |
| Neighbor session reset? | No – sessions are preserved | Yes – sessions reset but retain state |
| Visibility to peer? | Transparent (peers unaware of switchover) | Peer must detect and cooperate |
| Juniper recommended use case | Internal HA (between REs on same device) | Interoperability with external routers |
NSR is internal and transparent to peers; GR requires peer cooperation and is used when NSR is unavailable.
Exam Tip:
If a question asks:
“Which mechanism requires peer support and maintains routing information during control plane reboot?”
The answer is: Graceful Restart (GR)
Link Aggregation Group (LAG) and Redundant Trunk Group (RTG) both offer redundancy but are designed for different purposes.
LAG provides load balancing and bandwidth aggregation across multiple active links.
RTG offers simple failover where only one link is active at a time.
RTG is used where bandwidth aggregation is not required, and simplicity or hardware constraints favor active/backup topology.
Example Use Cases:
| Use Case | Preferred Method |
|---|---|
| Connect two switches with multiple links | LAG |
| Connect to a device that only supports one uplink | RTG |
| Require load balancing and higher throughput | LAG |
| Only need backup path for failover | RTG |
Exam Tip:
You may be asked:
“When is RTG more appropriate than LAG?”
Correct answer: When load balancing is not needed and simplicity is preferred.
In-Service Software Upgrade (ISSU) allows a Juniper device to upgrade its OS without dropping control or data plane traffic. However, ISSU is not universally supported and depends on specific platform and configuration criteria.
Required Conditions:
Device must support redundant Routing Engines (REs)
NSR must be enabled to preserve protocol sessions
Only certain platforms (e.g., MX, QFX) support ISSU
Must use non-disruptive protocols (e.g., OSPF, IS-IS with NSR)
For ISSU to work, the system must support NSR and have redundant REs (Routing Engines) in place.
Exam Tip:
A question might ask what causes an ISSU to fail. One valid answer could be: NSR is not configured.
In a Virtual Chassis, multiple physical switches operate as a single logical switch. One of the member switches becomes the master, responsible for managing the control and configuration plane of the entire chassis.
One switch becomes the master in a Virtual Chassis, determined by configured priority or MAC address as a tie-breaker.
Master Election Criteria:
Manually configured priority (higher wins)
If priorities are equal, the switch with the highest MAC address becomes master
Exam Tip:
You may be shown a VC configuration with two members and asked which becomes the master. Focus on the priority value first.
| Feature | Exam-Relevant Insight |
|---|---|
| NSR vs GR | NSR = local and transparent; GR = external peer cooperation required |
| LAG vs RTG | LAG = aggregation + load balancing; RTG = active/passive simplicity |
| ISSU Support | Requires NSR and dual REs; limited to supported platforms (e.g., MX, QFX) |
| Virtual Chassis Master | Determined by priority, then MAC address; only one master at a time |
What is the purpose of VRRP?
VRRP provides redundancy for the default gateway.
VRRP allows multiple routers to share a virtual IP address used by hosts as their default gateway. One router acts as the master, while others remain in backup mode.
If the master router fails, one of the backup routers automatically takes over the virtual IP address and continues forwarding traffic.
Demand Score: 75
Exam Relevance Score: 85
How is the VRRP master router selected?
The router with the highest priority becomes the master.
Each VRRP router is assigned a priority value. The router with the highest priority is elected as the master router responsible for forwarding traffic to the virtual IP address.
If the master router fails, another router with the next highest priority takes over.
Demand Score: 72
Exam Relevance Score: 83
What advantage does VRRP provide in enterprise networks?
It removes the single point of failure for the default gateway.
Without redundancy protocols, hosts depend on a single gateway router. If that router fails, network connectivity is lost.
VRRP ensures that another router can immediately assume gateway responsibilities, maintaining network availability.
Demand Score: 70
Exam Relevance Score: 82