Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save monester/423ef54f9b269343de9e84210c93358a to your computer and use it in GitHub Desktop.
Save monester/423ef54f9b269343de9e84210c93358a to your computer and use it in GitHub Desktop.
Pull the LAN1/eth0 MAC address from SuperMicro IPMI

You can find the MAC address for LAN1/eth0 (not the BMC MAC) via the SuperMicro IPMI interface by running the following command:

$ ipmitool -U <redacted> -P <redacted> -H 10.4.0.10 raw 0x30 0x21 | tail -c 18
00 25 90 f0 be ef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment