I am trying to get this Huawei NQA working by making Custom Metric Family and then vendor certification, because it is not supported by CA PC yet.
I am using MIB Tool to get the stats of NQA from Routers. But problem is this that against one particular OID, multiple instances are returned, and each time the Instance ID is changing.
For Example,
If I poll the OID of ICMP Jitter, I don't just get one value, infact I get multiple values as a response and the Complete OID (OID + Instance ID). So If i poll value of ICMP Jitter, I would get values of 5mins. i.e. 5 values having different Instance IDs
Like for
nqaJitterStatsJitterOut (OID : 1.3.6.1.4.1.2011.5.25.111.4.3.1.51 ) I am getting 5 instance IDs which represents value of last 5mins (1 value for each minute). In below table 1390 , 1391 , 1392, 1393 , 1394 are reprsenting each minute.
Now when after lets says 20mins I poll the data again these Instance IDs wont be there. There would be new instance IDs with ending something like 14xx.
How can I tackle such situations, keeping this behaviour in view, I am even unable to figure it out that how can I generate the Metric Family for it.
Name | Instance | Object ID | Value | Type |
nqaJitterStatsJitterOut | 7.49.48.48.48.48.55.53.13.112.109.115.46.117.50.48.48.48.46.110.109.115.1390 | 1.3.6.1.4.1.2011.5.25.111.4.3.1.51 | 2.1759946 | Octet String |
nqaJitterStatsJitterOut | 7.49.48.48.48.48.55.53.13.112.109.115.46.117.50.48.48.48.46.110.109.115.1391 | 1.3.6.1.4.1.2011.5.25.111.4.3.1.51 | 1.7762845 | Octet String |
nqaJitterStatsJitterOut | 7.49.48.48.48.48.55.53.13.112.109.115.46.117.50.48.48.48.46.110.109.115.1392 | 1.3.6.1.4.1.2011.5.25.111.4.3.1.51 | 2.3655543 | Octet String |
nqaJitterStatsJitterOut | 7.49.48.48.48.48.55.53.13.112.109.115.46.117.50.48.48.48.46.110.109.115.1393 | 1.3.6.1.4.1.2011.5.25.111.4.3.1.51 | 2.7791717 | Octet String |
nqaJitterStatsJitterOut | 7.49.48.48.48.48.55.53.13.112.109.115.46.117.50.48.48.48.46.110.109.115.1394 | 1.3.6.1.4.1.2011.5.25.111.4.3.1.51 | 1.8737417 | Octet String |
PS: Same behaviour was observed for Redline (WiMax), they return performance for last 15mins against one OID. and Instance IDs keep on changing with time like in this case.
Thanks!