From f8e9e38b85bb4f7ad3e5af749222939cd26ac2aa Mon Sep 17 00:00:00 2001 From: Ratan Gupta Date: Thu, 31 May 2018 18:47:39 +0530 Subject: Docs: Add IPMI command cheatsheet Adding the network configuration commands Change-Id: I0542e1266d3bf71c813c3d449bb2838f0dc887cf Signed-off-by: Ratan Gupta --- docs/ipmitool-commands-cheatsheet.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/ipmitool-commands-cheatsheet.md (limited to 'docs') diff --git a/docs/ipmitool-commands-cheatsheet.md b/docs/ipmitool-commands-cheatsheet.md new file mode 100644 index 0000000..bb72083 --- /dev/null +++ b/docs/ipmitool-commands-cheatsheet.md @@ -0,0 +1,36 @@ +# IPMI command cheat sheet + +This document is intended to provide a set of IPMI commands for quick reference. + +Note: If the ipmitool is on the BMC then set the interface as "-I dbus" and +if the ipmitool is outside the BMC (i.e on the network) then set the interface as +"-I lanplus". + +## Network Configuration + +### Set the interface mode + +ipmitool lan set ipsrc static + +### Set the IP Address + +ipmitool lan set ipaddr + +### Set the network mask + +ipmitool lan set netmask + +### Set the default gateway + +ipmitool lan set defgw ipaddr + +### Set the VLAN + +ipmitool lan set vlan id + +### Delete the VLAN + +ipmitool lan set vlan id off + +NOTE: The user can group multiple set operations since the IPMI daemon +waits for 10 seconds after each set operation before applying the configuration. -- cgit v1.2.1