1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

34 lines
1.7 KiB
Markdown
Raw Normal View History

2016-06-16 17:11:52 -04:00
The circuits component of NetBox deals with the management of long-haul Internet and private transit links and providers.
# Providers
A provider is any entity which provides some form of connectivity. This obviously includes carriers which offer Internet and private transit service. However, it might also include Internet exchange (IX) points and even organizations with whom you peer directly.
2017-01-05 17:06:30 -05:00
Each provider may be assigned an autonomous system number (ASN), an account number, and contact information.
2016-06-16 17:11:52 -04:00
---
# Circuits
2017-01-05 17:06:30 -05:00
A circuit represents a single physical data link connecting two endpoints. Each circuit belongs to a provider and must be assigned a circuit ID which is unique to that provider.
2016-06-16 17:11:52 -04:00
### Circuit Types
2017-01-05 17:06:30 -05:00
Circuits are classified by type. For example:
2016-06-16 17:11:52 -04:00
* Internet transit
* Out-of-band connectivity
* Peering
* Private backhaul
2017-01-05 17:06:30 -05:00
Circuit types are fully customizable.
### Circuit Terminations
A circuit may have one or two terminations, annotated as the "A" and "Z" sides of the circuit. A single-termination circuit can be used when you don't know (or care) about the far end of a circuit (for example, an Internet access circuit which connects to a transit provider). A dual-termination circuit is useful for tracking circuits which connect two sites.
Each circuit termination can be tied to a site, or to a specific device and interface within that site. Each termination can be assigned a separate downstream and upstream speed independent from one another. Fields are also available to track cross-connect and patch panel details.
!!! note
A circuit represents a physical link, and cannot have more than two endpoints. When modeling a multi-point topology, each leg of the topology must be defined as a discrete circuit.