On Fri, 2003-10-03 at 05:51, mazvis wrote: > I collect snmp data from HP ProCurve 2524 switch. > Maybe somebody can help do this: > > You tell your router to set (or reset) the this_is_international_traffic > > bit. > that mean "this_is_international_traffic bit"?
I think he was pulling your leg. In reality, to do this properly you need to use a netflow tool like flow-tools (http://www.splintered.net/sw). I don't think the HP pro-curve switch supports netflow or any variant thereof. I also don't think that it has any enhanced QOS mibs that you could pull the stats from. So, the question is, how would you determine which traffic is "international" and which isn't? Using flow-tools you could tell by AS number. Using a QOS mib you could write a QOS rule that traffic shapped the different classes by an access list with a prefix match and then monitor the input to the QOS rule. But MRTG is not magic. It doesn't know anything other than how to read counters and make pretty graphs from the counters. It's up to you, as the admin, to come up with counters that are interesting. > > Thanks > Mazvydas. > > ----- Original Message ----- > From: "Alex van den Bogaerdt" <[EMAIL PROTECTED]> > To: "MRTG" <[EMAIL PROTECTED]> > Sent: Friday, October 03, 2003 12:30 PM > Subject: [mrtg] Re: split international & national traffic graphs > > > > On Fri, Oct 03, 2003 at 08:37:47AM +0300, mazvis wrote: > > > It is possible to split international traffic from all traffic on the > graph? > > > > You tell your router to set (or reset) the this_is_international_traffic > > bit. Then you tell MRTG to use that bit, using the following option: > > > > Options[x]: EnableInternationalTrafficBit > > > > Please see your router manual for information to set (or reset) this bit > > or call the vendor's helpdesk. > > > > Do not set the option before you have enabled said bit on the router or > > else MRTG will exit with an error! > > > > HTH > > Alex > > > > -- > > Unsubscribe mailto:[EMAIL PROTECTED] > > Archive http://www.ee.ethz.ch/~slist/mrtg > > FAQ http://faq.mrtg.org Homepage http://www.mrtg.org > > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > > > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/mrtg > FAQ http://faq.mrtg.org Homepage http://www.mrtg.org > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi -- Daniel J McDonald <[EMAIL PROTECTED]> Austin Energy -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
