VRRP
This schema extension adds VRRP Group and VRRP Interface nodes, linking a virtual IP address to the layer 3 interfaces that take part in the group.
Details​
- Dependencies:
Nodes​
VRRPGroup​
- Label: VRRP Group
- Description: VRRP Group configuration
- Namespace: Network
- Icon: fluent:virtual-network-20-filled
- Human Friendly ID: name__value
Attributes​
| name | description | kind | optional | default_value | choices |
|---|---|---|---|---|---|
| name | Unique name of the entry | Text | False | ||
| vrid | Virtual Router ID (VRID, should be between 1 and 255) | Number | False | ||
| password | VRRP Password/Key | HashedPassword | True |
Relationships​
| name | peer | optional | cardinality | kind |
|---|---|---|---|---|
| ip_addresses | IpamIPAddress | True | many | Attribute |
| vrrp_interfaces | NetworkVRRPInterface | True | many | Component |
VRRPInterface​
- Label: VRRP Interface
- Description: VRRP Interface configuration
- Namespace: Network
- Icon: carbon:interface-usage
- Uniqueness Constraints:
- vrrp_group, interface
Attributes​
| name | description | kind | optional | default_value | choices |
|---|---|---|---|---|---|
| priority | VRRP Priority (Should be between 1 and 255) | Number | False | 100 |
Relationships​
| name | peer | optional | cardinality | kind |
|---|---|---|---|---|
| vrrp_group | NetworkVRRPGroup | False | one | Attribute |
| interface | InterfaceLayer3 | False | one | Attribute |
Extensions​
note
In this context "extensions" refer to modifications or additions to the existing schema, such as adding new attributes, relationships, or other schema elements.
InterfaceLayer3​
Relationships​
| name | peer | optional | cardinality | kind |
|---|---|---|---|---|
| vrrp | NetworkVRRPInterface | True | one | Component |
IpamIPAddress​
Relationships​
| name | peer | optional | cardinality | kind |
|---|---|---|---|---|
| vrrp | NetworkVRRPGroup | True | one | Attribute |