mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
#6732 - Add documentation
This commit is contained in:
@ -18,6 +18,10 @@
|
||||
{!models/ipam/vrf.md!}
|
||||
{!models/ipam/routetarget.md!}
|
||||
|
||||
__
|
||||
---
|
||||
|
||||
{!models/ipam/fhrpgroup.md!}
|
||||
|
||||
---
|
||||
|
||||
{!models/ipam/asn.md!}
|
||||
|
15
docs/models/ipam/asn.md
Normal file
15
docs/models/ipam/asn.md
Normal file
@ -0,0 +1,15 @@
|
||||
# ASN
|
||||
|
||||
ASN is short for Autonomous System Number. This identifier is used in the BGP protocol to identify which "autonomous system" a particular prefix is originating and transiting through.
|
||||
|
||||
The AS number model within NetBox allows you to model some of this real-world relationship.
|
||||
|
||||
Within NetBox:
|
||||
|
||||
* AS numbers are globally unique
|
||||
* Each AS number must be associated with a RIR (ARIN, RFC 6996, etc)
|
||||
* Each AS number can be associated with many different sites
|
||||
* Each site can have many different AS numbers
|
||||
* Each AS number can be assigned to a single tenant
|
||||
|
||||
|
Reference in New Issue
Block a user