On 2 November 2011 14:50, Jordan Kagan <jrkag...@gmail.com> wrote:
> Can anyone tell me where the interface to  "Context Name" within the
> Net-SNMP library is located?  This is what can be changed using the -n flag
> via the command line.

>From  snmplib/snmp_parse_args.c:

            case 'n':
            session->contextName = optarg;
            session->contextNameLen = strlen(optarg);
            break;

Dave

------------------------------------------------------------------------------
RSA&#174; Conference 2012
Save $700 by Nov 18
Register now&#33;
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to