NetXMS Support Forum

English Support => General Support => Topic started by: maggio on May 04, 2010, 12:41:26 PM

Title: Router Capabilities
Post by: maggio on May 04, 2010, 12:41:26 PM
Hi,

I am working with netxms version 1.0.0 rc2, i am managing cisco router c180x and 1841 network device.
I have a problem about capabilities, they have as IsRouter capability value equal to false. They are correctly router, so this value should be true.
For network discovery i need to have this value equal to true.

Do you have any suggestion ? Why netxms report IsRouter=false ?

Thanks.
Maggio
Title: Re: Router Capabilities
Post by: Victor Kirhenshtein on May 04, 2010, 08:22:19 PM
Hi!

NetXMS server reads SNMP variable .iso.org.dod.internet.mgmt.mib-2.ip.ipForwarding (.1.3.6.1.2.1.4.1) to determine if node is able to forward IP packets. Value of 1 indicates that IP forwarding is enabled on the node, and in that case NetXMS server sets isRouter attribute to true. Could you please try to read this variable using nxsnmpget or any other tool?

Best regards,
Victor
Title: Re: Router Capabilities
Post by: maggio on May 05, 2010, 12:50:10 PM
The router reply "No such object: .1.3.6.1.2.1.4.1"
Do you have any suggestion?
Thanks
Title: Re: Router Capabilities
Post by: Victor Kirhenshtein on May 05, 2010, 02:46:28 PM
Try .1.3.6.1.2.1.4.1.0 or do a walk on .1.3.6.1.2.1.4

Title: Re: Router Capabilities
Post by: maggio on May 05, 2010, 03:53:45 PM
There is no answer ...

Is there any other way to inform netxms about router capabilities?

Thanks.