1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Jeremy Stretch 7994073687 Closes #8550: Implement ASN ranges (#11835)
* Move ASN to a separate module

* Move ASNField from dcim to ipam

* Introduce ASNRange model

* Add relationship from ASN to ASNRange

* Add an available-asns API endpoint

* Add RIR assignment for ASNRange

* Add standard tests

* Move child ASNs to a tabbed view

* Remove FK on ASN to ASNRange

* Add tests for provisioning available ASNs

* Add docs for ASNRange
2023-02-27 16:36:05 -05:00

724 B

ASNs

An Autonomous System Number (ASN) is a numeric identifier used in the BGP protocol to identify which autonomous system a particular prefix is originating and transiting through. NetBox support both 32- and 64- ASNs.

ASNs must be globally unique within NetBox, and may be allocated from within a defined range. Each ASN may be assigned to multiple sites.

Fields

AS Number

The 32- or 64-bit AS number.

RIR

The Regional Internet Registry or similar authority responsible for the allocation of this particular ASN.

Sites

The site(s) to which this ASN is assigned.