By default, the sending of an up or down port event is not delayed. You can configure a delay for either or both events.
device# configure terminal
device(config)# interface Ethernet 4/2
device(conf-if-eth-4/2)# delay-link-event 2 down
You can specify a multiplier value from 1 to 200 for delay times from 50 ms to 10 seconds and a port event of up, down, or both.
device(conf-if-eth-4/2)# do show running-config internet ethernet 4/2 interface Ethernet 4/2 ... delay-link-event 2 down no shutdown !
The following example shows the steps in the previous configuration.
device# configure terminal device(config)# interface Ethernet 4/2 device(conf-if-eth-4/2)# delay-link-event 2 down