Good day,
I have access-lists on my cisco router 2900 where some are attached to the crpypto maps for IPSec tunnels and one linked to the access-map o the line VTY.
So now I need to allow access from two specific IP's to a specific IP and I want to block anything else. Below are the rules that I configured:
ip access-list extended VM-SRV-MANAGEMENT
permit ip host 10.100.1.3 host 196.80.62.100
permit ip host 10.100.0.3 host 196.80.62.100
deny ip any host 196.80.62.100
The rules that I have added don't seem to be working as the 196.80.62.100 IP is still accessible from other source IP's other than the ones specified.
May you please advise if this is achievable and what rules must I add to add the restrictions.
Regards
Nelson