Dear All,
I am building some apps that will discovery all my Device through OSPF LSDBTable OID.
when I send get_bulk_req for OID : 1.3.6.1.2.1.14.4.1.3.a.b.c.d.1 (thats mean all Router ID on area a.b.c.d) to other devices besides ASR9K it return expected value. but when I send this req to ASR9K (IOS XR 5.1.x) it doesnt return any value.
[root@localhost test]# snmpwalk -v 2c -c RO myASRLo0 1.3.6.1.2.1.14.4.1.4.0.0.0.89.1 (example for Area 89)
SNMPv2-SMI::mib-2.14.4.1.4.0.0.0.89.1 = No Such Instance currently exists at this OID
whereas on that area (0.0.0.89) there are more than one router member.
temporarily I send get_bulk_req for entire OID (1.3.6.1.2.1.14.4.1.4) which is give some big load to both my server and ASR9K
does any one have the same problem as mine ? how do you solve that ..
thanks in advance