Re: AES 128 bit encryption algorithm support (Li Xiaonong-CXL004)

2005-12-12 Thread devsingh
Hi, - SHA authentication and DES encryption support is only available if you have OpenSSL installed. - snmp.crypto fileset must be installed in order to support HMAC-MD5 or HMAC-SHA. - The AES and 3-DES Encryption Support for SNMP Version 3 feature adds Advanced Encryption Standard

Re: Problem in Snmpd.conf

2005-12-08 Thread devsingh
Madan, I presume that you are using snmpv3. Please find following details which will clarify your question: - You need to put security related stuff in your snmpd.conf - "snmpd.conf" file is read by snmp Deamon (snmpd)when you run deamon (./snmpd ) - If you are not specifying any path while

Re : How Tables and SNMP Daemon interect?

2005-12-08 Thread devsingh
Ajay, Your Question : How Tables and SNMP Daemon interect? Note : Please provide following information so that I can help you better. - Have you created Tables with rows( which mib2c conf file?)?. - Are you able to apply SNMP operaions? - How are you configuring Table in order to provide

Re: Probelem in snmpwalk operation

2005-11-30 Thread devsingh
Hi Robert, Thank you so much for your quick response. The details are as follows: - Platform "Linux" - SNMP Version "NET-SNMP version: 5.1.1 - It is happening with my own Tables. I shall be very happy for any kind of assistance/help. With Regards, Devendra The information contain

Probelem in snmpwalk operation

2005-11-30 Thread devsingh
Hi All, Thanx in advance. I am facing one probelm while snmpwalk(After Setting Get-Bulk option as enable).The steps are as follws. - Once I enable GET-BULK option and give appropriate value for Non-repetors and Max-repetitions using MG-SOFT BROWSER. - I am getting SNMP generic error while

Re: Dynamic Row Creation/Deletion using "RowStatus" Col

2005-10-14 Thread devsingh
Hi Dave, Thank you very much for your great help/support. I tried to correct the following methods: myTable_addEntry(...) myTable_create_data_context(...) etc. But the problem which I am facing that when I apply "snmpset" the control never goes to the above specified methods. In normal case t

Re: Dynamic Row Creation/Deletion using "RowStatus" Col

2005-10-12 Thread devsingh
Hi Deve, Thank you so much for your help. Yes, These are two methods which are envolved for dynamic row creation/Deletion. spiConnTable_create_data_context (...) and spiConnTable_commit_row(...) Kindly find attached file for the code reference. When I try to create(commit) row usi

Re: Dynamic Row Creation/Deletion using "RowStatus" Col

2005-10-11 Thread devsingh
Hi Robert, Thank you so much. Yes, you are right!. This script "mib2c.access_functions.conf" is part of "mib2c -c mib2c.iterate_access.conf" script. The following steps which I followed: step1: mib2c spiConnEntry /* Table Name */ step2: It asks for options like : 1) ucd-snmp style code

Dynamic Row Creation/Deletion using "RowStatus" Col

2005-10-07 Thread devsingh
Hi All/ Thank in advance. I am developing SNMP subagent using netsnmp library. My requirement is the "creation/deletion" of row at runtime. Please find following details for the reference:: - To generate the code I have used - "mib2c.access_functions.conf" scripts. - My Tabl

How to handle Row/Colcreation?

2005-09-21 Thread devsingh
Hi All, I am trying to create row which has 5 coloumn: conn_id; ip_intf; ip_port; op_intf; op_port; I have generated code for my table using mib2c compiler.There are two method below where we need to maintain first data point and next data point inorder to implement our row and c

SNMP Error and Table implementation

2005-09-21 Thread devsingh
Hi All , Please find the attachment below for my problem.. Please do reply ASAP. Hi All, The Detail is as follows: SNMP : net-snmp Development : Agent Compiler : mib2c Code Generated using : mib2c -c mib2c.iterate.conf (Configuration File) ( For Creating Table