Administrator Guide

Layer 2 Switching Commands 397
Example
The following example shows how gigabitethernet ports 5/0/18 to 5/0/20 and
3/0/1 to 3/0/24 are ranged to receive the same command.
console(config)# interface range gigabitethernet 5/0/18-20,Gi3/0/1-24
console(config-if-range)#
The following example shows how all gigabitethernet ports can be configured
at once.
console(config)# interface range gigabitethernet all
console(config-if-range)#
The following examples demonstrate various valid interface ranges:
console(config)#interface range gigabitEthernet 1/0/1-20
console(config)#interface range gi1/0/20-48
console(config)#interface range gi1/0/1,gi1/0/48
console(config)#interface range gi2/0/1-10,gi1/0/30
console(config)#interface range gi1/0/1-10,gi1/0/30-48
console(config)#interface range gi1/0/1,te1/1/1
console(config)#interface range gigabitEthernet 1/0/10,te1/1/2
link debounce time
Use the link debounce time command to configure the debounce timer for
one or multiple interfaces. Use the no form of the command to set the link
debounce time to the default (disabled).
Syntax
link debounce time [ timeout ]
no link debounce time
timeout—An integer value in the range of 100–5000 milliseconds. The
timeout value must be a multiple of 100.
Default Configuration
Ethernet interfaces do not have debounce enabled by default.
Command Mode
Interface (Ethernet) Configuration mode, Interface Range mode.