--- title: "Determining the MAC address of VX Engines" slug: "determining-the-mac-address-of-vx-engines" updated: 2024-12-19T07:21:14Z published: 2024-12-19T07:21:14Z canonical: "docs.telosalliance.com/determining-the-mac-address-of-vx-engines" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.telosalliance.com/llms.txt > Use this file to discover all available pages before exploring further. # Determining the MAC address of VX Engines ## Scope The method described here applies to all VX Engines, but can be used for other devices as well. ## Description Sometimes, the MAC address of the SIP interface needs to be reported to a provider for provisioning. Here we'll show you how to easily find that. The first place to look is on the **System > Status** page of the VX's web GUI under **System Health**: ![](https://cdn.document360.io/57e3cd80-d493-453c-9672-ad1b043dadc3/Images/Documentation/b7175a4c-d37b-44cd-9d22-c967f9724577.png) If it's not listed there, the best thing to do is open a command prompt on a PC that is connected to the same network as the desired VX Ethernet interface and issue the `arp -a` command. ![](https://cdn.document360.io/57e3cd80-d493-453c-9672-ad1b043dadc3/Images/Documentation/99bcf19c-351d-47c1-85e0-a864a70d662c.png) This will show a list of all of the devices on the network referenced by MAC address against IP address. So now, find the IP address of the VX's interface and look for the MAC address associated with it. ## Let us know how we can help If you have further questions on this topic or have ideas about improving this document, please [contact us](https://www.telosalliance.com/support-request).