show interface link debounce
Use this command to display link-debounce-time information.
Command Syntax
show interface (IFNAME|) link-debounce (details|)
Parameters
IFNAME
Displays information only for this interface.
details
Displays detailed information regarding link-debounce-time.
Default
None
Command Mode
Execution mode and Privileged execution mode
Applicability
This command was introduced in OcNOS version 7.0.0
Example
The below example shows the brief information for link-debounce-time.
OcNOS#show interface link-debounce
+----------------+--------------+----------------+
| Interface Name | Link-UP Time | Link-DOWN Time |
+----------------+--------------+----------------+
ce1 500 600
ce2 300 700
ce3 500 500
ce4 1800000 1800000
ce5 50000 50000
OcNOS#
The below example shows the detailed information for link-debounce-time.
OcNOS#show interface link-debounce details
+----------------+---------------------------------+-------------------------------+------------+
| | Link-UP | Link-DOWN | |
| Interface Name +----------+---------+------------+----------+---------+----------+ Flap Count |
| |Configured| Status | Rem-Time |Configured| Status | Rem-Time | |
+----------------+----------+---------+------------+----------+---------+----------+------------+
ce1 500 - 0 600 - 0 0
ce2 300 - 0 700 - 0 0
ce3 500 - 0 500 - 0 0
ce4 1800000 - 0 1800000 - 0 0
ce5 50000 Active 45524 50000 Active 41386 5
OcNOS#
Here is the explanation of the show command output fields.
|
Entry |
Description |
|
Interface Name |
The logical interface name (for example, ce1, ce2, and son on.) being monitored for link debounce. |
| Link-UP Time | The debounce timer (in milliseconds) configured to validate a stable link-UP event. The interface will only be declared UP after this duration has passed without interruption. |
|
Link-UP Configured |
The debounce timer (in milliseconds) configured for detecting a stable link-UP event on the interface. |
|
Link-UP Rem-Time |
The remaining time (in milliseconds) before the configured debounce period completes and the link is declared UP. A value of 0 means the timer is not running. |
| Link-UP Status |
Indicates whether the link-UP debounce is currently Active (counting down because a transition was detected) or Inactive. |
| Link-DOWN Time |
The debounce timer (in milliseconds) configured to validate a stable link-DOWN event. The interface will only be declared DOWN after this duration has passed without interruption. |
|
Link-DOWN Configured |
The debounce timer (in milliseconds) configured for detecting a stable link-DOWN event on the interface. |
|
Link-DOWN Rem-Time |
The remaining time (in milliseconds) before the configured debounce period completes and the link is declared DOWN. A value of 0 means the timer is not running. |
|
Link-DOWN Status |
Indicates whether the link-DOWN debounce is currently Active (counting down because a transition was detected) or Inactive. |
|
Flap Count |
The number of times the interface has flapped (changed state between UP and DOWN) since counters were last reset. |