01-25-2019 12:00 AM - edited 03-08-2019 05:08 PM
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 Test
11 permit ip 192.168.50.3/32 any
Vlan interface 100
ip access-group test out
Note that the gateway of 192.168.100.0 and 192.168.50.3 are on the same switch.
I tried the ip access-group test in
Still able to access all network in the switch which should not be.
01-25-2019 12:17 AM
Your access list does not match your description.
ip access-list Test
permit ip 192.168.100.0/24 192.168.50.3/32
vlan interface 100
ip access-group test in
Jon
01-25-2019 12:27 AM
01-25-2019 12:44 AM - edited 01-25-2019 12:44 AM
Do you mean you can ping all the other SVIs on the switch or just the vlan 100 SVI ?
Jon
01-28-2019 12:19 AM
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