02-12-2018 01:10 AM - edited 03-08-2019 01:48 PM
Hi,
i have server ( 192.168.1.16) , am asking to how deny any traffic to ( 192.168.1.0/24 and 172.200.1.0/24), and permit others subnets .
switch is WS-C3850-48T
thanks
02-12-2018 01:49 AM
Hi,
this is possible through VLAN ACL on the core switch. as below
ip access-list extended TestACL
deny ip 192.168.1.0 0.0.0.255 host 192.168.1.16
deny ip 172.200.1.0 0.0.0.255 host 192.168.1.16
permit ip any any
!
vlan access-map TestVACL
match ip address TestACL
action forward
!
vlan filter TestVACL vlan-list 10 <Server VALN ID 10>
Regards,
Deepak Kumar
02-12-2018 02:07 AM
"vlan filter TestVACL vlan-list 10 <Server VALN ID 10>"
what does this mean ?
02-12-2018 02:26 AM
Menas - Applies the VLAN access map to the specified VLANs. In your case, it is server VLAN.
Regards,
Deepak Kumar
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