Hi All, Is there any way of getting detailed statistics from a bridge? Specifically, I need to know how many frames may have been dropped because they exceed the MTU of the underlying port. I'm having a few issues with MTUs not agreeing. Regards, Leigh Leigh Sharpe Network Systems Engineer Pacific Wireless Ph +61 3 9584 8966 Mob 0408 009 502 Helpdesk 1300 300 616 email lsharpe at pacificwireless.com.au <blocked::mailto:lsharpe at pacificwireless.com.au> web www.pacificwireless.com.au <blocked::http://www.pacificwireless.com.au/> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/bridge/attachments/20080423/f57c3b8c/attachment.htm
On Wed, 23 Apr 2008 10:53:12 +1000 "Leigh Sharpe" <lsharpe at pacificwireless.com.au> wrote:> Hi All, > Is there any way of getting detailed statistics from a bridge? > Specifically, I need to know how many frames may have been dropped > because they exceed the MTU of the underlying port. I'm having a few > issues with MTUs not agreeing. > > Regards, > Leigh >It would not be hard to modify kernel to use one of the existing statistics on the bridge interface to keep track of the dropped packets. I'll look into it if no one else gets to it first (hint, hint)