Reference Guide

cfgNicIpAddress (Read or Write)
Description
Species the static IPv4 address.
NOTE: This parameter is only congurable if the cfgNicUseDhcp parameter is set to 0(FALSE).
Legal Values
String representing a valid IPv4 address. For example: 192.168.0.20.
Default
192.168.0.120
cfgNicNetmask (Read or Write)
Description
The subnet mask used for IP address.
This property is only valid if cfgNicUseDhcp is set to0(FALSE).
NOTE: This parameter is only congurable if the cfgNicUseDhcp parameter is set to 0(FALSE).
Legal Values
String representing a valid subnet mask. For example: 255.255.255.0.
Default
255.255.255.0
cfgNicGateway (Read or Write)
Description
Indicates the gateway IPv4 address.
The gateway IPv4 address used for static assignment of the RAC IP address. This property is only valid if
cfgNicUseDhcp is set to0(FALSE).
NOTE: This parameter is only congurable if the cfgNicUseDhcp parameter is set to 0 (FALSE).
Legal Values
String representing a valid gateway IPv4 address. For example: 192.168.0.1.
Default
192.168.0.1
cfgNicUseDhcp (Read or Write)
Description
Species whether DHCP is used to assign the IPv4 address. If this property is set to 1 (TRUE) then the IPv4
address, subnet mask and gateway are assigned from the DHCP server on the network. If this property is set
to 0(FALSE), the user can congure the cfgNicIpAddress, cfgNicNetmask and cfgNicGateway
properties.
Legal Values
1 (TRUE)
0 (FALSE)
Default
0
cfgNicMacAddress (Read Only)
Description
The NIC MAC address in the format: dd:dd:dd:dd:dd:dd, where d is a hexadecimal digit in range 0 – 9, A — F
Legal Values
String representing NIC MAC address.
90