This is a discussion on Re: FW: regarding creation of subagents using proxy. within the SNMP Coders forums, part of the Networking and Network Related category; On 09/05/07, Siva Prakash Reddy G <sivag@aztecsoft.com> wrote: > Can any body give example ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 09/05/07, Siva Prakash Reddy G <sivag@aztecsoft.com> wrote:
> Can any body give example of writing proxy part in > the configuration file( snmpd.conf ), by taking 3 subagents as an > example. But what exactly do you need the three subagents to report? The simplest configuration would be something like: proxy -v 1 -c public remhost1 .1.3.6.1.2.1.1 proxy -v 1 -c public remhost2 .1.3.6.1.2.1.2 proxy -v 1 -c public remhost3 .1.3.6.1.2.1.25 which would direct requests for the system group to 'remhost1', requests for the interfaces group to 'remhost2' and requests for the Host Resources group to 'remhost3'. I somehow doubt that this is what you have in mind, but something a little more concrete would be useful. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |