<div>Hello,</div>
<div> </div>
<div>This is my first post so if im doing something wrong please let me know.</div>
<div> </div>
<div>I have a number of Juniper 1440 and 320s in MRTG. On the same server i&#39;m trying to retrieve the PPPOE and DHCP sessions via snmpget. I know this is infromation MRTG is currently polling from these devices but I need them for a different report. The PPPOE (.1.3.6.1.4.1.4874.2.2.11.1.7.2.0) is an integer type and works fine. However, the DHCP (.1.3.6.1.4.1.4874.2.2.22.1.3.1.2.0) type is a Counter32 and returns the following error:</div>

<div> </div>
<div>snmpget -v 2c -c &lt;COMMUNITY STRING&gt; &lt;DEVICE IP ADDRESS&gt; AGENT OID .1.3.6.1.4.1.4874.2.2.22.1.3.1.2.0</div>
<div><br>SNMPv2-SMI::enterprises.4874.2.2.22.1.3.1.2.0 = No Such Instance currently exists at this OID<br></div>
<div>I got both of these oids from MRTG (via the SNMP Check link). Is there another oid i should be trying to use or is there something special that needs to be done to poll a counter32 oid?</div>
<div> </div>
<div>Any help or input would be greatly appreciated!</div>