I'm trying to monitor only the interface with traffic "{#IFTRAFFICOUT}, IF-MIB::ifHCOutOctets" non zero values.
I have setted the below value and filtering but it doesn't work.
SNMP OID : discovery[{#SNMPVALUE},IF-MIB::ifDescr, {#IFALIAS}, IF-MIB::ifAlias, {#IFOPERSTATUS}, IF-MIB::ifOperStatus, {#IFTRAFFICOUT}, IF-MIB::ifHCOutOctets]
Filters :
{#IFOPERSTATUS} : ^up|^1
{#IFTRAFFICOUT} : ^[^0][[:digit:]]+
{#SNMPVALUE} : et|lt|ps
The Discovery take the zero traffic interfaces as you can see in the attached image.
I have setted the below value and filtering but it doesn't work.
SNMP OID : discovery[{#SNMPVALUE},IF-MIB::ifDescr, {#IFALIAS}, IF-MIB::ifAlias, {#IFOPERSTATUS}, IF-MIB::ifOperStatus, {#IFTRAFFICOUT}, IF-MIB::ifHCOutOctets]
Filters :
{#IFOPERSTATUS} : ^up|^1
{#IFTRAFFICOUT} : ^[^0][[:digit:]]+
{#SNMPVALUE} : et|lt|ps
The Discovery take the zero traffic interfaces as you can see in the attached image.