mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 19:52:52 -06:00

* WIP * Add API tests * Add remaining tests * Add model docs * Show virtual circuit connections on interfaces * Misc cleanup per PR feedback * Renumber migration * Support nested terminations for virtual circuit bulk import
576 B
576 B
Virtual Circuit Terminations
This model represents the connection of a virtual interface to a virtual circuit.
Fields
Virtual Circuit
The virtual circuit to which the interface is connected.
Interface
The interface connected to the virtual circuit.
Role
The functional role of the termination. This depends on the virtual circuit's topology, which is typically either peer-to-peer or hub-and-spoke (multipoint). Valid choices include:
- Peer
- Hub
- Spoke