Situatie
Suppose you want to see how many logs are on a switch related only to a specific port of it.
Solutie
Therefore, after connecting to the switch, you will need the following command to get the desired result:
show logging | count 1/0/X – x is the interface where we want to count the logs.
EX: show logging | count 1/0/14
Leave A Comment?