shutdown-time

Configures the interval after which an interface that is shut down by loop detection (LD) protocol is automatically reenabled.

Syntax

shutdown-time minutes
no shutdown-time

Command Default

See the Usage Guidelines.

Parameters

minutes
The interval in minutes. Range is from 0 through 1440. The default is 0. (The interface is not automatically reenabled.)

Modes

Protocol Loop Detect configuration mode.

Usage Guidelines

Use the no form of this command to revert to the default interval and prevent the interface from being automatically reenabled.

Examples

To specify a shutdown time of 20 minutes:

device# configure terminal
device(config)# loop-detection
device(config-loop-detect)# shutdown-time 20

To revert to the default interval and prevent the interface from being automatically reenabled:

device# configure terminal
device(config)# loop-detection
device(config-loop-detect)# no shutdown-time