FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
pramod
Staff
Staff
Article Id 281134
Description This article provides a command guide to create a split port in the FortiGate-1000F series.
Scope FortiGate-1000F and 1001F series.
Solution

The FortiGate-1000F and 1001F series supports split port feature on port 33 and 34.

 

Supported cables can be obtained from the datasheet.

https://www.fortinet.com/content/dam/fortinet/assets/data-sheets/fortigate-1000f-series.pdf

 

The following commands can be used to split ports:

 

config system global
    config split-port-mode
        edit "port33"
            set split-mode 4x25G
        next
            edit "port34"
        next
    end

 

Splitting the interfaces requires a system reboot. Multiple interfaces may be split at the same time.

The FortiGate will reboot after enabling the split mode.

 

 After the system boots up, the following changes take place:


=============================================================================================

edit "port33/1"
    set vdom "root"
    set type physical
    set mediatype sr
    set snmp-index 42
    set forward-error-correction disable
    set speed 25000full
next
    edit "port33/2"
        set vdom "root"
        set type physical
        set mediatype sr
        set snmp-index 43
        set forward-error-correction disable
        set speed 25000full
    next
            edit "port33/3"
                set vdom "root"
                set type physical
                set mediatype sr
                set snmp-index 44
                set forward-error-correction disable
                set speed 25000full
            next
                edit "port33/4"
                    set vdom "root"
                    set type physical
                    set mediatype sr
                    set snmp-index 45
                    set forward-error-correction disable
                    set speed 25000full
                next

Contributors