route-map POLICY, permit, sequence 10
Match clauses:
ip address (access-lists): CLIENT1
Set clauses:
ip next-hop 3.3.3.2
Policy routing matches: 20 packets, 2280 bytes
R4(config-ext-nacl)#do sh access-li
Extended IP access list CLIENT1
10 permit ip host 1.1.1.2 any (20 matches)
I have the above topology. I'm trying to to test path selection by pinging r2 from r1 (and it will fail)
*R1 has no ip routing but has default gateway, R4
I applied the route-map policy on f0/0 on R4
"ip policy route-map POLICY"
still does not work. Ideas?
is that right?