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


Host Redundancy Overview

You monitor redundant Routing Engines, host modules, and host subsystems to provide a standby Routing Engine and controller component that will switch from standby to active, assuming mastership, with limited running downtime when a failure occurs.

This chapter provides an overview of how redundant host modules, host subsystems, and Routing Engines work on various routing platforms. Additionally, it describes the topics as listed in Table 106.


Table 106: Checklist for Host Redundancy
Monitor Redundant Routing Engine Tasks
Command or Action


  1. Display Routing Engine Status

show chassis routing-engine

  1. Display the Router Hardware

show chassis hardware

  1. Determine the Routing Engine Mastership By Checking Status

show chassis routing-engine

  1. Determine Routing Engine Mastership By Checking the LEDs

Physically check the LEDs on either the craft interface or the Routing Engine (depending on which chassis the Routing Engine is installed).

  1. Log In To Backup Routing Engine If graceful-switchover is Configured

request routing-engine login other-routing-engine

For slot 0:
[edit]
set chassis redundancy routing-engine 1 master
commit
For slot 1:
[edit]
set chassis redundancy routing-engine 0 backup
commit

request chassis routing-engine master (acquire | release | switch)
show log mastership

[edit]
set chassis redundancy failover on-loss-of-keepalives
set chassis redundancy keepalive-time 300
commit

  1. Operate the Same Type of Routing Engine and JUNOS Software

The active and standby Routing Engines must be the same type of Routing Engine and must operate the same version of JUNOS software.

  1. Use the Groups Configuration

[edit]
set groups
group-name

  1. Synchronize Configurations

[edit]
commit synchronize

  1. Copy a Configuration File from One Routing Engine to Another
file copy <source> <destination>
  1. Use the Proper Shutdown Process on a Backup Routing Engine

request system halt


See Also


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