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
			
			
			
				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
			
			
			
				The router reply "No such object: .1.3.6.1.2.1.4.1"
Do you have any suggestion?
Thanks
			
			
			
				Try .1.3.6.1.2.1.4.1.0 or do a walk on .1.3.6.1.2.1.4
			
			
			
				There is no answer ...
Is there any other way to inform netxms about router capabilities?
Thanks.