API Guide

Description: The idrac.config_mgr.configure_static_ipv4() allows you to congure the Static IPv4 Settings.
Table 77. Parameters for idrac.cong_mgr.congure_static_ipv4
Parameter Name Type Allowed Values
ip_address
String IP Address
Description Displays the iDRAC NIC IPv4 address.
Table 78. Parameters for idrac.cong_mgr.congure_static_ipv4
Parameter Name Type Allowed Values
dns_1
String User dened values
Description Indicates the static DNS server IPv4 address if DHCP is not used to get the DNS address.
Table 79. Parameters for idrac.cong_mgr.congure_static_ipv4
Parameter Name Type Allowed Values
dns_2
String User dened values
Description Indicates the static alternate DNS server IPv4 address if DHCP is not used to get the DNS
address.
Table 80. Parameters for idrac.cong_mgr.congure_static_ipv4
Parameter Name Type Allowed Values
dns_from_dhcp
Enum
DNSFromDHCP_IPv4Types.Enabled
DNSFromDHCP_IPv4Types.Disabled
Description Indicates whether DHCP is used to obtain primary and secondary DNS server addresses from
the DHCPv4 server.
Table 81. Parameters for idrac.cong_mgr.congure_static_ipv4
Parameter Name Type Allowed Values
gateway
String User dened values
Description Congure the iDRAC subnet mask.
Table 82. Parameters for idrac.cong_mgr.congure_static_ipv4
Parameter Name Type Allowed Values
net_mask
String User dened values
Description Congure the iDRAC subnet mask.
Example:
#Set liason share
myshare = FileOnShare(remote="<IP OR HOSTNAME>:/<NFS-SHARE-PATH>",
34
OpenManage Python SDK API introduction