Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Created an access list that will give vlan 100 (192.168.100.0/24) access to only 192.168.50.3/32 IP only. The rest will be denied. ip access-list Test11 permit ip 192.168.50.3/32 any Vlan interface 100ip access-group test out Note that the gateway o...
Tried testing again. Other IPs in the vlan are now denied except for the gateways, x.x.x.1. I think this is working now. Just wondering why I can still able to ping the gateway?