Add the VLAN to the appliance.
In the following example, set up interface 1:0 with VLAN ID 10 and IP address 10.10.10.10/24.
In the Management Console:
- Remove the IP address from ProxySG physical interface (Configuration > Network > Adapters > Adapters).
- Add a New VLAN and input the VLAN ID and IP address on the interface you want to use.

In the command line interface:
- Connect to the appliance via an SSH or serial console
- Enter enable mode, and then enter configure mode.
- Remove the IP address from the physical interface, for example:
#(config interface 1:0.10 )no <ip-address>
- Add the new VLAN, for example:
#(config interface 1:0.10)ip-address 10.10.10.10 255.255.255.0
Refer to the
Command Line Interface Reference for details.