netbox/docs/models/circuits/virtualcircuittermination.md
Jeremy Stretch d2168b107f
Closes #13086: Virtual circuits (#17933)
* 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
2024-11-19 10:58:39 -05:00

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