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

Problem configuring IP SLA using SNMP

Roycey Cheeran
Level 1
Level 1

I am trying to configure IP SLA on a Cisco device using SNMP. No matter what I do the rttMonCtrlAdminStatus changes to 1 even though I set it to 4.

The device is  - Cisco IOS Software, 2800 Software (C2800NM-SPSERVICESK9-M), Version 12.4(22)T, RELEASE SOFTWARE (fc1)

My snmpset command is as follows

snmpset -v2c -c xxxxxx  100.252.0.12  1.3.6.1.4.1.9.9.42.1.2.1.1.9.1 i 4 1.3.6.1.4.1.9.9.42.1.2.1.1.4.1 i 1 1.3.6.1.4.1.9.9.42.1.2.2.1.1.1 i 2 1.3.6.1.4.1.9.9.42.1.2.2.1.2.1 x 'AC 10 1B 06' 1.3.6.1.4.1.9.9.42.1.2.2.1.6.1 x '0A FE 00 02' 1.3.6.1.4.1.9.9.42.1.2.5.1.2.1 t 1 1.3.6.1.4.1.9.9.42.1.2.5.1.1.1 i 214748364                                                           

SNMPv2-SMI::enterprises.9.9.42.1.2.1.1.9.1 = INTEGER: 4                       

SNMPv2-SMI::enterprises.9.9.42.1.2.1.1.4.1 = INTEGER: 1                        
SNMPv2-SMI::enterprises.9.9.42.1.2.2.1.1.1 = INTEGER: 2
SNMPv2-SMI::enterprises.9.9.42.1.2.2.1.2.1 = Hex-STRING: AC 10 1B 06
SNMPv2-SMI::enterprises.9.9.42.1.2.2.1.6.1 = Hex-STRING: 0A FE 00 02
SNMPv2-SMI::enterprises.9.9.42.1.2.5.1.2.1 = Timeticks: (1) 0:00:00.01
SNMPv2-SMI::enterprises.9.9.42.1.2.5.1.1.1 = INTEGER: 214748364

Things look fine here. Now when I try to cross verify

snmpwalk -v2c -c xxxxxx 100.252.0.12 1.3.6.1.4.1.9.9.42.1.2.1.1.9

SNMPv2-SMI::enterprises.9.9.42.1.2.1.1.9.1 = INTEGER: 1   

The rttMonCtrlAdminStatus shows as 1.

Is there something that I am missing out?

1 Reply 1

Joe Clarke
Cisco Employee
Cisco Employee

This is normal.  You set the row status to createAndGo, and because everything was configured properly, the row transitions to active(1) automatically.  This what you want.