how to prevent permission to perform user actions

2011-03-22 Thread Naama Bar Menachem
Hi In snmpd.conf file I can define groups and views, and grand them permission to different parts of the tree. How can I prevent from a certain group/view permission to perform user actions (add/remove...)? view userView excluded Best Regards, Naama Bar Menachem SW

RE: how to prevent permission to perform user actions

2011-03-22 Thread Naama Bar Menachem
Never mind, found the answer. Thanks any way. From: Naama Bar Menachem Sent: Tuesday, March 22, 2011 10:42 AM To: Net-SNMP users Subject: how to prevent permission to perform user actions Hi In snmpd.conf file I can define groups and views, and grand them permission to different

How to deal with long set action

2011-03-22 Thread Naama Bar Menachem
Hi One of the fields in my private (enterprise) MIB has a long set action. As a result set attempts are resolving in time-out. Is there a way to deal with such long action? Best Regards, Naama Bar Menachem SW Eng.

Ordered table kept outside the agent

2011-03-22 Thread Naama Bar Menachem
Hi, I have table events ordered by the time they occurred. GetNextEvent(utc) will return the next event occurred after the given utc. I thought about using the iterator helper with NETSNMP_ITERATOR_FLAG_SORTED set. I'm trying to find how implement get_first_dat_point and

Ordered table kept outside the agent

2011-03-22 Thread Samuel Monderer
Hi, I have table events ordered by the time they occurred. GetNextEvent(utc) will return the next event occurred after the given utc. I thought about using the iterator helper with NETSNMP_ITERATOR_FLAG_SORTED set. I'm trying to find how implement get_first_dat_point and

Re: Ordered table kept outside the agent

2011-03-22 Thread Dave Shield
On 22 March 2011 10:43, Naama Bar Menachem naama.barmenac...@novelsat.com wrote: I have table events ordered by the time they occurred. GetNextEvent(utc) will return the next event occurred after the given utc. I thought about using the iterator helper with NETSNMP_ITERATOR_FLAG_SORTED set.

RE: Ordered table kept outside the agent

2011-03-22 Thread Naama Bar Menachem
Hi Dave, Thanks for the quick response. Does this mean that if the manager send a getnext request with index 10 it will call the get_first_data_point and than in the worst case 9 times get_next_data_point. If that is the case, is there a more efficient way that will retrieve the next row in

Re: Ordered table kept outside the agent

2011-03-22 Thread Dave Shield
2011/3/22 Naama Bar Menachem naama.barmenac...@novelsat.com: Thanks for the quick response. Does this mean that if the manager send a getnext request with index 10 it will call the get_first_data_point and than in the worst case 9 times get_next_data_point. Yes. The iterator helper is

mib2c result

2011-03-22 Thread Naama Bar Menachem
Hi, I ran mib2c on the nsDemodEventsTable (see below) and I got the following structure struct nsDemodEventsTable_entry { /* * Index values */ longnsDemodEventsUtcSeconds; /* * Column values */ long

Re: mib2c result

2011-03-22 Thread Dave Shield
On 22 March 2011 12:33, Naama Bar Menachem naama.barmenac...@novelsat.com wrote: 1.   Why is there two instances of nsDemodEventsUtcSeconds Because the definition of nsDemodEventsUtcSeconds is MAX-ACCESS =read-only Index objects are meant to be defined as not-accessible (unless this is

UC Davis net-SNMP OIDs

2011-03-22 Thread Jaime Lozano
Hi, Are the OIDs .1.3.6.1.4.1.2021 (UC Davis) and .1.3.6.1.4.1.8072 (net-SNMP) obsolet? I have a machine that uses this OIDs. Thanks -- Enable your software for Intel(R) Active Management Technology to meet the growing

Re: UC Davis net-SNMP OIDs

2011-03-22 Thread Dave Shield
On 22 March 2011 13:32, Jaime Lozano jaimelozan...@gmail.com wrote: Are the OIDs .1.3.6.1.4.1.2021 (UC Davis) and .1.3.6.1.4.1.8072 (net-SNMP) obsolete? No. Dave -- Enable your software for Intel(R) Active Management

RE: Ordered table kept outside the agent

2011-03-22 Thread Naama Bar Menachem
I am using raw_table. How do I extract index values from netsnmp_variable_list? Thank you -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Tuesday, March 22, 2011 2:07 PM To: Naama Bar Menachem Cc: Net-SNMP users

Re: Ordered table kept outside the agent

2011-03-22 Thread Dave Shield
On 22 March 2011 16:04, Naama Bar Menachem naama.barmenac...@novelsat.com wrote: How do I extract index values from netsnmp_variable_list? The netsnmp_table_request_info structure (as returned by netsnmp_extract_table_info(request)) contains a field 'indexes'. This is a list of the index

Re: How snmpget encryption-decryption keys exchanged between Agent and remote host.

2011-03-22 Thread sunaina mangla
Hi Dave, What about default user? In this case, we don't create the user? then how that certificate exchange ? regards, sunaina On Tue, Mar 22, 2011 at 1:22 AM, Dave Shield d.t.shi...@liverpool.ac.uk wrote: On 22 March 2011 01:47, sunaina mangla sunaina.man...@gmail.com wrote: In Net-Snmp,