Hi,
Try following commands on ZF7372
The interface command is used to set parameters for the wireless and Ethernet
interfaces. These parameters include VLAN, port type (for Ethernet ports), 802.1X
settings and port forwarding method
you must first use the get/set interface command to ensure that the interface will be able to handle the newly assigned VLAN.
set interface [forward ] type untag {|none}
[vlans
Example :
rkscli: set interface eth1 type vlan-trunk untag none
The above command is to set the ip address in multiple ways (static, DHCP or PPPoE),
and configure IP settings if set to static. Additionally, you can use the VLAN argument to set VLAN assignment for the interface. We can configure each of the interfaces separately, as we are setting the LAN for an interface
set ipaddr {wan|video|mgmt|l2tp} [vlan ] {options}
Example :
rkscli: set ipaddr wan 192.168.0.1 255.255.255.0 192.168.0.1
I hope this is helpful