I have implemted a Vacm table and register to my Subagent(agentx) :: Implemented a snmpcommunity-Table and snmptargetTable but Agent is taking snmpcommunity string form snmpd.conf

"kumar undurthi" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
Hi ALL,
     I have a problem in implementing snmpcommunity and snmptargetTable etc
(access realted tables). My requirement is I have to implement those table
so the while run time ,  I can configure the snmp-agent by creating a new
rows for the access controling Tables (snmpCommuntiyTable,
snmpTargetAddTable ,vacm etc )

   so by default the snmpd will take a access configuration form snmpd.conf
file , so how to reset those snmpd.conf data by using snmpcommunitytable
etc..,  how to replace those snmpd.conf  or how to use the
snmpcommunitytable, snmpaddressTable , vacm, etc. to have access control
along with or without snmpd.conf access support.

   Please give me some idea to solve this problem.

/* Actually My requirement is , I  will get a  x.config file
dynamically(volatile values)  ,  which contains SnmpCommunitystring,
SnmpAddTargetTable etc details (access control detials ), So I have to
collect those values and set  the  corresponding access tables , So I am
doing it but its not effort  the Agent.  For example ::  I will get a
snmpcommunity String as "vendor_2323"  so i  have  set the
snmpCommunityTable  and it should  effort  if any usere uses. snmpwalk -v2c
-c vendor_2323 xxx oid , but its not given any things....           " How to
solve it  please give me some idea "

         Thank's for the help..............





On Mon, Sep 22, 2008 at 5:47 AM, <
[email protected]> wrote:

> Send Net-snmp-users mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.sourceforge.net/lists/listinfo/net-snmp-users
> or, via email, send a message with subject or body 'help' to
>        [email protected]
>
> You can reach the person managing the list at
>        [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Net-snmp-users digest..."
>
>
> Today's Topics:
>
>   1. Leigh Williamson/UK/CSC is out of the office. (Leigh Williamson)
>   2. snmptrap message (Andrea Bencini)
>   3. RE: snmptrap message (Arazo Camprecios, Marc)
>   4. I have implemted a Vacm table and register to my
>      Subagent(agentx) ,        But Unable to get the Values ? (kumar
> undurthi)
>   5. I found the value being truncated in the red color part,  when
>      I use snmpwalk to get mib value (hungta)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 20 Sep 2008 04:02:22 +0100
> From: Leigh Williamson <[email protected]>
> Subject: Leigh Williamson/UK/CSC is out of the office.
> To: [email protected]
> Message-ID:
>        <OF0B9E053D.64D5671E-ON802574CA.0010B261-802574CA.0010B262@csc.com>
> Content-Type: text/plain; charset=US-ASCII
>
>
> I will be out of the office starting  19/09/2008 and will not return until
> 29/09/2008.
>
>
> For Escalation Contact: Dave Higginson
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 20 Sep 2008 10:47:23 +0200
> From: "Andrea Bencini" <[email protected]>
> Subject: snmptrap message
> To: <[email protected]>
> Message-ID: <001201c91afd$8133bf30$0200640a@wtlc>
> Content-Type: text/plain; format=flowed; charset="iso-8859-1";
>        reply-type=original
>
> I installed
> Fedora core 8
> net-snmp-*5.4.1-7.fc8
> I started snmptrapd and I received this messages in "messages" log:
>
> snmptrapd[6384]: netsnmp_assert !"registration != duplicate" failed
> agent_registry.c:535 netsnmp_subtree_load()
>
> Can you help me?
> Thanks
> Andrea
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 22 Sep 2008 08:57:23 +0200
> From: "Arazo Camprecios, Marc" <[email protected]>
> Subject: RE: snmptrap message
> To: "Andrea Bencini" <[email protected]>,
>        <[email protected]>
> Message-ID:
>        <[email protected]>
> Content-Type: text/plain;       charset="iso-8859-1"
>
> Don't worry! This is a "common" annoying message. The new version of
> net-snmp solves this inconvenient.
>
> Regards,
> Marc Arazo
> Indra
>
> -----Mensaje original-----
> De: Andrea Bencini [mailto:[email protected]]
> Enviado el: s?bado, 20 de septiembre de 2008 10:47
> Para: [email protected]
> Asunto: snmptrap message
>
> I installed
> Fedora core 8
> net-snmp-*5.4.1-7.fc8
> I started snmptrapd and I received this messages in "messages" log:
>
> snmptrapd[6384]: netsnmp_assert !"registration != duplicate" failed
> agent_registry.c:535 netsnmp_subtree_load()
>
> Can you help me?
> Thanks
> Andrea
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Net-snmp-users mailing list
> [email protected]
> Please see the following page to unsubscribe or change other options:
> https://lists.sourceforge.net/lists/listinfo/net-snmp-users
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 22 Sep 2008 02:08:52 -0700
> From: "kumar undurthi" <[email protected]>
> Subject: I have implemted a Vacm table and register to my
>        Subagent(agentx) ,      But Unable to get the Values ?
> To: [email protected]
> Message-ID:
>        <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi All,
>      I have implemted a vacmSecurityToGroupTable, snmpCommunityTable,
> vacmAccessTable, vacmViewTreeFamilyTable  and register to my
> Subagent(Agentx) and trying to query for the values in those tables. So I
> am
> unable to get those values instead I am getting the values in the
> snmpd.conf
> (perment values ) file which i have give for starting the snmpd.
>
>         Please give idea to get those table values and is there any othere
> way to get , Did i missed any seteps.
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> Message: 5
> Date: Mon, 22 Sep 2008 20:47:18 +0800
> From: "hungta" <[email protected]>
> Subject: I found the value being truncated in the red color part,
> when
>        I use snmpwalk to get mib value
> To: <[email protected]>
> Cc: [email protected],      'netsnmp maillist'
>        <[email protected]>
> Message-ID: <DFF01605CA1A494CB03B1C5623DABE5E@hungtapc>
> Content-Type: text/plain; charset="us-ascii"
>
> Dear Sir,
>
> I use netsnmp command "snmpwalk" to get the mib value as following example
>
> I found the value being truncated in the red color part
>
> How can I fix the problem, please help me
>
> thanks
>
>
>
>
>
> LAB-8600-FAULT-MIB::eventHistoryEventId.190552 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190553 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190554 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190555 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190556 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190557 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190558 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190559 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190560 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190561 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190562 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190563 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190564 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryEventId.190565 = INTEGER: 1769474
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189066 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189067 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189068 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189069 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189070 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189071 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189072 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189073 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189074 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189075 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189076 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189077 = STRING: Signal degrade. Bit
> errors detected in received si
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189078 = STRING: Ima alarm link lif.
> Loss of IMA links fault. The a
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189079 = STRING: Ima alarm link tx
> fault. IMA link Tx fault. Implem
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189080 = STRING: Signal degrade. Bit
> errors detected in received si
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189081 = STRING: Ima alarm link tx
> fault. IMA link Tx fault. Implem
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189082 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189083 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189084 = STRING: Ima alarm link lif.
> Loss of IMA links fault. The a
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189085 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189086 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189087 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189088 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189089 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189090 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189091 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189092 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189093 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189094 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189095 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189096 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189097 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189098 = STRING: Tx circuit down.
> Circuit is down in transmit direc
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189099 = STRING: Ima alarm link tx
> fault. IMA link Tx fault. Implem
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189100 = STRING: Ima alarm link rx
> fault. IMA link Rx fault. Implem
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189101 = STRING: Signal degrade. Bit
> errors detected in received si
>
> TLAB-8600-FAULT-MIB::eventHistoryName.189102 = STRING: Ima alarm link lif.
> Loss of IMA links fault. The a
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
>
> ------------------------------
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>
> ------------------------------
>
> _______________________________________________
> Net-snmp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/net-snmp-users
>
>
> End of Net-snmp-users Digest, Vol 28, Issue 23
> **********************************************
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.