Re: Source Address based Configuration Control in SNMP Agent
Wes Hardaker via Net-snmp-coders <[email protected]>
| Newsgroups | gmane.network.net-snmp.devel |
|---|---|
| Message-ID | <[email protected]> |
prabu varadharajan <[email protected]> writes: > But as per the design, my agent will be configured with only one user > which can be updated as rouser or rwuser. So can you please suggest > any other way to achieve this if possible? You can't have a single user with different access levels, sorry. There are hacky things you could do, like using v2c communities for read-only (but that's insecure) or setting up a v3 proxy for the read-only manager to proxy through that only allows read access even though the outgoing access to the real device is using a read-write user. But that's a real hack and not much better. -- Wes Hardaker Please mail all replies to [email protected]