11-29-2017 10:38 AM - edited 03-08-2019 12:55 PM
Hi,
I have a VACL configured as below:
access-list 100 permit ip 172.16.1.0 0.0.0.127 host 172.16.0.52 vlan access-map ABC 10 match ip address 100 action drop vlan access-map ABC 20 action forward vlan filter cls vlan-list 1
Now this VACL blocks ips 172.16.1.0 - 172.16.1.127. I want to allow one of the IPs say 172.16.1.16 - this IP should be able to connect to 172.16.0.52
Can this be achieved? i am unable to figure out a way.
Solved! Go to Solution.
11-29-2017 11:15 AM
11-29-2017 11:15 AM
12-04-2017 09:40 PM
12-05-2017 04:10 PM
11-29-2017 11:35 AM
Hello
Try:
access-list 101 permit host 172.16.1.16 host 172.16.0.52
vlan access-map ABC 5
match ip address 101
action forward
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide