Appendix C: IPMI
DSM IPMI CLI Commands
DSM Installation and Configuration Guide
Copyright 2009 - 2020 Thales Group. All rights reserved.
162
ip
The
ip
command configures the IPMI network IP address.
The
ip
command includes the following elements:
DSM CLI
Command
Description
set
Sets the IPMI IP address.
delete
Deletes the IP address.
show
Shows the IP address.
ipmi
category
ip
command elements
ip set
Set the IPMI IP address. Setting the IP address automatically sets the mask to 16-bit mask.
Syntax
ip set ip_address
The following example sets the IPMI network interface IP address.
0001:vormetric$ ipmi
0002:ipmi$ ip set 10.3.99.77
IP=10.3.99.77
SUCCESS: ip set
ip delete
Delete the IPMI IP address. This sets the IP to 0.0.0.0.
Syntax
ip delete
The following example deletes the IPMI network interface IP address.
0002:ipmi$ ip delete
IP=0.0.0.0
SUCCESS: ip delete
ip show
Show the IPMI IP address.
Syntax
ip show
The following example shows the IPMI network interface IP address.
0002:ipmi$ ip show
IP=0.0.0.0
MAC=00:25:90:F7:12:52
SUCCESS: ip show