2009/12/1 Pil Choi <[email protected]>: > I need to > figure out how to configure SNMP so that SNMP manager communicate with its > master/subagent via network remotely with local host between subagent and > master agent, but SNMP manager should use subagent's real ip address when it > sends a request to the remote sumbagent.....
The manager does not talk to the subagent directly. The manager *always* talks to the master agent, and the master agent talks to the subagent (if necessary) As far as the manager is concerned, there appears a to be only one agent. Whether this is true, or whether there are actually a num,ber of subagents is a private matter, known only to the master agent. So the manager should be using the IP address of the master agent, not of the subagent. Dave ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ 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
