Use this reference to choose the IPARM conflict policy that determines which conflicting address remains active.
Policy summary
Table 1. IPARM conflict policies
|
Policy
|
Behavior
|
|
Static
|
Keeps the currently running address active and prevents a later conflicting address from taking precedence.
|
|
Longest prefix
|
Gives precedence to the conflicting address with the longest prefix length.
|
|
Highest IP
|
Gives precedence to the highest IP address among the conflicting addresses.
|
Static policy resolution
Static policy resolution gives precedence to the IP address that is already active on an interface. If another interface is configured later with a conflicting IP address, the later address is marked down and the original address remains active.
Use static policy resolution when the operational address that is already running must remain stable during later configuration changes.
Longest prefix address conflict resolution
Longest prefix address conflict resolution gives precedence to the address with the longest prefix length in the conflict set. The longest prefix is selected because it represents the most specific address scope among the conflicting entries.
When the policy selects the longest prefix, ARM marks lower-precedence conflicting address state down. Addresses that do not conflict with the selected longest-prefix address can remain active.
Highest IP address conflict resolution
Highest IP address conflict resolution gives precedence to the highest IP address in the conflict set. When duplicate or overlapping address state exists, ARM compares the conflicting addresses and keeps the highest address active.
Use highest IP address conflict resolution when address precedence must be determined by numeric address value instead of configuration order or prefix length.
Related configuration
Use the ipv4 conflict-policy command to configure an IPv4 conflict policy. Use the corresponding ipv6 conflict-policy command to configure conflict handling for IPv6.
Use the show arm ipv4 conflicts command or the show arm ipv6 conflicts command to display conflicting address information.