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


Replacing Line Modules on ERX Routers, the E120 Router, and the E320 Router

You can install line modules in slots previously occupied by different types of line modules. For example, on the ERX-1440 router, you can replace a GE-2 line module and a GE-2 SFP I/O module in a slot that previously contained an OCx/STMx/DS3-ATM line module and an OC3-4 I/O module.

When you configure a line module and an I/O module or IOAs, the router stores the configuration in NVS. In some cases, you must erase the interface configuration on the slot and reconfigure it after you have installed the new line module. However, some line modules enable you to replace the line module without reconfiguring the interfaces on the slot.

Tasks to replace a line module are:

Replacing a Line Module by Erasing the Slot Configuration

Use this procedure when you are replacing the following line modules:

To replace a line module:

  1. Copy your slot configuration so you can reconfigure the interfaces after replacing the line module.
  2. (Optional) If line module redundancy is configured for the slot, disable redundancy for the slot.
  3. host1(config)#redundancy lockout 7
    
    
    
  4. Disable the slot.
  5. host1(config)#slot disable 7
    
    
    
  6. Remove the current line module and insert the new line module.
  7. Issue the slot accept command for the affected slot.
  8. host1(config)#slot accept 7
    
    
    

The slot accept command erases the configuration and enables you to reconfigure the new line module.

  1. When the replacement line module has come online, reconfigure the interfaces.
  2. If you disabled redundancy in Step 2, enable redundancy for the slot when the replacement line module has come online.
  3. host1(config)#no redundancy lockout 7
    

Replacing a Line Module Without Erasing the Slot Configuration

Use this procedure when you are replacing an ES2 4G LM with an ES2 10G LM, or vice-versa. Both line modules must already be paired with an ES2-S1 GE-8 IOA or the ES2-S1 Redund IOA.

You can replace a single line module or all of the line modules in a redundancy group using this procedure.

NOTE: In some cases, the ES2 4G LM and ES2 10G LM support different system maximums and protocols. Before you replace an ES2 4G LM with an ES2 10G LM, make sure that:

  • The ES2 10G LM supports the features already configured on the slot for the ES2 4G LM.
  • The ES2 10G LM can support the existing system maximums configured on the ES2 4G LM.

If you have a configuration on the ES2 4G LM that is not supported on the ES2 10G LM, you must erase the configuration before replacing the line module. For more information, see Replacing a Line Module by Erasing the Slot Configuration.


To replace a line module without erasing the slot configuration:

  1. (Optional) If line module redundancy is configured for the slot, disable redundancy.
  2. host1(config)#redundancy lockout 1
    
    
    
  3. Disable the slot.
  4. host1(config)#slot disable 1
    
    
    
  5. After the line module has booted, issue the show version command to ensure that the status of the line module is disabled (admin).
  6. host1#show version
    
    Juniper Edge Routing Switch E120
    
    
    
    .......
    
    
    
                                                     running
    
    slot  state   type    admin             spare    release     slot uptime
    
    ---- ------- ------- -------            ----- ------------- -------------
    
    0      ---     ---     ---    ---        ---       ---
    
    1    online  LM-10   disabled (admin)    ---  9-1-0b0-9.rel 1d08h:32m:29s
    
    2    online  LM-10   enabled             ---  9-1-0b0-9.rel 1d08h:32m:24s
    
    3      ---     ---     ---               ---       ---           ---
    
    
    
    .......
    
    
    
  7. Remove the current line module and insert the new line module without removing the IOA.

For example, remove the ES2 4G LM and insert the new ES2 10G LM. Do not remove the ES2-S1 GE-8 IOA or the ES2-S1 Redund IOA.

  1. After the new line module has booted, issue the show version command to ensure that the status of the line module is disabled (mismatch).
  2. host1#show version
    
    Juniper Edge Routing Switch E120
    
    
    
    .......
    
    
    
                                                     running
    
    slot  state   type    admin             spare    release     slot uptime
    
    ---- ------- ------- -------            ----- ------------- -------------
    
    0      ---     ---     ---    ---        ---       ---
    
    1    online  LM-4    disabled (mismatch) ---  9-1-0b0-9.rel 1d08h:32m:29s
    
    2    online  LM-10   enabled             ---  9-1-0b0-9.rel 1d08h:32m:24s
    
    3      ---     ---     ---               ---       ---           ---
    
    
    
    .......
    
    
    
  3. Issue the slot replace command on the slot.
  4. host1(config)#slot replace 1
    
    
    

    TIP: If the line module is in a redundancy group and you did not disable redundancy in Step 1, the system switches to the spare line module. The system reloads both the replaced line module and the spare line module when you issue the slot replace command.

  5. If you disabled redundancy for the slot in Step 1, enable redundancy when the replacement line module has come online.
  6. host1(config)#no redundancy lockout 1
    
    
    
  7. (Optional) If the following settings were configured before replacing the module, reconfigure the settings:
  1. Configure the Ethernet physical interface configuration using an SNMP set request for entPhysicalAssetID and entPhysicalAlias.
  2. Specify the threshold values for specific interface types for the slot.
  3. host1(config)#resource if-type ip slot 1 threshold
    

Related Topics


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