mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
24 lines
632 B
Markdown
24 lines
632 B
Markdown
# Virtual Circuit Terminations
|
|
|
|
!!! info "This feature was introduced in NetBox v4.2."
|
|
|
|
This model represents the connection of a virtual [interface](../dcim/interface.md) to a [virtual circuit](./virtualcircuit.md).
|
|
|
|
## Fields
|
|
|
|
### Virtual Circuit
|
|
|
|
The [virtual circuit](./virtualcircuit.md) to which the interface is connected.
|
|
|
|
### Interface
|
|
|
|
The [interface](../dcim/interface.md) 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
|