Howdy,
Relative newbie to Zabbix. We are running Zabbix 7.0.8 and are currently monitoring a bunch of Dell switches (PowerSwitch S5232F-ON, Z9264F-ON, etc...) using the template Dell Force S-Series by SNMP.
I have been routinely getting spammed by our recent Zabbix deployment with "Interface vlan1234: High bandwidth usage (>90%)"
The issue, we have 25Gb, 100Gb and 400Gb interfaces using various VLANs on our switches and some digging reveals that the VLANs all have a speed of 10Gbps in Zabbix.
Further digging on the switches show that, the switches are, in fact, reporting the VLANs max speed at 10Gbps. Apparently, this is normal on switches with virtual interfaces.
Code:
# show interface vlan 100 Vlan 100 is up, line protocol is upInterface index is 52 MTU 9216 bytes, IP MTU 9184 bytes LineSpeed 10G <<<---------
- Macro: {$IF.UTIL.MAX}
- Value: 90
- Macro: {$IF.UTIL.MAX:"^(?!vlan).*$"}
- Value: 90
Any thoughts on how I should address this? I'd perfer that I don't see any bandwidth for any interface with the name "vlan.*".
Thanks
Comment