HP iLO 4 Scripting and Command Line Guide
STATIC_ROUTE_1, STATIC_ROUTE_2, and STATIC_ROUTE_3 are used to specify the destination
and gateway IP addresses of the static routes. The following two parameters are used within the
static route commands. If an empty string is entered, the current value is deleted.
• DEST specifies the destination IP addresses of the static route. This parameter is only relevant
if the DHCP-assigned static route feature is disabled. If an empty string is entered, the current
value is deleted.
• GATEWAY specifies the gateway IP addresses of the static route. This parameter is only
relevant if the DHCP-assigned static route feature is disabled. If an empty string is entered,
the current value is deleted.
DHCP_SNTP_SETTINGS is used to determine whether iLO is to get the SNTP time servers and
timezone from the DHCP server or whether the user enters that information manually.
SNTP_SERVER1 specifies the IP address of an IPv4 or IPv6 SNTP server or the FQDN of an SNTP
server. The FQDN must adhere to the DNS standard, for example time.nist.gov. The iLO firmware
contacts this server for the UTC time. If iLO is unable to contact this server, it attempts to contact
the Secondary Time Server. This parameter is only relevant if DHCP_SNTP_SETTINGS is set to No.
If an empty string is entered, the current value is deleted.
SNTP_SERVER2 specifies the IP address of an IPv4 or IPv6 SNTP server or the FQDN of an SNTP
server. The FQDN must adhere to the DNS standard, for example time.nist.gov. The iLO firmware
contacts this server for the UTC time. If iLO cannot contact the Primary Time Server, it contacts this
server. This parameter is only relevant if DHCP_SNTP_SETTINGS is set to No. If an empty string is
entered, the current value is deleted.
TIMEZONE specifies the current time zone from the Olson database. Using a web browser, in iLO
4, go to Administration→Network→SNTP Settings and select the correct time zone from the
Timezone list box. The text of the time zone name must be entered exactly as it appears in the
SNTP Settings time zone list box, (minus the GMT offset). America/Anchorage or Europe/Zurich
are two examples of a valid time zone.
IPv6 MOD_NETWORK_SETTINGS parameters
If the following parameters are not specified, then the parameter value for the specified setting is
preserved. Zero values are not permitted in some fields. Consequently, an empty string deletes the
current value in some fields.
IPV6_ADDRESS is used to configure a static IPv6 address on iLO. When IPV6_ADDRESS entries
are included in a script, all previously configured IPv6 static addresses are deleted. Only the
addresses specified in the script will be in use by iLO after the script successfully completes. All
static address entries on iLO can be cleared by specifying a single blank IPV6_ADDRESS entry.
• ADDR_SOURCE may be included for ease in turning around GET_NETWORK_SETTINGS
output as input to MOD_NETWORK_SETTINGS. However, if the value is not STATIC the
entire entry is ignored.
• ADDR_STATUS may be included for ease in turning using GET_NETWORK_SETTINGS output
as input to MOD_NETWORK_SETTINGS. The value is always ignored as input.
IPV6_STATIC_ROUTE_[1:3] is used to configure static routes for IPv6 on iLO.
• IPV6_DEST specifies the destination address prefix, limited by PREFIXLEN. Must be a valid
literal IPv6 address in string form.
• IPV6_GATEWAY specifies the IPv6 address to which the prefixes should be routed. Must be
a valid literal IPv6 address in string form.
• ADDR_STATUS is used for ease in turning GET_NETWORK_SETTINGS output around as input
to MOD_NETWORK_SETTINGS, but is always ignored as input.
NOTE: To clear a single static route, enter blank addresses (“::”) for IPV6_DEST and
IPV6_GATEWAY, with “0” (zero) PREFIXLEN.
94 RIBCL XML Scripting Language










