Skip to main content
Contributor
April 19, 2006

Technical Tip: How to display the ARP table on a FortiGate, configured in NAT mode

  • April 19, 2006
  • 0 replies
  • 506349 views

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 mode