Has anyone else found these no longer work?  Sorry if I missed a previous post, I searched but found nothing before posting this.
Thanks!
			Thanks!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menutransport = CreateSNMPTransport($node);
if (transport == null)
	return false;
// get the interface name to return as instance-name
vb = SNMPGet(transport, ".1.3.6.1.2.1.31.1.1.1.1." . $1);
if (vb == null)
	return false;
// filter out loopback
if (vb->value == "lo")
	return false;
return %(true, $1, vb->value);