cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6230
Views
5
Helpful
1
Replies

IP SLA with VRF not Working on a 3750G

Kevin Porter
Level 1
Level 1

I have a 3750G router running 12.2(50)SE1 with the following configuration and the IP SLA echo is not working but I can do a mual ping and ping the destination in the IP SLA config.  Anyone seen this before and got it working?

ip sla 100

icmp-echo 10.99.4.1 source-ip 10.99.4.252

timeout 1000

threshold 250

vrf 10000329_TEST

frequency 10

show ip sla statistics 100

Round Trip Time (RTT) for       Index 100
        Latest RTT: NoConnection/Busy/Timeout
Latest operation start time: 15:05:01.696 MDT Wed Mar 20 2013
Latest operation return code: Timeout
Number of successes: 0
Number of failures: 54
Operation time to live: Forever

ping vrf 10000329_TEST 10.99.4.1 source 10.99.4.252

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.99.4.1, timeout is 2 seconds:
Packet sent with a source address of 10.99.4.252
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 16/20/26 ms

Thanks!

1 Reply 1

Hi,

I could make IP SLA work within a VRF. This is the configuration:

 

ip sla 1
icmp-echo 172.16.36.201 source-ip 172.16.36.250
vrf EMV
timeout 1000
frequency 10
threshold 500
exit
!
ip sla schedule 1 life forever start-time now
!
track 10 ip sla 1 reachability
!
ip route vrf EMV 0.0.0.0 0.0.0.0 172.16.36.201 track 10
ip route vrf EMV 0.0.0.0 0.0.0.0 172.16.36.202 2
!
end

 

Finally, you can check IP SLA by following point 5 herein:

http://www.ciscozine.com/using-ip-sla-to-change-routing/

Review Cisco Networking for a $25 gift card