Chapter 19 Virtual Domains : Virtual Domains in Transparent mode : Example of VDOMs in Transparent mode : Configuring the Company_B VDOM : Adding VLAN subinterfaces
  
Adding VLAN subinterfaces
You need to create a VLAN subinterface on the internal interface and another one on the external interface, both with the same VLAN ID.
To add VLAN subinterfaces - web-based manager
1. Go to System > Network > Interfaces.
2. Select Create New.
3. Enter the following information and select OK:
Name
VLAN_200_int
Interface
port2
VLAN ID
200
Virtual Domain
Company_B
4. Select Create New.
5. Enter the following information and select OK:
Name
VLAN_200_ext
Interface
port1
VLAN ID
200
Virtual Domain
Company_B
To add the VLAN subinterfaces - CLI
config system interface
edit VLAN_200_int
set interface internal
set vlanid 200
set vdom Company_B
next
edit VLAN_200_ext
set interface external
set vlanid 200
set vdom Company_B
end