Description

This article provides steps to configure a custom MAC address to override the default MAC address of an interface.

Solution

To override the default MAC address of an interface, we can use the below CLI command-

#set interfaces <interface-name> mac <custom-mac>

Modification History

2024-06-23 : Article Created