Reference Guide

dampening
R1(conf-if-te-1/1)#show config
!
interface TengigabitEthernet 1/1
ip address 10.10.19.1/24
dampening 1 2 3 4
no shutdown
R1(conf-if-te-1/1)#exit
To view the link dampening configuration on an interface, use the show config command.
To view dampening information on all or specific dampened interfaces, use the show interfaces dampening command
from EXEC Privilege mode.
Dell# show interfaces dampening
InterfaceStateFlapsPenaltyHalf-LifeReuseSuppressMax-Sup
Te 0/0Up005750250020
Te 0/1Up21200205001500300
Te 0/2Down4850306002000120
To view a dampening summary for the entire system, use the show interfaces dampening summary command from
EXEC Privilege mode.
Dell# show interfaces dampening summary
20 interfaces are configured with dampening. 3 interfaces are currently suppressed.
Following interfaces are currently suppressed:
Te 0/2
Te 3/1
Te 4/2
Dell#
Clearing Dampening Counters
To clear dampening counters and accumulated penalties, use the following command.
Clear dampening counters.
clear dampening
Dell# clear dampening interface Te 0/1
Dell# show interfaces dampening TengigabitEthernet0/0
InterfaceStateFlapsPenaltyHalf-LifeReuseSuppressMax-Sup
Te 0/1Up00205001500300
Link Dampening Support for XML
View the output of the following show commands in XML by adding | display xml to the end of the command.
show interfaces dampening
show interfaces dampening summary
show interfaces interface x/y
Configure MTU Size on an Interface
Maximum Transmission Unit (MTU) is defined as the entire Ethernet packet (Ethernet header + FCS + payload).
The link MTU is the frame size of a packet, and the IP MTU size is used for IP fragmentation. If the system determines that the
IP packet must be fragmented as it leaves the interface, the system divides the packet into fragments no bigger than the size
set in the ip mtu command.
NOTE:
Because different networking vendors define MTU differently, check their documentation when planning MTU sizes
across a network.
Interfaces 359