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

From: Benny Chee (bennyc@magix.com.sg)
Date: Mon Mar 05 2001 - 00:56:46 EST


I guess getting the results using cflowd is the only way out for now.

Just wondering if the Junos 4.3 junoscript will just do the trick?
Anybody done any implementation on junoscript?

Benny

On Sun, Mar 04, 2001 at 11:56:39PM -0500, Daniel Golding wrote:
| There's already an open Juniper feature request on this. It makes things
| hard for multipoint interfaces at ATM peering points. You may be able to
| pull some of the data you need via cflowd, though.
|
| Daniel L. Golding NetRail, Inc.
| Senior Director Network Design & Development
| "Do Not Taunt Happy Fun Ball"
|
| -----Original Message-----
| From: Tony Mumm [mailto:tonym@netins.net]
| Sent: Sunday, March 04, 2001 10:20 PM
| To: Benny Chee; Juniper-NSP
| Subject: Re: [j-nsp] ATM PVC traffic statistics via SNMP
|
| I have asked about this myself, and it is currently not possible. Perhaps
| we can put all our names together to help get this pushed through.
|
| Thanks,
|
| Tony
|
|
| On 3/3/01 8:14 AM, "Benny Chee" <bennyc@magix.com.sg> wrote:
|
| > Hi,
| >
| > 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.
| >
| > Benny
| >
| > Below is a snippet of my config:
| >
| > interfaces {
| > at-0/2/0 {
| > mtu 9180;
| > encapsulation atm-pvc;
| > atm-options {
| > vpi 0 maximum-vcs 1200;
| > }
| > 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;
| > }
| > }
| > }
| > }
| > }
| >

-- 
I don't want Perl to be beautiful,
I want you to write beautiful programs in Perl.
  --Larry Wall, Culture of Perl, August 1997 



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