How do I set the iDRAC IP address on a non-DHCP network?
By default, when a network cable is connected to the iDRAC port, it will acquire a DHCP address. For OneXafe deployed on a network without a DHCP server, admins can now set a static IP address for iDRAC. See the example below.
The last # show lan command is used to verify the setting.
Copy
oneblox50001(config) ipmi
oneblox50001(config-ipmi) help
Documented commands (type help <topic>):
========================================
apply exit help lan logout reset show
Undocumented commands:
======================
end
oneblox50001(config-ipmi) help lan
Manage the IPMI lan interface and provide access to configuration
parameters.
These setting will not be applied until the configuration is saved.
Usage:
lan
lan dhcp
lan static <addr> <netmask> [<gateway>]
lan vlan <tag>
Examples:
- configure a static ip network and no gateway
lan static inet 10.0.0.0 255.0.0.0
See Also:
apply
oneblox50001(config-ipmi) lan static 172.19.1.77 255.255.255.0
oneblox50001(config-ipmi) apply
oneblox50001(config-ipmi) show lan