cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
517
Views
0
Helpful
1
Replies

Subinterface statistics

dalara
Level 1
Level 1

i have a cisco 10000 with 3 shubinterfaces on port 3/0/0 like this:

interface GigabitEthernet3/0/0.1

encapsulation dot1Q 11

ip address 10.0.0.200 255.255.255.0

!

interface GigabitEthernet3/0/0.2

encapsulation dot1Q 1581

!

interface GigabitEthernet3/0/0.3

encapsulation dot1Q 2281

I want to see the input/output rate in each subinterface like with the command show interface gig 3/0/0 line but per interface, how can i do this??

Thanks for help

1 Reply 1

gpulos
Level 8
Level 8

you can use the "show int 3/0/0.3" command to show basic subinterface stats but the I/O rates, errors, etc are viewed at the Interface level ie:3/0/0.

the stats are totals for all data from all subinterfaces.