Not able to configure DCI TABLE in new version

Started by dushyantmdave, March 16, 2013, 11:20:48 AM

Previous topic - Next topic

dushyantmdave

Hello,

I want to user <<TABLE>> in data collection for radius accounting but it is showing error unsupported.
how to use it?



Regards,
Dushyant Dave

dushyantmdave

I am using version 1.2.6
and in DCI TABLE using accounting server .1.3.6.1.2.1.67.2.1.1.1

Joos68

Hi,
your request is quite poor.
What exactly do you want to read via SNMP?
What a radius server you are talking to?
Have you ever tried the data through the MIB browser to read?

Best regards,
Jörg

dushyantmdave

Dear Jorg,

I want snmpwalk result in NetXMS Table
My radius server SNMP service is working on 1161 port
I am able to do snmpwalk -v1 -cpublic 10.106.1.254:1161 .1.3.6.1.2.1.67.1.1.1.1.15.1
I want all the  radiusAuthClientEntry - .1.3.6.1.2.1.67.1.1.1.1.15.1 tree
in the NetXMS Table

but it is showing unsupported.
please help.

Thanks & Regards,
Dushyant Dave

Victor Kirhenshtein

Do you have SNMP settings set correctly on the node? Does node has "isSNMP" set to yes in capabilities?

Best regards,
Victor

dushyantmdave

my snmpd configuration is as below:

trapcommunity public
group    MyRWGroup    v1           local
group    MyRWGroup    v2c          local
group    MyROGroup    v1           mynetwork
group    MyROGroup    v2c          mynetwork
view all     included  .1                               80
access MyROGroup    ""        any         noauth      exact    all     none    none
access MyRWGroup    ""        any         noauth      exact    all     all     none

also find attached scrrenshot , I didn't found any issnmp option in the node.

Joos68

You will find the node capabilities on the right side when you select the overview at opject details

I attached a screenshot where I marked it.

One more question: What OS are you running?

dushyantmdave

#7
isSNMP is showing yes, please find the error screenshot.
I am using RHEL 5.3 32bit

Joos68

Hi,
I think you mixed up some thinks in your configuration.
You test the access with snmpwalk directly on the machine and uses the community "public" and port 1161.
But in your posted snmpd.conf there is not such a community (I guess it's the conf from your radius server).
Also I miss the mapping of the community name (COMMUNITY) into a security name.

Example:
# sec.name source community
com2sec local    localhost      public
com2sec mynetwork 10.1.1.0/28          public

After that you normally map the security names into group names:
# sec.model  sec.name
group MyRWGroup        v1        local
group MyRWGroup        v2c       local
group MyRWGroup        usm       local
group MyROGroup v1         mynetwork
group MyROGroup v2c        mynetwork
group MyROGroup usm        mynetwork

Then you create a view or views like:
# incl/excl subtree
view all   included .1
view   sysView included    system

And finally you grant the groups access to the views with different write permissions:
# context sec.model sec.level match read   write notif
access MyROGroup ""      any       noauth    exact system    none  none
access MyRWGroup ""      any       noauth    exact all    all   none

I would suggest that you adjust your smnpd.conf accordingly.

dushyantmdave

#9
Hello Joos68,

I have updated my snmpd.conf as mentioned but still I am getting DCI changed to UNSUPPORTED.
I have attached screenshot of radius mid tree, please guide me which tree I have to select for DCI Table
and I am using version 1.2.6 is it ok?