Re: [j-nsp] ATM PVC traffic statistics via SNMP

From: Benny Chee (bennyc@magix.com.sg)
Date: Sat Mar 03 2001 - 11:29:31 EST


I m not trying to poll traffic from sub-interfaces, i trying to get in/outOctets from individual PVC within that sub-interfaces. the one that u mentioned is just the total traffic from a bunch of PVCs.

If u look at the config below, i would like the INDIVIDUAL in/outOctets from PVC 0.65 and 0.66 SEPARATELY. Note that it a point-to-multipoint config.

Benny

        unit 0 {
            encapsulation atm-snap;
            multipoint;
            family inet {
                address 192.168.14.1/24 {
                    multipoint-destination 192.168.14.2 {
                        vci 0.65;
                        shaping {
                            vbr peak 4500000 sustained 3500000 burst 64;
                        }
                        inverse-arp;
                    }
                    multipoint-destination 192.168.14.3 {
                        vci 0.66;
                        shaping {
                            vbr peak 4500000 sustained 3500000 burst 64;
                        }
                        inverse-arp;
                    }
                }
            }
        }

On Sat, Mar 03, 2001 at 10:05:55AM -0500, Doug McPherson wrote:
|
| > I would like to poll for InOctets/OutOctets on each individual PVCs
| created with multipoint-destination
| > on my ATM interfaces via SNMP just like what i did on my CISCO boxes using
| the following
| > mibs, ftp://ftp.cisco.com/pub/mibs/v2/CISCO-AAL5-MIB.my. Does juniper
| have the same
| > thing as what CISCO boxes have? This is essential for billing purposes.
|
| On Juniper boxes, the ATM sub-interfaces should get their own ifIndex ID and
| will return in/outOctets just like a regular interface. You don't need to
| use any ATM mibs to collect -- just standard interfaces MIB.
| We collect per-pvc utilzation this way.
|
| /doug
| --
| Doug McPherson NaviPath, Inc. - a CMGI Company
| Director, Network Management 800 Federal Street
| mailto:dougm@navipath.com Andover, MA 01810
| phone 978-933-6339 Fax: 978-933-6201



This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:40 EDT