Configurazione Jumbo Frame Aruba InstantON FortiGate Proxmox

Configurazione Jumbo Frame Aruba InstantON FortiGate Proxmox

Guida alla configurazione di Jumbo Frame su switch Aruba InstantON, firewall FortiGate e hypervisor Proxmox per ottenere frame fino a 9216 byte. Include configurazione LACP, MSS Clamping e procedure di test con ping e iperf3.

Punti chiave

Comandi

config system interface
    edit "nome_tua_interfaccia"
        set mtu-override enable
        set mtu 9000
    next
end
config firewall policy
    edit <ID_DELLA_POLICY_INTERNET>
        set tcp-mss-sender 1460
        set tcp-mss-receiver 1460
    next
end
execute ping-options datasize 8972
execute ping-options df-bit yes
execute ping-options source <IP_DEL_FORTIGATE>
iperf3 -s
# Su client
iperf3 -c <IP_TRUENAS> -P 4
ping -M do -s 8972 192.168.1.1
diagnose traffictest port 5201
diagnose traffictest client-intf lan
diagnose traffictest run -c <IP_PROXMOX>

Collegamenti