Created on
05-09-2024
04:56 AM
Edited on
11-12-2024
05:24 AM
By
Anthony_E
Description | This article describes how to identify the ingress and egress interface of traffic flow from session list. |
Scope | FortiOS. |
Solution |
When listing the desired sessions (diag sys session list), focus on the 'dev' section in order to understand how the traffic is flowing across FortiGate interfaces.
diagnose netlink interface list
diagnose netlink interface list
Use grep to filter the interface. Example:
diag netlink interface list | grep "index=3 "
diag netlink interface list | grep "index=14 " |