It appears that RouterOS uses the SNMP community name as a unique value and will not allow multiple. I require multiple values to allow multiple subnets to poll the device via SNMP. The only workaround I’m aware of is allowing a larger subnet such as 0.0.0.0/0 (which is the default) but I’m not happy with this. Any other workaround available for this?
On Cisco you would create an ACL with multiple values like:
access-list 5 permit 10.174.8.18
access-list 5 permit 10.174.1.0 0.0.0.31
access-list 5 permit 10.174.14.16 0.0.0.15
snmp-server community public RO 5