Hi All
I have been facing a problem with snmpusm for creation of a new user from an
existing user through cloning during Key Change.
The Existing user has been created using Passphrase and I intend to create
the new user with a Auth and Encryption Keys rather that passphrases.
The documentation of
On 06/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> When I try with this command, I am getting the following response on my
> target and snmpd is not running:
>
> root:/bin> snmpd -f -Le -d -c /etc/snmpd.conf
> Usage: snmpd [-h lhost] [-p lport] [-c community]
In which case, this snm
Hi Dave,
When I try with this command, I am getting the following response on my
target and snmpd is not running:
root:/bin> snmpd -f -Le -d -c /etc/snmpd.conf
Usage: snmpd [-h lhost] [-p lport] [-c community]
The content of my snmpd.conf file is:
# sec.name source community
com2
On 06/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> As you suggested, I have tried to give the path of snmpd.conf in my
> run-time environment. The exact command I gave is (snmpd.conf file is
> stored under /etc/ at run-time environment):
> root:/bin> snmpd -c /etc/snmpd.conf &
You s
Hi Dave,
As you suggested, I have tried to give the path of snmpd.conf in my
run-time environment. The exact command I gave is (snmpd.conf file is
stored under /etc/ at run-time environment):
root:/bin> snmpd -c /etc/snmpd.conf &
58
And the ps command shows that snmpd is running.
root:/bin> ps
On 06/03/2008, <[EMAIL PROTECTED]> wrote:
> I am able to run the SNMP agent on the uClinux (Blackfin Board).
> I am using the following command to run the agent:
>
> root:/bin> snmpd -c tst &
>
> where tst is the community name.
No.
The '-c' option for snmpd takes the name of a config file,
not a
Hi All,
I am able to run the SNMP agent on the uClinux (Blackfin Board). I am
using the following command to run the agent:
root:/bin> snmpd -c tst &
where tst is the community name.
On the SNMP manager, I am giving the command:
[EMAIL PROTECTED] sbin]# snmpwalk -v 1 -c tst
On Wed, Mar 5, 2008 at 7:46 AM, Mike Harless <[EMAIL PROTECTED]> wrote:
> > Use two agents, one on each interface?
>
> Thanks. I was hoping that since it was only one oid that needs this
> behavior, there would be a way to figure out what physical interface
> the request was coming from and I
I found the following code in netsnmp_table_iterator_helper_handler:
/* if sorted, pass in a hint */
if (iinfo->flags & NETSNMP_ITERATOR_FLAG_SORTED) {
callback_loop_context = table_info;
}
This caught my eye because it looks like it is intended to allow a
get_first_data_point func