Skip to content

ASN Count is not populated in ASN Ranges view #13047

@berahtlv

Description

@berahtlv

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

Metadata

Metadata

Assignees

Labels

severity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions