<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
Hi, 
<PRE>
I'am using a snmp plugin to collect traffic statistics from network interfaces in our network. 

In situations when using a Table parametar = true, the plugin simply walks all interfaces. 
In my case it is about 1000 interfaces on a single device, and I would like to collect snmp data from only 100 interfaces.

So my question is, is it possible to filter out some of the interfaces in SNMP Plugin for collectd. 
More precisely I would like to exclude all the interfaces that contain expression &quot;vlan&quot; in their description.&nbsp; 

Currently I'm using a following configuration:

&nbsp;&nbsp;&nbsp; &lt;Data &quot;unicast_traffic64&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Type &quot;if_octets64&quot;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Table true
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Instance &quot;IF-MIB::ifDescr&quot;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Values &quot;IF-MIB::ifHCInOctets&quot; &quot;IF-MIB::ifHCOutOctets&quot;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Scale 8
&nbsp;&nbsp; &lt;/Data&gt;


thank you
Domagoj Mikac




</PRE>
</BODY>
</HTML>