[c-nsp] Wonky tracking?

Tuc at T-B-O-H.NET ml at t-b-o-h.net
Tue Jul 31 11:20:21 EDT 2007


Hi,

	3640 running c3640-jk9s-mz.124-13a.bin .

	I have a set of ip sla/tracks, as such :

ip sla monitor 200
 type echo protocol ipIcmpEcho 204.107.90.128 source-ipaddr 192.168.0.3
 timeout 4000
 frequency 10
ip sla monitor schedule 200 life forever start-time now
ip sla monitor 201
 type echo protocol ipIcmpEcho 64.200.58.69 source-ipaddr 192.168.0.3
 timeout 4000
 frequency 10
ip sla monitor schedule 201 life forever start-time now

track 200 rtr 200 reachability
 delay down 10 up 20
!         
track 201 rtr 201 reachability
 delay down 10 up 20


ip local policy route-map LocalPolicy

ip access-list extended Ping-HUGHES-VJOFN
 permit icmp host 192.168.0.3 host 204.107.90.128
ip access-list extended Ping-HUGHES-WCGRTR
 permit icmp host 192.168.0.3 host 64.200.58.69
ip access-list extended Ping-SEABREEZE-VJOFN
 permit icmp host 192.168.75.49 host 204.107.90.128
ip access-list extended Ping-SEABREEZE-WCGRTR
 permit icmp host 192.168.75.49 host 64.200.58.69

route-map LocalPolicy permit 10
 match ip address Ping-SEABREEZE-VJOFN
 set ip next-hop 192.168.75.1
!         
route-map LocalPolicy permit 11
 match ip address Ping-SEABREEZE-WCGRTR
 set ip next-hop 192.168.75.1
!         
route-map LocalPolicy permit 20
 match ip address Ping-HUGHES-VJOFN
 set ip next-hop 192.168.0.1
!         
route-map LocalPolicy permit 21
 match ip address Ping-HUGHES-WCGRTR
 set ip next-hop 192.168.0.1


The problem I have is :

C3640-1# sho track
Track 200
  Response Time Reporter 200 reachability
  Reachability is Up
    28 changes, last change 10:47:07
  Delay up 20 secs, down 10 secs
  Latest operation return code: OK
  Latest RTT (millisecs) 691
  Tracked by:
    STATIC-IP-ROUTING 0
Track 201 
  Response Time Reporter 201 reachability
  Reachability is Down
    2 changes, last change 12:53:33
  Delay up 20 secs, down 10 secs
  Latest operation return code: Timeout

Which I don't get, since :

C3640-1#ping 64.200.58.69 source 192.168.0.3       

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


	Any way to figure out whats happening (or not happening)?

			Thanks, Tuc


More information about the cisco-nsp mailing list