I am trying to pull out data from a Cisco 2811 router and present it in NPM.
Router config:
Config
ip sla monitor 200
type jitter dest-ipaddr 172.28.88.3 dest-port 5000 codec g711alaw
tos 184
owner jitter EF AUMEL
ip sla monitor schedule 200 life forever start-time now
output to be represented in solarwinds
RTCPLPA12#sh ip sla mon statistics 200
Round trip time (RTT) Index 200
Latest RTT: 312 ms
Latest operation start time: *14:00:07.668 CET Mon Jan 17 2011
Latest operation return code: OK
RTT Values
Number Of RTT: 1000
RTT Min/Avg/Max: 311/312/331 ms
Jitter time milliseconds
Number of SD Jitter Samples: 999
Number of DS Jitter Samples: 999
Source to Destination Jitter Min/Avg/Max: 0/2/20 ms
Destination to Source Jitter Min/Avg/Max: 0/1/13 ms
Packet Loss Values
Loss Source to Destination: 0 Loss Destination to Source: 0
Out Of Sequence: 0 Tail Drop: 0 Packet Late Arrival: 0
Voice Score Values
Calculated Planning Impairment Factor (ICPIF): 4
MOS score: 4.27 Now to the question:How do I set up the Universal device poller to show me the data in NPM?Which MIB on the router should I add in the poller setup?Thanks in advance.