This command displays the status and configured parameters of the interfaces configured with dampening.
Format | show interface dampening |
Mode | Privileged EXEC |
Parameter | Description |
---|---|
Flaps | The number times the link state of an interface changed from UP to DOWN. |
Penalty | Accumulated Penalty. |
Supp | Indicates if the interface is suppressed or not. |
ReuseTm | Number of seconds until the interface is allowed to come up again. |
HalfL | Configured half-life period. |
ReuseV | Configured reuse-threshold. |
SuppV | Configured suppress threshold. |
MaxSTm | Configured maximum suppress time in seconds. |
MaxP | Maximum possible penalty. |
Restart | Configured restart penalty. |
Note:
Note:
- The clear counters CLI command resets the flap count to zero.
- The no shutdown interface CLI command resets the suppressed state to False.
- Any change in the dampening configuration resets the current penalty, reuse time and suppressed state to their default values, meaning 0, 0, and FALSE respectively.
Example: The following shows example CLI display output for the command.
Router# show interface dampening Interface 0/2 Flaps Penalty Supp ReuseTm HalfL ReuseV SuppV MaxSTm MaxP Restart 0 0 FALSE 0 5 1000 2000 20 16000 0 Interface 0/3 Flaps Penalty Supp ReuseTm HalfL ReuseV SuppV MaxSTm MaxP Restart 6 1865 TRUE 18 20 1000 2001 30 2828 1500