Chapter 20 Virtual Domains : Virtual Domains in Transparent mode : Example of VDOMs in Transparent mode : Configuring the Company_A VDOM : Adding VLAN subinterfaces
  
Adding VLAN subinterfaces
You need to create a VLAN subinterface on the port2 interface and another one on the port1 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_100_int
Interface
port2
VLAN ID
100
Virtual Domain
Company_A
4. Select Create New.
5. Enter the following information and select OK:
Name
VLAN_100_ext
Interface
port1
VLAN ID
100
Virtual Domain
Company_A
To add the VLAN subinterfaces - CLI
config system interface
edit VLAN_100_int
set interface port2
set vlanid 100
set vdom Company_A
next
edit VLAN_100_ext
set interface port1
set vlanid 100
set vdom Company_A
end