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

Reply via email to