How us the policy based routing in cisco for below scenario :
Wan 1 :
ip address : 10.10.10.2
subnetmask : 255.255.255.252
gateway : 10.10.10.1
Wan 2 :
ip address : 20.20.20.2
subnetmask : 255.255.255.252
gateway : 20.20.20.1
Lan :
ip address : 172.168.0.4
subnetmask : 255.255.240.0
I want to allow the wan 10.10.10.2 for 172.168.0.10, 172.168.0.11, 172.168.0.12
and
I want to allow the wan 20.20.20.2 for 172.168.0.13, 172.168.0.14, 172.168.0.15
with using access list
Please help me complete this
Thanks in advance ..