Hi,
I have noticed that I can not query SNMP anymore after I have updated my VyOS 1.4 to a more recent version.
I think the issue has been caused by a recent change in the snmpd configuration which implemented the RESTRICTED view in the community setting.
My VyOS config is as follows:
set service snmp community COMMUNITY authorization 'ro'
set service snmp contact 'EMAIL'
set service snmp location 'LOCATION'
It is working in VyOS 1.4-rolling-202212310809 but not in VyOS 1.4-rolling-202302060317.
When I manually change the the community setting in /etc/snmp/snmpd.conf from
rocommunity COMMUNITY -V RESTRICTED
to
rocommunity COMMUNITY
and restart the SNMP service, everything is working as before.
So maybe the RESTRICTED view is to restrictive?