Good day!
My hardware:
- Four SG500 52 and SG500 52P switches are in one stack with many vlans configured.
- WLC which routes the internet ports. Static route on the sg500 stack.
- DHCP Server
- APs on trunk ports
Now I would like to put up some intervlan routing rules.
I would put the following ACEs into one ACL:
Copy machine 100: 192.168.0.0 - 0.0.255.255 permit 192.168.0.9 - 0.0.0.1
DHCP server 101: 192.168.0.0 - 0.0.255.255 permit 192.168.0.10 - 0.0.0.1
for 1 to vlan count: 192.168.vlanid.0 - 0.0.0.255 permit 192.168.vlanid.0 - 0.0.0.255
Internet access: 192.168.0.0 - 0.0.255.255 permit any
Kindly point me to the right direction.
Essentially each VLAN should access a centralized copy machine/ vlan internal traffic shall be allowed / vlan internet traffic shall be allowed.
VLAN X to VLAN Y traffic should be blocked.
Thanks a lot. A link to manuals / tutorials are highly appreciated.