On 10/01/07, mahua dutta <[EMAIL PROTECTED]> wrote: > Is there any version of the snmp sub agent ? we can > configure snmpd to v1/v2/v3. How to check what kind of > PDU (v1/v2/v3 ) is sent by subagent?
The communication between master agent and subagent doesn't use SNMP at all. It uses 'AgentX' - a similar protocol, but one that is specifically designed for extending the agent. (So there are some extra bits on top of the basic SNMP operations, and the packet structure is different). The snmpd access configuration is concerned with how to handle requests from outside - i.e. SNMP clients. Communication with subagents is completely separate from this. Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
