05-19-2019 10:06 AM
10-01-2019 04:51 PM
05-20-2019 03:04 PM
05-20-2019 09:39 AM
05-19-2019 10:51 PM
create vlan IT tag 10
create vlan HR tag 20
configure vlan IT ipaddress 172.16.0.1/24 #or 'conf IT ip 172.16.0.1/24'
configure vlan HR ipaddress 192.168.0.1/24
enable ipforwarding #without providing a VLAN for that command it'll enable IP forwarding (routing) on all VLANs that have IP addresses already configured
configure vlan IT add ports [port list, e.g. 1-3, 4,7,9, 1-3,6,8-15,22] untagged #the word 'untagged' is default so could be skipped, just to show you they can also be tagged in case of an end-system tagging its traffic
configure vlan HR add ports [port list] untagged