Hello everyone,
how I can do a ip sla when my origin is the owner router ?
for exemplo, I have Ip sla ( route-map ) matching packtes inputting from my FastEthernet that router. but I wish match packets ,which, are generated from owner router.
follow a excerpt from my router configuration.
interface FastEthernet0/1
ip address 172.20.4.1 255.255.255.0
ip helper-address 172.19.1.158
ip helper-address 172.19.4.158
ip flow ingress
ip flow egress
ip route-cache flow
ip policy route-map trafego
duplex auto
speed auto
route-map trafego permit 10
match ip address 100
set ip next-hop verify-availability 10.0.0.25 1 track 1
any tip is welcome
thanks