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

How to create a Vlan and assigned two interface.

Hello Expert,  

One cisco I am able to create vlan and assign respective port to vlan 

 

example 

------------------

 

interface Vlan31
description Switchware Vlan
ip address 10.118.133 .33 255.255.255.240

 

interface GigabitEthernet3
description CCTV Interface
switchport access vlan 31
no ip address
!
interface GigabitEthernet4
no ip address
shutdown
!
interface GigabitEthernet5
switchport access vlan 31
no ip address

 

On the fortigate  i would like to able to create a similar vlan and assigned different interfaces unsure how to do this.

thank you 

Regards

1 Solution
Toshi_Esumi
SuperUser
SuperUser

No, you can't with FGTs. FGTs don't have the SVI & switching feature unlike those router-switch like Cisco, Juniper, etc..

Only thing you can do is to move VLAN switching to your switch by passing all VLANs and non-tagged traffic from the FGT to the switch. On the FGT side, you can stack all VLANs on one parent interface, which carris non-tagged traffic.

 

Toshi

View solution in original post

2 REPLIES 2
Toshi_Esumi
SuperUser
SuperUser

No, you can't with FGTs. FGTs don't have the SVI & switching feature unlike those router-switch like Cisco, Juniper, etc..

Only thing you can do is to move VLAN switching to your switch by passing all VLANs and non-tagged traffic from the FGT to the switch. On the FGT side, you can stack all VLANs on one parent interface, which carris non-tagged traffic.

 

Toshi

jomof
New Contributor III

Hello Toshi,

 

Thanks for the clarification.

 

Regards

Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors