To create a VLAN on the internal interface by cli, use the following commands
config system interface
edit VLAN_100
set interface internal ***enter in the interface name, i.e internal or lan1 or wan1***
set vlanid 100
set ip 192.168.100.254/24
set allowaccess ping ***options ping, https, ssh, snmp, http***
end