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

Setting up VLAN and Trunks?

123

3 REPLIES 3
Andonov
New Contributor

Hi Amid, When you say device you mean phone? Are you set the VLAN ID in your phone? Have a nice day!
pchechani_FTNT

First: Create a trunk and put switch port members in trunk: config switch trunk edit " trunk1" set members " port48" next end 2. For vlan traffic to get IP address: config switch interface edit " port1" set native-vlan 1 set allowed-vlans 20 next end 3. to carry vlans on trunk: config switch interface edit " trunk1" set native-vlan 10 set allowed-vlans 20-50 next end Hope this will help.
-p
Linda
New Contributor

To trunk vlan 20 and vlan 30 on interface 15 and allow untagged vlan 1, you need: interface gigabitethernet 0/15 vlan participation include tagging 20,30 vlan acceptframe all exit
Labels
Top Kudoed Authors