Last−Time−Cleared
——————————————————————————
Sat Sep 23 2000, 11:29:11
Viewing Port Statistics on a CLI−Based IOS

To view the port statistics on a CLI−based IOS, use the show usage command. Let’s take a look at the

command, the options available, and an example of its output:

1912EN#show usage ?
exception Display exception statistics report
utilization Display utilization statistics report
1912EN#show usage utilization
Receive Forward Transmit
—————————————————————————————
1 : 6301 5861 2252
2 : 0 0 0
3 : 1 0 4124
4 : 0 0 0
5 : 889 821 4124
6 : 4217 4217 7857
7 : 0 0 0
8 : 0 0 6
9 : 0 0 0
10 : 0 0 693
11 : 0 0 0
12 : 0 0 0
AUI: 0 0 4124
A : 0 0 0
B : 0 0 0

Here is the output using the exception syntax:

1912EN#show usage exception
Receive Transmit Security
Errors Errors Violations
—————————————————————————————————
1 : 0 0 0
2 : 0 0 0
3 : 0 0 0
4 : 0 0 0
5 : 0 0 0
6 : 0 0 0
7 : 0 0 0
8 : 0 0 0
9 : 0 0 0
10 : 0 0 0
11 : 0 0 0
12 : 0 0 0
AUI: 0 0 0
A : 0 0 0
B : 0 0 0
1912EN#

332