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;
}
}
}
}
}
This archive was generated by hypermail 2b29 : Mon Aug 05 2002 - 10:42:40 EDT