Re: [j-nsp] Graphs for IPv6 traffic

2011-08-24 Thread Matti Saarinen
Ido Szargel wrote:

 I am looking for a way to poll snmp data on IPv6 traffic (bps, pps) on
 MX80 to a cacti graph, does anyone have any luck with doing that?

(Not MX80 but M10i but the difference isn't hopefully significant in
this case.) I configured an IPv6 filter under which I defined a counter
and the value of that counter is read by SNMP. Not the most elegant
solution but it appears to work.

Cheers,

-- 
- Matti -
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] Graphs for IPv6 traffic

2011-08-24 Thread Michael Hare
That is what I do as well.  You will find the 'interface-specific' knob 
invaluable.  You'll have to apply it per ifl in/out.


-Michael

[pseudocode]

firewall {
  family inet 6 {
filter count-v6 {
interface-specific;
term count-v6 {
then {
count your-counter-name; #replace the name
accept; # or whatever
}
}
}
   }
}

On 8/24/2011 7:37 AM, Matti Saarinen wrote:

Ido Szargel wrote:


I am looking for a way to poll snmp data on IPv6 traffic (bps, pps) on
MX80 to a cacti graph, does anyone have any luck with doing that?


(Not MX80 but M10i but the difference isn't hopefully significant in
this case.) I configured an IPv6 filter under which I defined a counter
and the value of that counter is read by SNMP. Not the most elegant
solution but it appears to work.

Cheers,


___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


[j-nsp] Graphs for IPv6 traffic

2011-08-22 Thread Ido Szargel
Hi All,

I am looking for a way to poll snmp data on IPv6 traffic (bps, pps) on MX80 to 
a cacti graph, does anyone have any luck with doing that?

Thanks,
Ido.
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp


Re: [j-nsp] Graphs for IPv6 traffic

2011-08-22 Thread David Miller

On 8/22/2011 8:06 AM, Ido Szargel wrote:

Hi All,

I am looking for a way to poll snmp data on IPv6 traffic (bps, pps) on MX80 to 
a cacti graph, does anyone have any luck with doing that?

Thanks,
Ido.



If you are looking for global IPv6 stats for the router you can start at 
*JUNIPER-IPv6-MIB*:
  
http://www.juniper.net/techpubs/en_US/junos10.4/topics/concept/ipv6-mib-overview.html

  http://www.oidview.com/mibs/2636/JUNIPER-IPv6-MIB.html

You may also need to set forwarding-options family inet6 route-accounting
  
http://www.juniper.net/techpubs/en_US/junos10.1/information-products/topic-collections/config-guide-policy/topic-28331.html


-DMM
___
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp