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

Configuring IPSLA via SNMP RW (Set)

apetiniot
Level 1
Level 1

Hello,

This is a follow up of the discussion:

https://supportforums.cisco.com/discussion/11157281/configuring-ipsla-snmp-rw-set

Here is what I managed to get:

l0357300@Sphinx01:~$ snmpset -c ******* -v 2c x.x.x.x 1.3.6.1.4.1.9.9.42.1.2.1.1.9.558 i 4 \
> 1.3.6.1.4.1.9.9.42.1.2.1.1.4.558 i 9 \
> 1.3.6.1.4.1.9.9.42.1.2.2.1.1.558 i 27 \
> 1.3.6.1.4.1.9.9.42.1.2.2.1.2.558 d "10 10 10 10" \
> 1.3.6.1.4.1.9.9.42.1.2.2.1.5.558 i 8000 \
> 1.3.6.1.4.1.9.9.42.1.2.2.1.17.558 i 20 \
> 1.3.6.1.4.1.9.9.42.1.2.2.1.18.558 i 100 \
> 1.3.6.1.4.1.9.9.42.1.2.5.1.2.558 t 1

Then on the router:

R-GSP-05880-SHADOW-2#sh ip sla mon conf 558
IP SLA Monitor, Infrastructure Engine-II.
Entry number: 558
Owner:
Tag:
Type of operation to perform: jitter
Target address: 10.10.10.10
Source address: 0.0.0.0
Target port: 8000
Source port: 0
Request size (ARR data portion): 32
Operation timeout (milliseconds): 5000
Number of packets: 100
Interval (milliseconds): 20
Type Of Service parameters: 0x0
Verify data: No
Vrf Name:
Control Packets: enabled
Operation frequency (seconds): 60
Next Scheduled Start Time: Start Time already passed
Group Scheduled : FALSE
Life (seconds): 3600
Entry Ageout (seconds): 3600
Recurring (Starting Everyday): FALSE
Status of entry (SNMP RowStatus): Active
Threshold (milliseconds): 5000
Number of statistic hours kept: 2
Number of statistic distribution buckets kept: 1
Statistic distribution interval (milliseconds): 20
Enhanced History:


However I cannot see the configuration corresponding to that probe 558 in the show run.

If anyone has an idea...

Thanks

2 Replies 2

Mahabir Prasad
Level 1
Level 1

Hi

It is an expected behavior. IP SLA probes configured via snmpset will not be seen in 'show run'.

We need to use 'show ip sla conf' to check the configuration.

Thanks

Mahavir

Hello,

I managed to get the configuration of the probe in the show run by using rttMonCtrlAdminNvgen.

Regards