Reference Guide

maintenance --remote_access [--enable]
Description
The command enables the iDRAC access (default: DHCP).
Syntax
maintenance --remote_access --enable
Result
Successfully enabled remote access.
maintenance --remote_access [--racreset]
Description
This command resets the Integrated Dell Remote Access Controller (iDRAC) .
Syntax
maintenance --remote_access --racreset
maintenance --remote_access [--static_ip] [--ip <IPv4/IPv6 address>] [--netmask
<netmask>] [--gateway <IPv4/IPv6 address>] [--device <lom1|lom2|lom3|lom4>]
Description
The command assigns a static IP address for Integrated Dell Remote Access Controller (iDRAC).
Syntax
maintenance --remote_access [--static_ip] [--ip <IPv4/IPv6 address>] [--
netmask <netmask>] [--gateway <IPv4/IPv6 address>] [--device <lom1|lom2|lom3|
lom4>]
--static_ip Assign a static IP address for Integrated Dell Remote
Access Controller (iDRAC).
--ip Static IP address to use.
--netmask Netmask for the assigned static IP address.
--gateway Gateway for routing.
--device Network device for iDRAC. By default, if you do not
specify a device, the iDRAC port will be used.
For example, to enable the remote access, you can run a similar command like the one below:
maintenance --remote_access --enable --static_ip --ip 10.250.241.167 --netmask
255.255.252.0 --gateway 10.250.240.1
Result
Successfully enabled remote access
maintenance --remote access [--disable]
Description
The command disables the iDRAC access (default: DHCP).
Syntax
maintenance --remote access --disable
120