Nishant Nayan <nayan.nishant2...@gmail.com> writes:

> Hi, you please explain what does the below line means in snmpd.conf ?

In this case the client (snmpget) is sending the request to the agent on
the localhost with a specific context in the message (ctx_remote).  The
agent, with this configuration that indicates anything coming in with
that context within the specified portion of the OID tree (.1.3.6.1)
should be forwarded, then forwards that request to node2 in order to get
the answer for it.  Once the middle-agent on localhost receives the
answer, it constructs the finale reply to send to the client and sends
it.

> Also what exactly does "com2sec -Cn ctx_remote  notConfigUser   default 
> cmty_remote1"
> means?

You should read this page for information about access control
configuration:

https://net-snmp.sourceforge.io/wiki/index.php/Vacm
-- 
Wes Hardaker
Please mail all replies to net-snmp-coders@lists.sourceforge.net


_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to