Discussion:
Using SNMP pf Module in pfSense with MRTG
Rajkumar S
2006-06-07 12:25:48 UTC
Permalink
Hi,

You can use the pf module in snmp to graph the State Table by using this configuration
file in MRTG.

Target[pfStateTableCount]:
1.3.6.1.4.1.12325.1.200.1.3.1.0&1.3.6.1.4.1.12325.1.200.1.3.1.0:password-***@public.gmane.org:
MaxBytes[pfStateTableCount]: 10000
Title[pfStateTableCount]: Number of entries in the state table.
Options[pfStateTableCount]: gauge
PageTop[pfStateTableCount]: <H1>State Table -- Hostname.com</H1>
<TABLE>
<TR><TD>System:</TD> <TD>Hostname.com </TD></TR>
<TR><TD>Maintainer:</TD> <TD>Rajkumar S</TD></TR>
<TR><TD>Description:</TD><TD>pf State Tables </TD></TR>
</TABLE>

The value 1.3.6.1.4.1.12325.1.200.1.3.1.0 gives the number of state tables via snmp. You
can see other values in /usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt. But I did not find any
interesting information apart from number of state tables in it.

raj

Loading...