<div dir="ltr">@David Rampage - I am still wrestling with that error when poling externally. Here is my dhcpd-snmp.conf file structure, as you requested. <div><br></div><div><div># Configuration file for dhcpd-snmp</div><div><br></div><div># Path to the dhcpd.leases file.</div><div>#</div><div># leases: /var/lib/dhcp3/dhcpd.leases</div><div><br></div><div>leases: /var/lib/dhcpd/dhcpd.leases</div><div><br></div><div># Definition of the pools</div><div>#</div><div># pool: number, description, from-to, from-to, from-to...</div><div><br></div><div>pool: 1, "Market 1", 192.168.100.100 192.168.100.254 192.168.101.100 192.168.101.254</div><div><br></div><div>pool: 2, "Market 2", 192.168.200.100 192.168.200.254 192.168.201.100 192.168.201.254</div><div><br></div><div>pool: 3, "Market 3", 192.168.202.100 192.168.202.254 192.168.203.100 192.168.203.254</div><div><br></div><div><br></div><div>Just to recap, I can run the dhcpd-snmp script locally, and it works. But if I try an smnpwalk from a remote device, I get the following error:</div><div><br></div><div><div style="font-size:12.8px">#snmpwalk -v 2c <host> -c public .1.3.6.1.4.1.21695.1.2</div><div style="font-size:12.8px">SNMPv2-SMI::enterprises.21695.<wbr>1.2 = No more variables left in this MIB View (It is past the end of the MIB tree)</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Do I need to place some dhcpd-snmp specific MIB's somewhere on the server?</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 7, 2017 at 3:34 PM, Simon Hobson <span dir="ltr"><<a href="mailto:dhcp1@thehobsons.co.uk" target="_blank">dhcp1@thehobsons.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">project722 <<a href="mailto:project722@gmail.com">project722@gmail.com</a>> wrote:<br>
<br>
> I'm going to look into Cacti, as we will probably not deem this high enough on the priority list to purchase Solarwinds. But, for the moment, I have setup dhcpd-snmp on my DHCP server.<br>
<br>
</span>Just a thought ...<br>
Cacti doesn't HAVE to use SNMP, you can supply your own data externally. So you could use any means of extracting the pool status and insert that into RRD files, and let Cacti handle the graphing. Obviously it starts getting more complicated if the DHCP and Cacti servers are on different hosts.<br>
<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
dhcp-users mailing list<br>
<a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/dhcp-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/<wbr>listinfo/dhcp-users</a><br>
</div></div></blockquote></div><br></div>