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

20 lines
724 B
Markdown
Raw Normal View History

# ASNs
2021-11-03 12:22:44 -05:00
2022-08-16 15:32:00 -04:00
An Autonomous System Number (ASN) is a numeric identifier used in the BGP protocol to identify which [autonomous system](https://en.wikipedia.org/wiki/Autonomous_system_%28Internet%29) a particular prefix is originating and transiting through. NetBox support both 32- and 64- ASNs.
2021-11-03 12:22:44 -05:00
ASNs must be globally unique within NetBox, and may be allocated from within a [defined range](./asnrange.md). Each ASN may be assigned to multiple [sites](../dcim/site.md).
2021-11-03 12:22:44 -05:00
2022-08-16 15:32:00 -04:00
## Fields
2021-11-03 12:22:44 -05:00
2022-08-16 15:32:00 -04:00
### AS Number
2021-11-03 12:22:44 -05:00
2022-08-16 15:32:00 -04:00
The 32- or 64-bit AS number.
2021-11-03 12:22:44 -05:00
2022-08-16 15:32:00 -04:00
### RIR
The [Regional Internet Registry](./rir.md) or similar authority responsible for the allocation of this particular ASN.
### Sites
The [site(s)](../dcim/site.md) to which this ASN is assigned.