Thanks for explaining Wes.
On Fri, Oct 19, 2012 at 12:04 AM, Wes Hardaker
wrote:
> Ravi Kumar writes:
>
>> Can any one tell me what cipher do we use in net-snmp in case of AES
>> authentication method used in SNMPv3
>> (when DES is disabled in the code)? When I query from MG soft mib
>> browse
Ravi Kumar writes:
> Can any one tell me what cipher do we use in net-snmp in case of AES
> authentication method used in SNMPv3
> (when DES is disabled in the code)? When I query from MG soft mib
> browser I get
> CFB-AES-128. Is this what we use ? Can we use any other cipher eg
> CBC-AES etc
"R.Hemanth Iyer" writes:
> I would like to know a few things regarding the SNMP configuration on the
> SBR by Juniper.
It sounds like that's a question you should ask Juniper support?
--
Wes Hardaker
Please mail all replies to [email protected]
-
Hi All,
Can any one tell me what cipher do we use in net-snmp in case of AES
authentication method used in SNMPv3
(when DES is disabled in the code)? When I query from MG soft mib
browser I get
CFB-AES-128. Is this what we use ? Can we use any other cipher eg
CBC-AES etc also ?
Thanks.
Then, using the FillDaTable() code I have provided you with,
create a new row in your table, at the end of the initialization.
All you have to do, just to be sure it works, is just pass an
index to your table and fill up the first column.
Then snmpwalk the value of the first column at the first ro
As my table is "Read-Only" I can not use Snmpset !!!
I suppose to add a row and its value from the code it self
-Original Message-
From: Katia S. [mailto:[email protected]]
Sent: 18 October 2012 14:28
To: Jatin Bodarya
Cc: [email protected]
Subject: Re: snmpwal
It's me again.
Lets say that both this code and the subagent are working fine.
You are creating a table.
When initialized, the table is empty, so the 1.3.6.1.4.1.XXX.4.2.1 (index
= 1 therefore row = 1) does not exist (no rows in your table, thus a row
with index "1" should be inexistant as well).
Below is my mib2c generated code while I m trying SNMPWALK on
1.3.6.1.4.1.XXX.4.2.1 it shows :: No such Instance currently exist at this
OID
Can anyone help me where it is going wrong ??
Thanks in advance.
/*
* Note: this file originally auto-generated by mib2c using
* $
*/
#in