cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4670
Views
0
Helpful
2
Replies

Using SNMP to determine IP SLA Monitor operation result.

andrea.meconi
Level 2
Level 2

I'm using this IP SLA configuration to determine reachability

ip sla monitor 51
type echo protocol ipIcmpEcho 192.168.1.1
ip sla monitor reaction-configuration 51 timeout-enable threshold-falling 5000 action-type trapOnly
ip sla monitor schedule 51 life forever start-time now

the show ip sla monitor stats

Round trip time (RTT)   Index 51
        Latest RTT: 1 ms
Latest operation start time: 15:12:51.963 GMT Thu Dec 3 2009
Latest operation return code: OK
Number of successes: 20
Number of failures: 0
Operation time to live: Forever

Now I need to read the CISCO-RTTMON-MIB to read the object "OK" but I'm not able to find this value.

Thanks.

Andrea

2 Replies 2

yjdabear
VIP Alumni
VIP Alumni

Looks to me that this could be the one:

1.3.6.1.4.1.9.9.42.1.2.10.1.2 / rttMonLatestRttOperSense

http://tools.cisco.com/Support/SNMP/do/BrowseOID.do?local=en&translate=Translate&objectInput=rttMonLatestRttOperSense

andrea.meconi
Level 2
Level 2

I'm using this OID

.ciscoRttMonMIB(42).ciscoRttMonObjects(1).rttMonCtrl(2).rttMonCtrlOperTable(9).rttMonCtrlOperEntry(1).rttMonCtrlOperTimeoutOccurred(6)

Many thanks.

Andrea