If you've spent any time configuring user authentication on... Full Story
By Manny Fernandez
July 28, 2026
Where does the “Sequence Group” live in the FortiGate CLI Config
Do you use Sequence Groups In your Firewall Policies? I absolutely love them. I used to use them in Checkpoint. In Checkpoint, they are called Sections.

On the FortiGate, they are called Sequence Group.

If you do not use them today, they are very useful. If you have 5 policies, maybe not so much, but when you have hundreds or thousands of policies, filtering out ONLY what section you want to work with, this is the way to go.

If you right click on the Policy where you want to add the Sequence Group and choose Insert sequence grouping.
Sequence grouping in FortiOS is driven under the hood by an invisible CLI parameter on individual firewall policies.
Where to find and manage sequence groupings depends on whether you are looking in the GUI, the CLI, or a Config Backup:
1. In the CLI (Active Session)
Under config firewall policy, the group header is defined by the global-label setting:
config firewall policy
edit <policy-id>
set global-label "Your-Group-Name"
next
end
The “Gotcha” with CLI Visibility:
It is a hidden command: The global-label parameter will not autocomplete when pressing TAB.
It does not show in standard outputs: Running show firewall policy or show full firewall policy will ommit global-label.
How to see it in CLI: You can verify its existence by explicitly checking the policy or filtering for it:
config firewall policy
edit <policy-id>
get | grep global-label
2. In a Configuration Backup File
If you download a full configuration backup (.cfg) from the GUI or via FTP/TFTP, global-label will be explicitly rendered in plain text inside the policy block:
config firewall policy
edit 10
set name "Allow-Branch-Traffic"
set global-label "Branch Rules"
set srcintf "port1"
set dstintf "port2"
next
end
3. In the GUI
To see sequence groups visually in the FortiOS Web UI:
1. Go to Policy & Objects > Firewall Policy.
2. In the top-right corner, change the view mode from Interface Pair View to By Sequence (or Sequence Grouping View).
3. Firewall policies will display collapsible headers named after the configured global-label.
Note: A sequence group starts at the policy where global-label is set, and it applies to all subsequent policies until another policy sets a new global-label or ends the block.
Recent posts
-
-
DNS is one of those technologies that quietly underpins... Full Story
-
BGP issues on FortiGate firewalls usually trace back to... Full Story
-
Every time your laptop talks to your router, a... Full Story
-
If you've spent any time configuring NAT on a... Full Story
-
If you have spent any time configuring firewall policies... Full Story
-
High availability on FortiGate is one of those features... Full Story
-
If you've configured SD-WAN on a FortiGate, you've almost... Full Story
-
FortiLink is the management protocol that turns a FortiSwitch... Full Story
-
FortiSwitches are pretty rock solid from Mean Time Between... Full Story
-
This is a quicky tip. Have you ever gone... Full Story
-
DNS is one of those quiet pieces of internet... Full Story
-
This article is an updated version of the previous... Full Story
-
You will add ns2 as a secondary (slave) BIND9... Full Story
-
In the process of deploying my lab, I needed... Full Story
-
RFC 8805, used to be known as Self-Correcting IP... Full Story
-
Years back, I wrote an article about certificate pinning. ... Full Story
-
FortiGates have the ability to send alerts to Microsoft... Full Story
-
In this post, I am going to walk through... Full Story
-
Troubleshooting VoIP on a FortiGate can feel like trying... Full Story
-
Prior to FortiOS 7.0, there were three commands to... Full Story
-
In this post, I am going to go over... Full Story
-
What we are going to do: We are going... Full Story
-
Choosing between FGCP (FortiGate Clustering Protocol) and FGSP (FortiGate... Full Story
-
Creating a VLAN on macOS (The "Pro" Move) A... Full Story
-
This blog post explores the logic behind how macOS... Full Story
-
Pretty Fly for a Wi-Fi Tell My Wi-Fi Love... Full Story
-
Part of my daily gig is creating BoMs (Bill-of-Materials)... Full Story
-
ICMP introduces several security risks, but careful filtering, rate... Full Story
-
The command diag debug application dhcps -1 enables full... Full Story
-
In the world of FortiOS, execute tac report is... Full Story
-
LLDP; What is it The Link Layer Discovery Protocol... Full Story
-
What it actually does When you run diagnose fdsm... Full Story
-
Monkey Bites are bite-sized, high-impact security insights designed for... Full Story
-
I have run macOS in macOS with Parallels but... Full Story
-
Don't be confused with my other FortiNAC posts where... Full Story
-
This is the third session in a multi-part article... Full Story
-
Today I was configuring key-based authentication on a FortiGate... Full Story
-
Netcat, often called the "Swiss Army knife" of networking,... Full Story
-
At its core, IEEE 802.1X is a network layer... Full Story
-
In case you did not see the previous FortiNAC... Full Story
-
This is our 5th session where we are going... Full Story
-
Now that we have Wireshark installed and somewhat configured,... Full Story
-
The Philosophy of Packet Analysis Troubleshooting isn't about looking... Full Story
-
Do you use Sequence Groups In your Firewall Policies? ... Full Story
-
The other day, I opened my Wireshark for macOS... Full Story
-
1. Executive Summary Objective This guide walks through the... Full Story