Try using the IP address of each subinterface. In terms of bandwidth, give it the PVC size. Also, you can watch spikes by using the AbsMax option.
Here's an example: Target[percent_x.x.x.x]: /x.x.x.x:[EMAIL PROTECTED] * 100 / 8000 RouterUptime[percent_x.x.x.x]: [EMAIL PROTECTED] SetEnv[percent_x.x.x.x]: MRTG_INT_IP="x.x.x.x" MRTG_INT_DESCR="ATM3/0/0.3" Directory[percent_x.x.x.x]: routername-interface Maxbytes[percent_x.x.x.x]: 100 Absmax[percent_x.x.x.x]: 200 Unscaled[percent_x.x.x.x]: dwmy x = ip address public = substitute your public community string Also, I measure in bits, not bytes so that's what the "* 100/8000" is at the end of the target line. 8000 comes from dividing the PVC amount by 8. Example: My PVC on this circuit is 64K. That's 64000 bps. Divide by 8 and you get 8000. The Maxbytes at 100 has to be in there too. Finally, the Absmax option is used if you want to measure spikes above the PVC amount with the max being the port speed. Here, the factor is 200 which translates to 2 times the size of the Maxbytes or PVC. Therefore, my port size is 128K. This works great for me. I currently monitor 50 ATM circuits with this exact setup. Adam -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stefano Giraldo Sent: Friday, August 13, 2004 2:20 AM To: Chris Stone; 'Theresa Tucker'; [EMAIL PROTECTED] Subject: [mrtg] Re: MRTG cisco 7200 per atm VCI Sorry Chris, but me and (i think ^_^) also Theresa aren't writing about Virtual-Access Interfaces, but virtual or also named sub interfaces. Like for ATM: ATM3/0.10134 and for Ethernet: FastEthernet2/0.2 This kind of FastEthernet subinterfaces is a virtual interface for a VLAN. Bye, Ste. ----- Stefano Giraldo - I.NET S.p.A. - Operations Department, Technical Support Engineer Via Darwin, 85 20019 Settimo Milanese (MI), Italy Phone: +39.02.33571 ext001 - Fax: +39.02.33571 ext404 ----- ----- Original Message ----- From: "Chris Stone" <[EMAIL PROTECTED]> To: "'Theresa Tucker'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, August 12, 2004 10:15 PM Subject: [mrtg] Re: MRTG cisco 7200 per atm VCI > This is working for me on our 7206VXR: > > ### Interface 28 >> Descr: 'Virtual-Access1' | Name: 'Vi1' | Ip: '' | Eth: > '' ### > > Target[ROUTER_IP_Vi1]: #Vi1:[EMAIL PROTECTED]: > SetEnv[ROUTER_IPt_Vi1]: MRTG_INT_IP="" MRTG_INT_DESCR="Virtual-Access1" > MaxBytes[ROUTER_IP_Vi1]: 12500000 > Title[ROUTER_IP_Vi1]: Traffic Analysis for Vi1 -- ROUTER_IP > > > ### Interface 29 >> Descr: 'Virtual-Access2' | Name: 'Vi2' | Ip: '' | Eth: > '' ### > > Target[ROUTER_IP_Vi2]: #Vi2:[EMAIL PROTECTED]: > SetEnv[ROUTER_IP_Vi2]: MRTG_INT_IP="" MRTG_INT_DESCR="Virtual-Access2" > MaxBytes[ROUTER_IP_Vi2]: 12500000 > Title[ROUTER_IP_Vi2]: Traffic Analysis for Vi2 -- ROUTER_IP > > ...etc.... > > > -------------------------------------------------------------------- > Chris Stone, MCSE > Vice President, CTO > AxisInternet, Inc. > 910 16th St., Suite 1110, Denver, CO 80202 > -------------------------------------------------------------------- > PH 303.592.AXIS - 866.317.AXIS | FAX 303.893.AXIS > -------------------------------------------------------------------- > [EMAIL PROTECTED] | www.axint.net > -------------------------------------------------------------------- > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Theresa Tucker > > Sent: Thursday, August 12, 2004 8:06 AM > > To: [EMAIL PROTECTED] > > Subject: [mrtg] MRTG cisco 7200 per atm VCI > > > > I am having trouble listing individual VCI 's with MRTG on a > > cisco 7200. > > > > Does anyone have a sample configuration file? > > > > Any help would be appreciated! > > > > Thanks in advance! > > Theresa Tucker > > > > -- > > 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 > > -- 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
