Configuring the Debounce Timer
switch(config-if)# shutdown
This example shows how to restart an Ethernet interface:
switch# configure terminal
switch(config)# interface ethernet 1/4
switch(config-if)# no shutdown
Configuring the Debounce Timer
You can enable the debounce timer for Ethernet ports by specifying a debounce time, in milliseconds (ms),
or disable the timer by specifying a debounce time of 0. By default, the debounce timer is set to 100 ms, which
results in the debounce timer not running.
Note
The link debounce feature is available for 10G and 40G interfaces only.
You can show the debounce times for all of the Ethernet ports by using the show interface debounce command.
SUMMARY STEPS
1. switch# configure terminal
2. switch(config)# interface type slot/port
3. switch(config-if)# link debounce time milliseconds
DETAILED STEPS
Command or Action
Step 1
switch# configure terminal
Step 2
switch(config)# interface type slot/port
Step 3
switch(config-if)# link debounce time milliseconds
Example
This example shows how to enable the debounce timer and set the debounce time to 1000 ms for an
Ethernet interface:
switch# configure terminal
switch(config)# interface ethernet 3/1
switch(config-if)# link debounce time 1000
This example shows how to disable the debounce timer for an Ethernet interface:
Cisco Nexus 3548 Switch NX-OS Interfaces Configuration Guide, Release 9x
20
Purpose
Enters global configuration mode.
Enters interface configuration mode for the specified
interface.
Enables the debounce timer for the amount of time (1 to
5000 ms) specified.
Disables the debounce timer if you specify 0 milliseconds.
Configuring Layer 2 Interfaces