Cisco Systems N5KC5596TFA Switch User Manual


 
switch(config-port-prof)# sh running-config interface ethernet 1/14
!Command: show running-config interface Ethernet1/14
!Time: Thu Aug 26 07:03:17 2010
version 5.0(2)N1(1)
interface Ethernet1/14
inherit port-profile alpha
switch(config-port-prof)# sh running-config interface ethernet 1/14 expand-port-profile
!Command: show running-config interface Ethernet1/14 expand-port-profile
!Time: Thu Aug 26 07:03:21 2010
version 5.0(2)N1(1)
interface Ethernet1/14
switchport mode trunk
switchport trunk allowed vlan 10-15
switch(config-port-prof)#
Configuring the Debounce Timer
You can enable the debounce timer for Ethernet ports by specifying a debounce time (in milliseconds) or
disable the timer by specifying a debounce time of 0.
You can show the debounce times for all of the Ethernet ports by using the show interface debounce command.
To enable or disable the debounce timer, perform this task:
Procedure
PurposeCommand or Action
Enters configuration mode.switch# configure terminal
Step 1
Enters interface configuration mode for the specified
interface.
switch(config)# interface type slot/port
Step 2
Enables the debounce timer for the amount of time
(1 to 5000 milliseconds) specified.
switch(config-if)# link debounce time
milliseconds
Step 3
Disables the debounce timer if you specify 0
milliseconds.
This example shows how to enable the debounce timer and set the debounce time to 1000 milliseconds for
an Ethernet interface:
switch# configure terminal
switch(config)# interface ethernet 1/4
switch(config-if)# link debounce time 1000
This example shows how to disable the debounce timer for an Ethernet interface:
switch# configure terminal
switch(config)# interface ethernet 1/4
switch(config-if)# link debounce time 0
Cisco Nexus 5000 Series NX-OS Interfaces Configuration Guide, Release 5.2(1)N1(1)
78-26881-OL 27
Configuring Layer 2 Interfaces
Configuring the Debounce Timer