Configuring LCR Parameters

LCR has the following configuration rules.

LCR is supported on the following cards on the 7705 SAR-8 Shelf V2 and the 7705 SAR-18:

To create an SC-LCR group, it is mandatory to configure a group ID and the working and protection adapter cards. Use the following CLI syntax to configure SC-LCR.

CLI Syntax:
config# lcr lcr-id 
    working-mda mda-id
    protect-mda mda-id

The following CLI syntax shows an example of configuring SC-LCR.

Example:
config# lcr lcr-1
config>lcr# working-mda 1/1
config>lcr# protect-mda 1/2
config>lcr# revert-time 5

Use the info command to display SC-LCR configuration information.

*A:7705:DUT-A>config>lcr lcr-1
*A:7705:DUT-A>config>lcr# info
             -------------------------------------------------
                       revert-time 5
                       working-mda 1/1
                       protect-mda 1/2
             -------------------------------------------------

To create an MC-LCR group, it is mandatory to configure the LCR ID, the working adapter card and neighbor address, and protection adapter card and neighbor address. Use the following CLI syntax to configure LCR parameters for an MC-LCR group.

CLI Syntax:
config# lcr lcr-id 
        advertise-interval advertise-interval
        hold-time hold-time
        neighbor ip-address
        protect-mda mda-id
        revert-time minutes
        working-mda mda-id

The following CLI syntax shows an example of configuring a working adapter card on a node in an MC-LCR group.

Example:
config# lcr lcr-2
config>lcr# neighbor 25.25.25.25
config>lcr# working-mda 1/1

To complete the MC-LCR configuration, log on to the protection node, configure an LCR group with the same LCR ID as the working adapter card, and configure the protection adapter card and the neighbor address. An IP link establishes a multi-chassis protocol (MCP) link between the two nodes.

The following CLI syntax shows an example of configuring a protection adapter card on a node in an MC-LCR group.

Example:
config# lcr lcr-2
config>lcr# neighbor 14.14.14.14
config>lcr# protect-mda 1/1
config>lcr# revert-time 5

Use the info command to display MC-LCR configuration information.

*A:7705:Dut-D# configure lcr lcr-2 
*A:7705:Dut-D>config>lcr# info 
----------------------------------------------
        neighbor 14.14.14.14
        revert-time 5
        protect-mda 1/1
----------------------------------------------