From: Wes H. <har...@us...> - 2022-04-21 22:40:49
|
Paban Agarwalla <pab...@gm...> writes: > We are using to Netsnmp to collect statistics from our device. > > We are registering multiple subagents with the same set of oids. > > can i get all sub agent statastics using the same oid with v2c/v1 snmp > host? The only way to deal with problems like that is to use SNMPv3 contexts, where each context can map to a different subagent with overlapping OID registrations. You can make v1/v2c communities to v3 contexts using the com2sec configuration tokens if you wish. -- Wes Hardaker Please mail all replies to net...@li... |