BUG report : vacmAccessTable
Erez Makavy <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have these lines in my snmpd.conf: access ReadCommG "" v1 noauth exact v1-r-view "" v1-r-view access ReadCommG "" v2c noauth exact v1-r-view "" v1-r-view access ReadCommG "" usm auth exact v3-r-view "" v3-r-view I tested the master agent behavior, and it behabes as if these configuration directives exists, But when walking the vacmAccessTable only 1 entry is shown (the entry with the usm secModel and auth SecLevel).. It seems that the implementation of the table (var_vacm_access function), somehow for multiple entries with the same groupname, it show only the one with the highest value of secModel. Thanks, Erez.