Sample configurations

Configuration for using Mii

If the NIC does not respond to Mii, the agent uses network statistics to monitor the device.

NIC groupx_eth0 (

Device = eth0

Mii = 1

PingOptimize = 1

)

Configuration for using network hosts

NIC groupx_eth0 (

Device = eth0

NetworkHosts = { "166.93.2.1", "166.99.1.2" }

)

IPv6 configuration

The following is a basic configuration for IPv6 with IP and NIC resources. In the following sample, nic_value represents the base NIC value for the platform (for example, en0, bge0, eth0, etc.)

group nic_group (

SystemList = { sysA = 0, sysB = 1 }

)

NIC nic_resource (

Device@sysA = nic_value

Device@sysB = nic_value

PingOptimize = 0

NetworkHosts@sysA = { "2001:db8:c18:2:214:4fff:fe96:11", "2001:db8:c18:2:214:4fff:fe96:1" }

NetworkHosts@sysB = { "2001:db8:c18:2:214:4fff:fe96:1111", "2001:db8:c18:2:214:4fff:fe96:111" }

)

Phantom phantom_resource (

)

group ip_group (

SystemList = { sysA = 0, sysB = 1 }

)

IP ip_resource (

Device@sysA = nic_value

Device@sysB = nic_value

Address = "2001:db8:c18:2:214:4fff:fe96:102"

PrefixLen = "64"

)

Proxy proxy_resource (

TargetResName = nic_resource

)

ip_resource requires proxy