Hi,
We have 2 juniper ERX 700's in our network. I am trying to obtain some subscriber stats on each of the virtual ISP routers. I have created two custom pollers, one for the router names (.1.3.6.1.4.1.4874.2.2.32.1.2.1.2 - usdRouterName) and a second for the connections (1.3.6.1.4.1.4874.2.2.20.1.8.5.1.2 - juniAaaSubscriberRouterSummaryCount)
This will return data in table form. What I would like is to combine both results into one table.
For example, the results from usdRouterName returns;
123456780 domain_a
123456781 domain_b
123456782 domain_c
123456783 domain_d
123456784 domain_e
123456785 domain_f
and for juniAaaSubscriberRouterSummaryCount i get
123456780 1212
123456781 2323
123456782 3434
123456783 4545
123456784 5656
123456785 6767
If it is possible to combine the two, I would like to get something like;
domain_a 1212
domain_b 2323
domain_c 3434
domain_d 4545
domain_e 5656
domain_f 6767
I hoped that I could do this with a transform but I failed to get anything worthwhile. Has anybody attempted anything similar?
Regards
Mark