Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
canoas
New Contributor III

VLAN's from different VDOMs into same Security interface zone

I have created 2 x vdoms, each vdom has a vlan assigned to a single physical port (set interface "port#").

 

If I create a security zone named "Zone1," the only option is to assign a VLAN from that specific VDOM.

 

Both physical ports are connected to a switch, which will be trunked wth both vlans. Ideally, I would like to use the same 2 physical interfaces in each vdom with the same VLAN interface IP address in Security Zone1,  for failover redundancy (each vdom will have a zone named "Zone1")

 

How is this possible? Not wanting inter-vdom links, is there another option, as you can only set 1 physical port per VLAN interface?  Would this be switch mode on the fortigate?

 

Example - if I lose a port, no traffic will be pass to a specific vdom

4 REPLIES 4
funkylicious
SuperUser
SuperUser

having separate vdoms means the interfaces in different vdoms cannot share a common zone, a vdom is basically a 'virtual' firewall instance each with its own routing table, interfaces/vlans, etc. 

maybe you would want a redundant interface instead https://community.fortinet.com/t5/FortiGate/Technical-Tip-Creating-a-redundant-link/ta-p/196577 ?

"jack of all trades, master of none"
"jack of all trades, master of none"
Toshi_Esumi
SuperUser
SuperUser

Or, I think it's simply not possible. VDOMs are equivalent to physical separated FW units. One vdom can't refer or share another vdom's properties.

Toshi

canoas
New Contributor III

how about creating a LAG interface in the root vdom, adding both both ports physical ports to the LAG interface, then assigning the LAG interface to the VLAN interface to each VDOM?

 

config system interface
edit "LAG-CORE"
set vdom "root"
set type aggregate
set member "x5" "x6"
set lacp-mode active
next
end

then add "LAG-CORE to each VLAN Interface rather than the physical port? Won't this mean I have redundancy i.e:

if x5 goes down traffic will still pass both both vdoms because each VLAN interface is assign to LAG-CORE?

 

I think my initial post was very explanatory! 

funkylicious

try a hardware/software/vlan switch instead of LAG and maybe

"jack of all trades, master of none"
"jack of all trades, master of none"
Announcements
Check out our Community Chatter Blog! Click here to get involved
Labels
Top Kudoed Authors