1
0
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:
Daniel Sheppard
2021-11-03 12:22:44 -05:00
parent 5fc373f5cc
commit c72f25c693
2 changed files with 20 additions and 1 deletions

View File

@ -18,6 +18,10 @@
{!models/ipam/vrf.md!} {!models/ipam/vrf.md!}
{!models/ipam/routetarget.md!} {!models/ipam/routetarget.md!}
__ ---
{!models/ipam/fhrpgroup.md!} {!models/ipam/fhrpgroup.md!}
---
{!models/ipam/asn.md!}

15
docs/models/ipam/asn.md Normal file
View 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