Fortinet black logo

Changes in CLI

Changes in CLI

Bug ID

Description

896333

You can use the diagnose span-sniffer packet command to sniff traffic on internal FortiGate 6000 or 7000 interfaces in the same way as using the diagnose sniffer packet command to sniff traffic on data or management interfaces. The diagnose span-sniffer packet syntax is similar to the diagnose sniffer packet command syntax. Internal FortiGate 6000 or 7000 interfaces includes internal switch ports (for example, sw:1-P1, sw:7-P4) and the DP processor (dp).

Command syntax for the packet sniffer part of the command is:

diagnose span-sniffer packet <interface> <filter> <verbose> <count> <timestamp> <frame-size>

The <filter> option does not work for internal switch (sw:) interfaces. You can work around this problem by using the default filter (which is "") and using grep to display the information you are looking for.

For example, use the following command to see echo request packets:

diagnose span-sniffer packet dp "" 4 | grep echo

913040

The config vpn ssl settings option tunnel-addr-assigned-method is now available again in the FortiGate 6000 and 7000 CLI. This option had been removed in a previous release because setting this option to first-available and configuring multiple IP pools was found to reduce FortiGate 6000 and 7000 SSL VPN load balancing performance. However, some users may want the ability to use multiple IP pools for their SSL VPN configuration, even if performance is reduced. So the change has been reverted.

924384

Rename the exclude-signatures setting's industrial option to ot.

config ips global
    set exclude-signatures {none | ot}
end

924745

Support a new FGCP cluster upgrade mode that allows manual control over the cluster member that is being upgraded. HA members can temporarily run in a multi-version cluster (MVC) while administrators perform tests to confirm traffic can pass through the upgraded member smoothly.

The syntax for the existing upgrade mode has been changed.

7.4.0 and earlier:

config system ha
    set uninterruptible-upgrade {enable | disable}
end

7.4.1 and later:

config system ha
    set upgrade-mode {simultaneous | uninterruptible | local-only | secondary-only}
end

In local-only and secondary-only modes, the specific cluster member is upgraded and sessions are synchronized to it. Administrators can manually switch over to the newly upgraded member to test traffic while the cluster operates in MVC. When testing is complete, administrators can manually upgrade the old primary unit.

Changes in CLI

Bug ID

Description

896333

You can use the diagnose span-sniffer packet command to sniff traffic on internal FortiGate 6000 or 7000 interfaces in the same way as using the diagnose sniffer packet command to sniff traffic on data or management interfaces. The diagnose span-sniffer packet syntax is similar to the diagnose sniffer packet command syntax. Internal FortiGate 6000 or 7000 interfaces includes internal switch ports (for example, sw:1-P1, sw:7-P4) and the DP processor (dp).

Command syntax for the packet sniffer part of the command is:

diagnose span-sniffer packet <interface> <filter> <verbose> <count> <timestamp> <frame-size>

The <filter> option does not work for internal switch (sw:) interfaces. You can work around this problem by using the default filter (which is "") and using grep to display the information you are looking for.

For example, use the following command to see echo request packets:

diagnose span-sniffer packet dp "" 4 | grep echo

913040

The config vpn ssl settings option tunnel-addr-assigned-method is now available again in the FortiGate 6000 and 7000 CLI. This option had been removed in a previous release because setting this option to first-available and configuring multiple IP pools was found to reduce FortiGate 6000 and 7000 SSL VPN load balancing performance. However, some users may want the ability to use multiple IP pools for their SSL VPN configuration, even if performance is reduced. So the change has been reverted.

924384

Rename the exclude-signatures setting's industrial option to ot.

config ips global
    set exclude-signatures {none | ot}
end

924745

Support a new FGCP cluster upgrade mode that allows manual control over the cluster member that is being upgraded. HA members can temporarily run in a multi-version cluster (MVC) while administrators perform tests to confirm traffic can pass through the upgraded member smoothly.

The syntax for the existing upgrade mode has been changed.

7.4.0 and earlier:

config system ha
    set uninterruptible-upgrade {enable | disable}
end

7.4.1 and later:

config system ha
    set upgrade-mode {simultaneous | uninterruptible | local-only | secondary-only}
end

In local-only and secondary-only modes, the specific cluster member is upgraded and sessions are synchronized to it. Administrators can manually switch over to the newly upgraded member to test traffic while the cluster operates in MVC. When testing is complete, administrators can manually upgrade the old primary unit.