I have set up the following route map on int F0/0
FastEthernet0/0 ip address 149.100.200.200 255.255.255.0
ip policy route-map TO-HQ
duplex auto
speed auto
ip access-list extended Remote
permit ip 149.100.200.0 0.0.0.255 any log
route-map To-HQ permit 10
match ip address Remote
set ip next-hop 172.16.10.10
Then connected a device to int F0/0 gave it an ip address of 149.100.200.10, and a DF GW of 149.100.200.200.
I can ping from this device across the router, how ever when I do
#sh route-map
i get
route-map To-HQ, permit, sequence 10 Match clauses:
ip address (access-lists): Remote
Set clauses:
ip next-hop 172.16.10.10
Policy routing matches: 0 packets, 0 bytes
So the traffic is passing through the router, but my ACL and Route-map are not showing as getting hits, and the policy is not getting implemented.
Any ideas where this is going wrong.
the router in questions has
one interface pointing to the 149.100.200.x network
one pointing to the internet,
there is also a tunnel interface set up on the 172.16.10.10 network that tunnels across the internet to a remote location.
So what I am trying to achieve is any traffic to and from the 149.100.200.x network passes through he encrypted tunnel.
Cheers
PS. I can provide a diagram if needed, and should i mention this is using GNS3