<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Getting the pfSense version with SNMP]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am working with snmp on pfSense and I can't find the oid where the pfSense version is given.</p>
<p dir="auto">I only have the freeBSD version on '1.3.6.1.2.1.1.1.0'</p>
<p dir="auto">I could use some help.</p>
<p dir="auto">Thank you,<br />
Benjamin</p>
]]></description><link>https://forum.netgate.com/topic/155345/getting-the-pfsense-version-with-snmp</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 02:01:13 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/155345.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Jul 2020 13:37:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Getting the pfSense version with SNMP on Tue, 21 Jul 2020 14:24:46 GMT]]></title><description><![CDATA[<p dir="auto">You can't find 2.4.4 info, because that version doesn't exist anymore (snmp bug).</p>
<p dir="auto">The actual version works just fine :</p>
<pre><code>root@DiskStation2:~# snmpwalk -v1 -c public 192.168.1.1 | grep 'pfSense'
SNMPv2-MIB::sysDescr.0 = STRING: pfSense pfsense.brit-hotel-fumel.net 2.4.5-RELEASE-p1 pfSense FreeBSD 11.3-STABLE amd64
SNMPv2-MIB::sysLocation.0 = STRING: pfSense
HOST-RESOURCES-MIB::hrSWRunParameters.426 = STRING: "-q -f /etc/pfSense-devd.conf"
</code></pre>
<p dir="auto">Btw : for "regex" reason, this</p>
<pre><code>snmpwalk -v1 -c public 192.168.1.1 | grep '2.2.5'
</code></pre>
<p dir="auto">will not work. "2.4.5" isn't a literal search string !</p>
]]></description><link>https://forum.netgate.com/post/925536</link><guid isPermaLink="true">https://forum.netgate.com/post/925536</guid><dc:creator><![CDATA[Gertjan]]></dc:creator><pubDate>Tue, 21 Jul 2020 14:24:46 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the pfSense version with SNMP on Tue, 21 Jul 2020 13:12:41 GMT]]></title><description><![CDATA[<p dir="auto">I tried a snmpwalk on all oid available after activated all default SNMP Modules (MibII, Netgraph, PF, Host Resources, UCD and REGEX) but nowhere in the result do I have the version of pfSense (which is 2.4.4-RELEASE-p3).</p>
<p dir="auto">I searched this regex /2.4.4/</p>
<p dir="auto">Am I missing something or does the pfSense version not given by default?</p>
<p dir="auto">Is there another SNMP module required to access this data?</p>
]]></description><link>https://forum.netgate.com/post/925517</link><guid isPermaLink="true">https://forum.netgate.com/post/925517</guid><dc:creator><![CDATA[Benjamin B]]></dc:creator><pubDate>Tue, 21 Jul 2020 13:12:41 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the pfSense version with SNMP on Tue, 21 Jul 2020 13:02:33 GMT]]></title><description><![CDATA[<p dir="auto">Noop.<br />
But Google told me you can start here : https://forum.netgate.com/topic/55910/snmp-oids-for-monitoring-pfsense-via-mrtg</p>
]]></description><link>https://forum.netgate.com/post/925516</link><guid isPermaLink="true">https://forum.netgate.com/post/925516</guid><dc:creator><![CDATA[Gertjan]]></dc:creator><pubDate>Tue, 21 Jul 2020 13:02:33 GMT</pubDate></item><item><title><![CDATA[Reply to Getting the pfSense version with SNMP on Tue, 21 Jul 2020 12:34:58 GMT]]></title><description><![CDATA[<p dir="auto">Anyone using SNMP can help me?</p>
]]></description><link>https://forum.netgate.com/post/925511</link><guid isPermaLink="true">https://forum.netgate.com/post/925511</guid><dc:creator><![CDATA[Benjamin B]]></dc:creator><pubDate>Tue, 21 Jul 2020 12:34:58 GMT</pubDate></item></channel></rss>