From 2d04e72b13e474862966009d0e2f7f8a7b3f8462 Mon Sep 17 00:00:00 2001 From: DM3740 Date: Fri, 27 Sep 2024 11:09:53 +0300 Subject: [PATCH] Update docs/models/ipam/asn.md Co-authored-by: bluikko <14869000+bluikko@users.noreply.github.com> --- docs/models/ipam/asn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models/ipam/asn.md b/docs/models/ipam/asn.md index 833057da1..17fa5ebe3 100644 --- a/docs/models/ipam/asn.md +++ b/docs/models/ipam/asn.md @@ -1,6 +1,6 @@ # ASNs -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 16- and 32-bit ASNs. +An Autonomous System Number (ASN) is a numeric identifier used in the Border Gateway Protocol (BGP) to identify which [autonomous system](https://en.wikipedia.org/wiki/Autonomous_system_%28Internet%29) a particular prefix is originating from or transiting through. NetBox supports both 16- and 32-bit ASNs. 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).