1. Let's say I have 2 subnets , 192.168.1.0/24 and 192.168.2.0/24, i want to configure interfaces 0/1 to 0/12 to VLAN1 to cater for 192.168.1.0/24 and interfaces 0/13 to 0/20 to cater for 192.168.2.0/24, the traffic from VLAN1 can communicate to VLAN2.
What is the CLI command for the above?
2. Let's say I have 2 same subnet , 192.168.2.0/24 ,
VLAN1 192.168.2.0/24 ports 0/1 to 0/12
VLAN2 192.168.2.0/24 ports 0/13 to 0/20
Traffic from VLAN1 should not be able to communicate to VLAN2.
How do I configure this in the CLI?