Sample configurations

NetMask in decimal (base 10) for AIX

<resource name="ip_res1" type="IP">

<attribute name="Address"><scalar>"10.10.10.10"</scalar> </attribute>

<attribute name="Device"><scalar>"en4"</scalar></attribute>

<attribute name="NetMask"><scalar>"255.255.255.0"</scalar> </attribute>

</resource>

NetMask in hexadecimal (base 16) for AIX

<resource name="ip_res1" type="IP">

<attribute name="Address"><scalar>"10.10.10.10"</scalar> </attribute>

<attribute name="Device"><scalar>"en4"</scalar></attribute>

<attribute name="NetMask"><scalar>"0xFFFFFF00"</scalar> </attribute>

</resource>

Configuration 1

IP IP_192_203_47_61 (

Device = lan0

Address = "192.203.47.61"

)

NetMask in decimal (base 10) for HPUX

NetMask in decimal (base 10)<resource name="ip1" type="IP">

<attribute name="Address"><scalar>"10.10.10.10"</scalar> </attribute>

<attribute name="Device"><scalar>"lan0"</scalar></attribute>

<attribute name="NetMask"><scalar>"255.255.255.0"</scalar> </attribute>

</resource>

IP IP_192_203_47_61 (

Device = lan0

Address = "192.203.47.61"

NetMask = "255.255.248.0"

)

NetMask in hexadecimal (base 16) for HP-UX
NetMask in hexadecimal (base 16)

<resource name="ip1" type="IP">

<attribute name="Address"><scalar>"10.10.10.10"</scalar> </attribute>

<attribute name="Device"><scalar>"lan0"</scalar></attribute>

<attribute name="NetMask"><scalar>"0xFFFFFF00"</scalar> </attribute>

</resource>

IP IP_192_203_47_61 (

Device = lan0

Address = "192.203.47.61"

NetMask = "0xfffff800"

)

Configuration for Linux
Configuration 1

<resource name="ip_res1" type="IP">

<attribute name="Address"><scalar>"10.10.10.10"</scalar> </attribute>

<attribute name="Device"><scalar>"eth0"</scalar></attribute>

</resource>

IP IP_192_203_47_61 (

Device = eth0

Address = "192.203.47.61"

)

Configuration using specified NetMask for Linux
Configuration using specified NetMask

<resource name="ip_res1" type="IP">

<attribute name="Address"><scalar>"10.10.10.10"</scalar> </attribute>

<attribute name="Device"><scalar>"eth0"</scalar></attribute>

<attribute name="NetMask"><scalar>"255.255.255.0"</scalar>

</attribute>

</resource>

IP IP_192_203_47_61 (

Device = eth0

Address = "192.203.47.61"

NetMask = "255.255.248.0"

)

Configuration for Solaris
Configuration 1

<resource name="ip_res1" type="IP">

<attribute name="Address"><scalar>"10.10.10.10"</scalar> </attribute>

<attribute name="Device"><scalar>"bge0"</scalar></attribute>

</resource>

IP IP_192_203_47_61 (

Device = le0

Address = "192.203.47.61"

)

NetMask in decimal (base 10) for Solaris
NetMask in decimal (base 10)

<resource name="ip_res1" type="IP">

<attribute name="Address"><scalar>"10.10.10.10"</scalar> </attribute>

<attribute name="Device"><scalar>"bge0"</scalar></attribute>

<attribute name="NetMask"><scalar>"255.255.255.0"</scalar> </attribute>

</resource>

IP IP_192_203_47_61 (

Device = le0

Address = "192.203.47.61"

NetMask = "255.255.248.0"

)

Configuration of NetMask in hexadecimal (base 16) for Solaris
Configuration of NetMask in hexadecimal (base 16)

<resource name="ip_res1" type="IP">

<attribute name="Address"><scalar>"10.10.10.10"</scalar> </attribute>

<attribute name="Device"><scalar>"bge0"</scalar></attribute>

<attribute name="NetMask"><scalar>"0xFFFFFF00"</scalar> </attribute>

</resource>

IP IP_192_203_47_61 (

Device = le0

Address = "192.203.47.61"

NetMask = "0xfffff800"

)