[j-nsp] Graph customer traffic using firewall filter counter

Elian Scrosoppi escrosoppi at ifxcorp.com
Tue Jan 31 17:56:49 EST 2006


Hi Guys,

Can anybody help me to graph customer traffic with some SNMP+rrdtool utility (like cacti or mrtg) using a counter in a firewall filter based in this configuration?:

--
escrosoppi at xxx> show configuration firewall filter A
interface-specific;
term 1 {
    from {
          blablabla;
    }
    then {
        policer 6mb;
        count COUNTER1;
        accept;
    }
}
term 2 {
    from { 
          blablabla;
    }
    then {
        policer 4mb;
        count COUNTER2;
        accept;
    }
}

Is this posible?

Thanks in advance,
--
Elian Scrosoppi
escrosoppi at ifxcorp.com




More information about the juniper-nsp mailing list