DemandFlow Support Centre

ASN: ASN

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An Autonomous System Number used for BGP routing, allocated by a Regional Internet Registry.

ASN: ASN

An Autonomous System Number used for BGP routing, allocated by a Regional Internet Registry.

Default definition. This article describes the default ASN definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches ASN.

Entity properties

PropertyValue
Entity codeASN
Display nameASN
PluralASNs
Level41800

Use cases

ASN (Autonomous System Number) is a globally unique identifier assigned to a network for use in BGP routing. ASNs can be 16-bit (0-65535, legacy) or 32-bit (0-4294967295, modern). Private ASNs (64512-65534 for 16-bit, 4200000000-4294967294 for 32-bit) are used internally and not announced publicly. The RIR lookup tracks which registry allocated the ASN. Sites using this ASN are shown via a related list. ASNs are essential for organisations that peer with other networks, run their own BGP, or operate MPLS networks.

Fields

General: ASN Details

FieldTypeRequiredNotes
asnnumberYesAS Number.
nametextYesOrganisation or network name
descriptiontext (multi-line)Description.
rirreference → RIRRIR.

Relationships

  • Lookups: rir points at a RIR record.

Creating a ASN via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "ASN",
  "level":    41800,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "asn": 0,
  "name": "Name",
  "description": "Description"
}

Listing ASNs records

GET /v1/entities/ASN/SUB

See also

asnasns

Was this article helpful?

← Back to Knowledge Base