LAG inteface view raise dcim.models.device_components.Interface.virtual_circuit_termination.RelatedObjectDoesNotExist #20

Closed
opened 2026-04-05 16:21:13 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @krasotinpa on 4/2/2026

NetBox Edition

NetBox Community

NetBox Version

v.4.5.6

Python Version

3.12

Steps to Reproduce

  1. Create in device interface with type LAG
  2. Try to open interface view by clicking https://demo.netbox.dev/dcim/interfaces/849/

Expected Behavior

Interface view should be opened

Observed Behavior

Got

Server Error

There was a problem with your request. Please contact an administrator.

The complete exception is provided below:

<class 'dcim.models.device_components.Interface.virtual_circuit_termination.RelatedObjectDoesNotExist'>

Interface has no virtual_circuit_termination.

Python version: 3.12.3
NetBox version: 4.5.6
Plugins: 
  netbox_demo: 0.5.0
The request which yielded the above error is shown below:

GET https://demo.netbox.dev/dcim/interfaces/849/

If further assistance is required, please post to the [NetBox discussion forum](https://github.com/netbox-community/netbox/discussions) on GitHub.
*Originally created by @krasotinpa on 4/2/2026* ### NetBox Edition NetBox Community ### NetBox Version v.4.5.6 ### Python Version 3.12 ### Steps to Reproduce 1. Create in device interface with type LAG 2. Try to open interface view by clicking https://demo.netbox.dev/dcim/interfaces/849/ ### Expected Behavior Interface view should be opened ### Observed Behavior Got ``` Server Error There was a problem with your request. Please contact an administrator. The complete exception is provided below: <class 'dcim.models.device_components.Interface.virtual_circuit_termination.RelatedObjectDoesNotExist'> Interface has no virtual_circuit_termination. Python version: 3.12.3 NetBox version: 4.5.6 Plugins: netbox_demo: 0.5.0 The request which yielded the above error is shown below: GET https://demo.netbox.dev/dcim/interfaces/849/ If further assistance is required, please post to the [NetBox discussion forum](https://github.com/netbox-community/netbox/discussions) on GitHub. ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#20