Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited ACD API.

...

goal_eipCfgAcdConflictFallbackIp

Configure Fallback IP ConfigrationConfiguration, if Address Conflict Detection (ACD) detects an address conflict. The device will apply the configured IP, if it’s configured as device with static IP. If attribute 3 of the TCP/IP Class is set to DHCP, the device will start the DHCP process after a fixed timeout.

  • Transit into error state and do nothing: pass ipAddress, subnetMask and gateway = 0 and flgDhcpEnable = GOAL_FALSE,

  • Set fallback IP configuration: pass valid IP configuration and flgDhcpEnable = GOAL_FALSE,Get IP per DHCP: pass flgDhcpEnable = GOAL_TRUE.

...

Parameter

Description

uint32_t ipAddress

fallback IP address

uint32_t subnetMask

fallback subnet mask

uint32_t gateway

fallback gateway address

...