Skip to content

Commit edcb079

Browse files
committed
Merge branch '5.17-reviews' into stage
2 parents ace4c5a + 2e12d88 commit edcb079

1 file changed

Lines changed: 19 additions & 9 deletions

File tree

  • content/cumulus-linux-517/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management

content/cumulus-linux-517/Layer-1-and-Switch-Ports/Interface-Configuration-and-Management/_index.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff 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
```
809809
cumulus@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

820830
To show the link debounce statistics for all interfaces, run the `nv show interface debounce-counters` command:

0 commit comments

Comments
 (0)