Update IPAM models documentation

This commit is contained in:
jeremystretch
2022-08-16 15:32:00 -04:00
parent 4307f078ed
commit d43c98d546
17 changed files with 331 additions and 89 deletions

View File

@@ -1,5 +1,19 @@
# FHRP Group Assignments
Member device and VM interfaces can be assigned to FHRP groups, along with a numeric priority value. For instance, three interfaces, each belonging to a different router, may each be assigned to the same FHRP group to serve a common virtual IP address. Each of these assignments would typically receive a different priority.
Member device and VM interfaces can be assigned to [FHRP groups](./fhrpgroup.md) to indicate their participation in maintaining a common virtual IP address (VIP). For instance, three interfaces, each belonging to a different router, may each be assigned to the same FHRP group to serve a shared VIP. Each of these assignments would typically receive a different priority.
Interfaces are assigned to FHRP groups under the interface detail view.
## Fields
### Group
The [FHRP group](./fhrpgroup.md) being assigned.
### Interface
The device or VM interface to which the group is being assigned.
### Priority
A value between 0 and 255 indicating the interface's priority for being elected as the master/primary node in the group.