8

I have two ipsla operations set up:

ipsla
 operation 10
  type icmp echo
   source address 10.0.0.1
   destination address 10.0.2
   frequency 30
 operation 11
  type udp jitter
   tos 128
   source address 10.0.0.3
   destination address 10.0.0.4
   destination port 10001
   frequency 30

With operation 11, I can SNMP walk 1.3.6.1.4.1.9.9.42.1.5.2.1 to get the values that match with sh ipsla stats 11. However, I cannot find the MIB to walk to get the values for sh ipsla stats 10.

The router is running Cisco IOS XR Software (Cisco ASR9K Series), Version 4.2.3[Default]

What are the MIBs for an IPSLA operation configured to use ICMP echo?

2
  • Are you specifically interested in the RTT stats? Or do you just want to get "up/down" information for an IPSLA via SNMP? Commented Apr 24, 2015 at 12:35
  • I'm interested in RTT, connection status and jitter (where possible)
    – John Oxley
    Commented Apr 27, 2015 at 14:51

2 Answers 2

3

I found out the MIBs. For the IPSLA types, udp jitter, icmp echo and icmp path-echo, the RTT and connection status are stored in the rttMonLatestRttOperEntry table

0

I bet you have no results because your ipsla operation 10 is malformed. You should change destination address from 10.0.02 to 10.0.0.2.

I think this is why you cannot get stats from operation 10.

1
  • Actually that was a typo when I was entering the question here. I changed the IPs from the actual ones we use.
    – John Oxley
    Commented Apr 27, 2015 at 14:43

Not the answer you're looking for? Browse other questions tagged or ask your own question.