Description | This article describes how to find the MAC address of FortiManager and the list of ARP. |
Scope | FortiManager or VMware |
Solution |
From the GUI, the MAC address of the interface and ARP list will not be visible.
It is necessary to Need to use the CLI.
To find the MAC Address of interface:
# diagnose fmnetwork interface list <----- For all interface port. # diagnose fmnetwork interface list <interface port> <----- Specific port.
Example:
To find the ARP list, the command as below:
# diag fmnetwork arp list
|