cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
877
Views
0
Helpful
1
Replies

i want to use RTTMON MIBS for ICMP Latency

yucelbasoglu
Level 1
Level 1

Hi,

I am using The Cisco 2811 Routers for Branch Officies and that use "ip sla" and EEM configuration for monitoring.

I find OID match Name and Stirng list.

is The following configuration true?

What can I use digit instead of rttMonLatestJitterOperOWMaxSD?

ip sla monitor 111

type echo protocol ipIcmpEcho x.x.x.x source-ipaddr y.y.y.y

request-data-size 1500

frequency 30

ip sla monitor schedule 111 life forever start-time now

event manager applet blabla

event snmp oid rttMonLatestJitterOperOWMaxSD.111 get-type exact entry-op eq entry-val 1 exit-op eq exit-val 2 poll-interval 5

action 1.0 syslog priority critical msg "BlaBla"

action 1.1 snmp-trap strdata "EEM detected BlaBla Latency"

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

You will need to use a jitter operation to be able to use this object.  Right now you're just doing an ICMP echo.  For that, you could monitor rttMonLatestRttOperSense (1.3.6.1.4.1.9.9.42.1.2.10.1.2.111).  If the value is something other than 1, then an error occurred (e.g. the round-trip response time was over the threshold, a timeout occurred, etc.).