After studying the "Template Module Interfaces SNMPv2" supplied with Zabbix 4.4, I understand
The use case is a Cisco WS3850-24T which for example reports incoming broadcast packets on its Gi interfaces but not on its Vlan interfaces
- Macros such as {$NET.IF.IFNAME.NOT_MATCHES} are used as regexes to in/exclude discovered interfaces
- When an interface is included and not excluded, all the items in item prototypes are created for that interface
The use case is a Cisco WS3850-24T which for example reports incoming broadcast packets on its Gi interfaces but not on its Vlan interfaces
Comment