File tree Expand file tree Collapse file tree
content/cumulus-linux-517/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -803,18 +803,28 @@ cumulus@switch:~$ sudo systemctl reload switchd.service
803803{{< /tab >}}
804804{{< /tabs >}}
805805
806- To show the link debounce statistics for an interface, run the ` nv show interface <interface-id> link debounce ` command.
806+ To show the link transitions for an interface, run the ` nv show interface <interface-id> link debounce ` command.
807807
808808```
809809cumulus@switch:~$ nv show interface swp1 link debounce
810- Counter Value
811- --------------------- -----
812- ignored-up-events 10
813- ignored-down-events 8
814- received-up-events 23
815- received-down-events 22
816- timer-cancellations 18
817- timer-expirations 45
810+ operational applied
811+ ---- ----------- -------
812+ up 200 200
813+ down 150 150
814+ ```
815+
816+ To show link debounce statistics for an interface, run the ` nv show interface <interface-id> counters link debounce ` command.
817+
818+ ```
819+ cumulus@switch:~$ nv show interface swp1 counters link debounce
820+ operational
821+ -------------------- -----------
822+ ignored-down-events 0
823+ ignored-up-events 0
824+ received-up-events 2
825+ received-down-events 1
826+ timer-cancellations 0
827+ timer-expirations 3
818828```
819829
820830To show the link debounce statistics for all interfaces, run the ` nv show interface debounce-counters ` command:
You can’t perform that action at this time.
0 commit comments