Hi,

I use PRTG to monitor my BGP routers in AS. I have a Cisco ASR1100 without RPKI-ROUTER-MIB support.

Is there an alternative way to check the validation of the routes?

My RPKI Server is a debian based with RIPE RPKI Validator 3 service.

Thanks!


Article Comments

Dear Jacopo Canovi,

if you can access the system via SSH, you could write a script to query the status and integrate it via the SSH Script Advanced sensor.


May, 2020 - Permalink

Thanks for the answer but the RPKI Validator 3 is a particular service. I have only a https page where he display all data. I dont Have any command from shell I can do for retrive information from this service.


May, 2020 - Permalink

Dear Jacopo,

in case that output is XML or JSON, you can have a look at the Rest Custom sensor. Otherwise, it would be more complex: You could write a script which reads the HTTP content and parses it, and create a PRTG compatible output.


May, 2020 - Permalink