Skip to main content
rtanagras
Staff & Editor
Staff & Editor
October 23, 2024

Technical Tip: Managing Untagged Traffic on a FortiGate Interface

  • October 23, 2024
  • 0 replies
  • 2196 views
Description

This article explains how to manage untagged traffic on a FortiGate interface.

By default, untagged traffic arriving on a FortiGate interface is processed by the physical interface itself. This means that the physical interface handles the untagged traffic directly.

Scope FortiGate.
Solution

To manage untagged traffic, configure the physical interface where the untagged traffic is expected. No additional VLAN configuration is required.

 

If the native VLAN uses the 192.168.x.x/24 network, the interface can be configured as follows:

 

Command line:

 

config system interface
     edit "port1"
          set vdom "root"
          set ip 192.168.1.1 255.255.255.0
          set allowaccess ping https ssh
     next
end

 

In this example, the physical interface 'port1' is configured to handle untagged traffic with the IP address 192.168.1.1. If the native VLAN does not have an IP address, configure the interface with 0.0.0.0/0 to allow all traffic.

 

Command line:

 

config system interface
     edit "port1"
          set vdom "root"
          set ip 0.0.0.0 0.0.0.0
          set allowaccess ping https ssh
     next
end

 

Untagged traffic on 'port1' is treated as part of the regular interface network.

Thought Leadership Security Summit. Outpace New Threats with AI - enhanced defense. Tuesday, Septmeber 15, 8:30 AM - 2:30 PM PT. The Golf Club at Newcastle, WA.
Fortinet Flag the Hack. Wednesday, August 26, 9:00 AM - 5:00 PM ET, COSM, Atlanta, GA.