I want to configure ports like - 192.168.1.x/24 but i have a problem, from 2nd and above vlan, it tells me "Address is on the same network as VLAN_port_1_vlan!"
Commands i'm using:
configure Default delete ports 1-48\r
create vlan port_1_vlan\r
configure port_1_vlan tag 101\r
configure port_1_vlan add ports 1 untagged\r
configure port_1_vlan ipaddress 192.168.1.1/24\r
create vlan port_2_vlan\r
configure port_2_vlan tag 102\r
configure port_2_vlan add ports 2 untagged\r
configure port_2_vlan ipaddress 192.168.1.2/24\r
so on..
How can I solve my problem?