Key Name | Type | Required |
---|---|---|
algorithm |
str | None |
This variable defines the Multi-chassis Link Aggregation (MLAG) algorithm used. Each MLAG link will have a /31¹ subnet with each subnet allocated from the relevant MLAG pool via a calculated offset. The offset is calculated using one of the following algorithms:
(mlag_primary_id - 1) * 2
where mlag_primary_id
is the ID of the first node defined under the node_group.
This allocation method will skip every other /31¹ subnet making it less space efficient than odd_id
.(odd_id - 1) / 2
. Requires the node_group to have a node with an odd ID and a node with an even ID.NOTE: We are using the same format as jq to specify the path to the key.
.fabric_ip_addressing.mlag.algorithm