cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
921
Views
0
Helpful
5
Replies

ACL on SG500

Dav1787
Level 1
Level 1

How do I get an ACL on an sg500 to deny all traffic from my 192.168.1.0/24 subnet to my CCTV subnet 192.168.20.0/24 apart from 1 host IP  192.168.1.8

 

Use to catalyst switches in which ACLs seemed more logical 

5 Replies 5

balaji.bandi
Hall of Fame
Hall of Fame

why do it on a port not a vlan?

You can bind the ACL to VLAN Interface i mean.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

thats what im trying to do but its not working and I need help with it

Sujoy Paria
Cisco Employee
Cisco Employee

Hi,

First, please try to allow the traffic for 192.168.1.8 host towards CCTV IP subnet (192.168.20.0 /24) …

Source: 192.168.1.8   0.0.0.0

Destination: 192.168.20.0   0.0.0.255

Then deny the traffic for 192.168.1.0 /24 IP subnet towards CCTV IP subnet (192.168.20.0 /24) …

Source: 192.168.1.0   0.0.0.255

Destination: 192.168.20.0   0.0.0.255

 

After that map the ACL to the switch port / VLAN accordingly.