This is a discussion on Re: Proxy question within the SNMP Users forums, part of the Networking and Network Related category; On 01/05/07, Byron Schlemmer <byron.schlemmer@gmail.com> wrote: > > The facility to map from ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 01/05/07, Byron Schlemmer <byron.schlemmer@gmail.com> wrote:
> > The facility to map from a particular community to a non-default > > context was first added to the 5.2.x line. > > (See SVN revision 10797, 2004-July-30) > > What does this mean though? That proxy will only work in 5.1 for a single host? No. It means that if you want to proxy the same OID subtree from multiple hosts, you must either: a) Use SNMPv3 (which supports non-default contexts as standard) or b) Use the "proxy" directive to re-map them into separate locations in the visible OID tree. For example, you could use the proxy mechanism to re-map .1.3.6.1.2.1 on hostA into .1.3.6.1.4.1.99999.65 and .1.3.6.1.2.1 on hostB into .1.3.6.1.4.1.99999.66 You management application would need to be configured so that it knew how to interpret these "private" OIDs, of course. But it would still work with v5.1 If this sort of re-mapping isn't an option, then you'd either need to use SNMPv3, or upgrade. 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-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |