Thank you Victor and Alex. I appreciate the response!
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);