Statistics on subinterfaces
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2010 10:23 PM - edited 03-04-2019 10:20 AM
hi,
I've created 2 sub interfaces and connected links on that. But i'm unable to get statistics on those sub interfaces
can someone help me on this..
thanks....
S
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2010 10:35 PM
Hi Srujan,
Well subinterface do not show all things which you expect..like crc,input/output traffic etc. For that you have to look
into main interface.
But if you want to see traffic input/output you can apply qos or simply rate-limit and see traffic via.
If qos is applied: sh policy-map interface interface-name
If rate-limit is applied: sh interface interface-name rate-limit
if you have gig port with 50mb of bw you can apply rate milit like
int interface-name
rate-limit input 51200000 9600000 19200000 conform-action transmit exceed-action drop
rate-limit output 51200000 9600000 19200000 conform-action transmit exceed-action drop
Hope this is helpful
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2010 11:08 PM
Thnx mahesh.. will check and let you know
