ASN Count is not populated in ASN Ranges view #8264

Closed
opened 2025-12-29 20:34:29 +01:00 by adam · 0 comments
Owner

Originally created by @berahtlv on GitHub (Jun 29, 2023).

Originally assigned to: @abhi1693 on GitHub.

NetBox version

v3.5.4

Python version

3.10

Steps to Reproduce

  1. Create ASN object in 64512-65534 range
  2. Create ASN Range object and define it as the 64512-65534 range
  3. ASN Count is not populated in ASN Ranges view and shows value of 0
  4. In specific ASN Range object view ASN object tab shows ASN numbers included in the range

Same behaviour in the https://demo.netbox.dev instance.

Our instance after some minutes got this error:

<class 'django.core.exceptions.FieldError'>

Cannot resolve keyword 'asn_count' into field. Choices are: created, custom_field_data, description, end, id, journal_entries, last_updated, name, rir, rir_id, slug, start, tagged_items, tags, tenant, tenant_id

Python version: 3.10.6
NetBox version: 3.5.4

Expected Behavior

ASN Count correctly displays number of included ASN objects

Observed Behavior

SHows 0 even though objects can be seen in the specific ASN Range view

Originally created by @berahtlv on GitHub (Jun 29, 2023). Originally assigned to: @abhi1693 on GitHub. ### NetBox version v3.5.4 ### Python version 3.10 ### Steps to Reproduce 1. Create ASN object in 64512-65534 range 2. Create ASN Range object and define it as the 64512-65534 range 3. ASN Count is not populated in ASN Ranges view and shows value of 0 4. In specific ASN Range object view ASN object tab shows ASN numbers included in the range Same behaviour in the https://demo.netbox.dev instance. Our instance after some minutes got this error: ``` <class 'django.core.exceptions.FieldError'> Cannot resolve keyword 'asn_count' into field. Choices are: created, custom_field_data, description, end, id, journal_entries, last_updated, name, rir, rir_id, slug, start, tagged_items, tags, tenant, tenant_id Python version: 3.10.6 NetBox version: 3.5.4 ``` ### Expected Behavior ASN Count correctly displays number of included ASN objects ### Observed Behavior SHows 0 even though objects can be seen in the specific ASN Range view
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 20:34:29 +01:00
adam closed this issue 2025-12-29 20:34:29 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8264