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
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
11-02-2010 11:08 PM
Thnx mahesh.. will check and let you know
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide