Technical Tip: How to check MAC address of the interface
| Description | This article indicates the command needed to check the Hardware address of the interface. |
| Scope | FortiWeb. |
| Solution | A MAC address (media access control) is a unique identifier that is allocated to the NIC (network interface controller).
To check the MAC address of the FortiWeb interface below command can be used:
# Neo-kvm29 # diag hardware nic list port1 | grep HWaddr Port1 is used in the example above, however port can be changed according to the requirement.
Note: Make sure the word after grep is case sensitive as above. |

