Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Landon,
I had the same issue but I was able to create a comparable solution using transparent mode and forwarding domains while keeping a single virtual domain (VDOM). Here would be my config for your example:
## Configure Transparent Mode
config system settings
set opmode transparent
end
## Configure access ports for VLAN 10
config system interface
edit "port1"
set vdom "root"
set type physical
set forward-domain 10
next
... (mirror the above config for the other ports, up to port20)
## Configure access ports for VLAN 20
edit "port21"
set vdom "root"
set type physical
set forward-domain 20
... (mirror the above config for the other ports, up to port34)
## Configure a LAG interface
edit "port35"
set vdom "root"
set type physical
next
edit "port36"
set vdom "root"
set type physical
next
edit "po1"
set vdom "root"
set type aggregate
set member "port35" "port36"
set lacp-mode active
next
## Configure trunked VLANs on LAG interface
edit "vlan10_po1"
set vdom "root"
set forward-domain 10
set interface "po1"
set vlanid 10
next
edit "vlan20_po1"
set vdom "root"
set forward-domain 20
set interface "po1"
set vlanid 20
end
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1732 | |
1106 | |
752 | |
447 | |
240 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.