Skip to content

Commit b48b58e

Browse files
committed
updates
1 parent 365f41f commit b48b58e

1 file changed

Lines changed: 18 additions & 8 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: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -807,14 +807,24 @@ To show the link debounce statistics for an interface, run the `nv show interfac
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 all link debounce counters 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)