Mod_network_settings, Mod_network_settings parameters – HP Remote Insight Lights-Out Edition II Board User Manual

Page 151

Advertising
background image

Scripting, command line, and utility options 151

MOD_NETWORK_SETTINGS

The MOD_NETWORK_SETTINGS command modifies certain network settings. This command is only valid
inside a RIB_INFO block. The logged-in user must have the configure RILOE privilege, and the mode of
the containing RIB_INFO block must be "write." All of these elements are optional and may be left out. If
an element is left out, then the current setting is preserved.

Example:

<RIBCL VERSION="2.0">

<LOGIN USER_LOGIN="adminname" PASSWORD="password">

<RIB_INFO MODE="write">

<MOD_NETWORK_SETTINGS>

<SPEED_AUTOSELECT value="No"/>

<FULL_DUPLEX value="Yes"/>

<NIC_SPEED value="100"/>

<DHCP_ENABLE value="Yes"/>

<IP_ADDRESS value="255.255.255.255"/>

<SUBNET_MASK value="255.255.0.0"/>

<GATEWAY_IP_ADDRESS value="255.255.255.255"/>

<DNS_NAME value="demorib.internal.net"/>

<DOMAIN_NAME value="internal.net"/>

<DHCP_GATEWAY value="No"/>

<DHCP_DNS_SERVER value="No"/>

<DHCP_STATIC_ROUTE value="No"/>

<REG_WINS_SERVER value="No"/>

<PRIM_DNS_SERVER value="255.255.255.255"/>

<SEC_DNS_SERVER value="255.255.255.255"/>

<STATIC_ROUTE_1 DEST="255.255.0.0" GATEWAY="255.0.0.0"/>

<STATIC_ROUTE_2 DEST="255.255.0.0" GATEWAY="255.0.0.0"/>

<WEB_AGENT_IP_ADDRESS value="255.255.255.255"/>

</MOD_NETWORK_SETTINGS>

</RIB_INFO>

</LOGIN>

</RIBCL>

MOD_NETWORK_SETTINGS Parameters

SPEED_AUTOSELECT is used to automatically select the transceiver speed. The possible values are "Yes"
or "No." It is case insensitive.

FULL_DUPLEX is used to decide if the RILOE II is to support full-duplex or half-duplex mode. It is only
applicable if SPEED_AUTOSELECT was set to "No." The possible values are "Yes" or "No." It is case
insensitive.

NIC_SPEED is used to set the transceiver speed if SPEED_AUTOSELECT was set to "No." The possible
values are "10" or "100." Any other values will result in a syntax error.

DHCP_ENABLE is used to enable DHCP. The possible values are "Yes" or "No." It is case insensitive.

Advertising