mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00

* Rename circuit to member on CircuitGroupAssignment * Support group assignment for virtual circuits * Update release notes * Introduce separate nav menu heading for circuit groups * Add generic relations for group assignments * Remove obsolete code * Clean up bulk import & extend tests
884 B
884 B
Circuit Group Assignments
Circuits can be assigned to circuit groups for correlation purposes. For instance, three circuits, each belonging to a different provider, may each be assigned to the same circuit group. Each assignment may optionally include a priority designation.
Fields
Group
The circuit group being assigned.
Member
The circuit or virtual circuit assigned to the group.
Priority
The circuit's operation priority relative to its peers within the group. The assignment of a priority is optional. Choices include:
- Primary
- Secondary
- Tertiary
- Inactive
!!! tip
Additional priority choices may be defined by setting CircuitGroupAssignment.priority
under the FIELD_CHOICES
configuration parameter.