Anyone can advice what OID should I use if I want to poll the RTT result of IP SLA ICMP Echo?
The setting for the IP SLA on the router is:
ip sla monitor 2
type echo protocol ipIcmpEcho x.x.x.x source-ipaddr x.x.x.y frequency 120
Thanks!
I managed to find out and would like to share with the rest.
OID, 1.3.6.1.4.1.9.9.42.1.2.10.1.1.X where X is the index number of IPSLA configure on your router.
In custom MIB poller, you will need to use SNMP Get Request to get the value.
Hi Dcyk,
This has been bothering me for a while until i see you post. However, I still can't get it work with Orion, can you please briefly explain what is the "indes number of IPSLA"? Here is my config :
ip sla monitor 10 type echo protocol ipIcmpEcho 172.16.0.5ip sla monitor schedule 10 life forever start-time now
and when i use 1.3.6.1.4.1.9.9.42.1.2.10.1.1.10 and it returns nothing. Also what is that SNMP get request? I am using orion 9.0. I have get, get next , and get table. Thanks
Hi,
I am using get.
In fact with Orion 9 new universal poller, when you define your Universal Poller, in OID, specify 1.3.6.1.4.1.9.9.42.1.2.10.1.1, click on Browse MIB Tree, select the device that you have ip sla configure, click on Test, you should see result in table format if you have multiple ip sla index created.
RowID is equal to your index which allow you to query specific ip sla by using 1.3.6.1.4.1.9.9.42.1.2.10.1.1.X where X is the index number.
DCYK.
Thank you so much DYCK. It's exactly how i want it.