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


Line Module Redundancy

NOTE: The information in this section does not apply to the ERX-310 router, which does not support line module redundancy.


You can install an extra line module in a group of identical line modules to provide redundancy if one of the modules fails. To use this feature, you must also install a redundancy midplane and a redundancy I/O module. For a detailed explanation of how the router provides redundancy for line modules and procedures for installing the modules, see the E-series Hardware Guide.

The process by which the router switches to the spare line module is called switchover or failover. During switchover, the line, circuit, and IP interfaces on the I/O module appear to go down temporarily. The duration of the downtime depends on the number of interfaces and the size of the routing table, because the router must reload the interface configuration and the routing table from the SRP module.

If the line module software is not compatible with the running SRP module software release, a warning message appears on the console.

Automatic Switchover

Provided you have not issued the redundancy lockout command for the primary line module, the router switches over to the spare line module automatically if it detects any of the following failures on the primary line module:

Limitations of Automatic Switchover

If automatic switchover is enabled on a slot (the default configuration) and a spare line module is available, issuing some CLI commands for the primary line module causes a switchover (see Table 33).

You can also disable automatic switchover on individual slots. For more information, see Configuring Line Module Redundancy.




Table 33: Commands That Can Cause Automatic Switchover 
Command
Reason for Automatic Switchover

slot disable <primary-line-module-slot>

The command disables the primary line module but not the primary I/O module.

reload slot <primary-line-module-slot>

The command is equivalent to pushing the reset button on the primary line module.

Reversion after Switchover

You can install only one spare line module in the group of slots covered by the redundancy midplane. If the router is using the spare line module, no redundancy is available. It is desirable to revert to the primary module as soon as possible. By default, the router does not automatically revert to the primary module after switchover; however, you can configure it to do so. (See Configuring Line Module Redundancy.) Before reversion can take place, the primary line module must complete the POST diagnostics.

Configuring Line Module Redundancy

You can modify the default redundancy operations on the router
as follows:

redundancy lockout

redundancy revertive

Managing Line Module Redundancy

When the router is running and a redundancy group is installed, you can manage the redundancy situation as follows:

redundancy force-switchover

redundancy revert

Monitoring Line Module Redundancy

You can use show commands to monitor the status of redundancy groups and line modules.

show environment

show hardware

show redundancy

In the following example, the user issues a show redundancy command, then a force failover command. Finally, the user issues another show redundancy command. The two displays show how the states of the primary and spare line modules change.

host1#show redundancy
  automatic reverting is off

       hardware     redundancy midplane    lockout     backed up     sparing
slot     role          type    rev          config      by slot      for slot
----   --------     -------------------     ------     ---------     --------
 2       ---           ---     ---            ---         ---          ---
 6       ---           ---     ---            ---         ---          ---
 8      spare           6       0             ---         ---          ---
 9      primary         6       0          protected      ---          ---
host1#redundancy force-switchover 9
host1#show redundancy
  automatic reverting is off

       hardware     redundancy midplane    lockout     backed up     sparing
slot     role          ID      rev          config      by slot      for slot
----   --------     -------------------     ------     ---------     --------
 2       ---           ---     ---            ---         ---          ---
 6       ---           ---     ---            ---         ---          ---
 8      spare           6       0             ---         ---           9
 9      primary         6       0          protected       8           ---

show version


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