Specifications
2-314
Cisco ME 3400 Ethernet Access Switch Command Reference
OL-9640-07
Chapter 2 Cisco ME 3400 Ethernet Access Switch Cisco IOS Commands
rep lsl-age-timer
rep lsl-age-timer
Use the rep lsl-age-timer interface configuration command on a Resilient Ethernet Protocol (REP) port
to configure the Link Status Layer (LSL) age timer with the time period that the REP interface remains
up without receiving a hello from the REP neighbor. Use the no form of this command to return to the
default time.
rep lsl-age timer value
no rep lsl-age timer
Syntax Description
Defaults The REP interface shuts down if it does not receive a hello message from a neighbor for 5000 ms.
Command Modes Interface configuration
Command History
Usage Guidelines The LSL hello timer is set to the age timer value divided by 3 so that there should be at least two LSL
hellos sent within the LSL age timer period. If no hellos are received within that time, the REP link is
brought down.
Examples This example shows how to configure the REP LSL age timer on a REP link to 7000 ms:
Switch (config)# interface gigabitethernet0/2
Switch (config-if)# rep lsl-age-timer 7000
Switch (config-if)# exit
You can verify the configured ageout time by entering the show interfaces rep detail privileged EXEC
command.
Related Commands
value The age-out time in milliseconds. The range is from 3000 ms to 10000 ms in
500 ms increments. The default is 5000 ms (5 seconds).
Release Modification
12.2(46)SE This command was introduced.
Command Description
show interfaces rep
[detail]
Displays REP configuration and status for all interfaces or the specified
interface, including the configured LSL age-out timer value.