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.
Not applicable
Article Id 195608

Description

 

This article describes how to display the ARP table on a FortiGate, configured in NAT mode.

 

Scope
 
FortiGate.
 
Solution
 
When VDOMs are not enabled:

 

get system arp

 

Below is shown the output after executing the above command:

 

Screenshot_1.png

 
When VDOMs are enabled:
 
config vdom
    edit root
    get system arp

 

Below is shown the output after executing the above commands:

 

Screenshot_2.png

 

The sniffer command below can be used to capture the ARP frames on a specific interface.

 

diagnose sniffer packet <interface_name> "arp" 6 0 l 

 

Related article:

Technical Tip: Configuration best practice and troubleshooting tips for a FortiGate in Transparent m...