On 06/02/07, Lacatena, Andrew <[EMAIL PROTECTED]> wrote: > From my NMS host (176.27.81.18) I can do a walk on the master (snmpwalk –v2c > –d –c 'community string' 176.27.81.145 iftable), but I want to verify that > it is actually serving up data from the sub-agent.
Shut down the subagent, but leave the master agent still running. Then request an entry from within the ifTable. If you get a response, then it's the master agent (or a different subagent) that's handling it. If you get 'noSuchObject' or equivalent, then it's the subagent. That's the way I usually test AgentX activity. Dave ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
