Server Blade Configuration and Utilities
• ISIP_ENABLE is used to enable or disable the use of Static IP Bay
Configuration. This attribute must appear inside the
MOD_NETWORK_SETTINGS command block. The possible values are “Y” or
“N.” It is case insensitive. This attribute is only applicable on server blades.
• GET_ISIP_SETTINGS requests the respective iLO Static IP Bay Configuration
settings. This attribute must appear inside the RACK_INFO command block. The
RACK_INFO command block may be set to read or write.
Remote Insight Command Language Examples
Getting Static IP Bay Configuration Settings
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Admin" PASSWORD="password">
<RACK_INFO MODE="write">
<GET_ISIP_SETTINGS/ >
</RACK_INFO>
</LOGIN>
</RIBCL>
Modifying Static IP Bay Configuration Settings
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Admin" PASSWORD="password">
<RACK_INFO MODE="write">
<MOD_ISIP_SETTINGS>
<SLOT_ENABLE MASK="0x3FE"/>
<IP_ADDRESS VALUE="16.100.222.111"/>
<SUBNET_MASK VALUE="255.255.252.0"/>
<GATEWAY_IP_ADDRESS VALUE="16.100.222.1"/>
<DOMAIN_NAME VALUE="sum.won.here.now"/>
<PRIM_DNS_SERVER VALUE="16.11.1.111"/>
<SEC_DNS_SERVER VALUE=""/>
<TER_DNS_SERVER VALUE=""/>
<PRIM_WINS_SERVER VALUE="16.22.2.222"/>
<SEC_WINS_SERVER VALUE=""/>
<STATIC_ROUTE_1 DEST="16.33.3.33"
GATEWAY="16.100.11.11"/>
<STATIC_ROUTE_2 DEST="" GATEWAY=""/>
<STATIC_ROUTE_3 DEST="" GATEWAY=""/>
HP ProLiant BL30p Server Blade Setup and Installation Guide 5-25