Cannot assign circuits to child interface #9097

Closed
opened 2025-12-29 20:45:25 +01:00 by adam · 1 comment
Owner

Originally created by @tjdavis3 on GitHub (Jan 17, 2024).

Deployment Type

Self-hosted

NetBox Version

v3.7.0

Python Version

3.9

Steps to Reproduce

  1. Create a device and add an ethernet interface
  2. Create a child interface to represent a VLAN interface (eg. eth0.123)
  3. Create a circuit and add the site as either A or Z termination
  4. Attempt to connect the circuit termination to the device child interface. eth0.123 will not be presented in the list of choices since its type is virtual.

Expected Behavior

We have circuits that terminate to vlan interfaces on devices. We expect to be able to choose the vlan (virtual) interface when terminating the circuit. The physical interface cannot be used since multiple circuits cannot terminate to the same interface.

Observed Behavior

virtual interfaces are not presented for circuit termination.

Originally created by @tjdavis3 on GitHub (Jan 17, 2024). ### Deployment Type Self-hosted ### NetBox Version v3.7.0 ### Python Version 3.9 ### Steps to Reproduce 1. Create a device and add an ethernet interface 2. Create a child interface to represent a VLAN interface (eg. eth0.123) 3. Create a circuit and add the site as either A or Z termination 4. Attempt to connect the circuit termination to the device child interface. eth0.123 will not be presented in the list of choices since its type is `virtual`. ### Expected Behavior We have circuits that terminate to vlan interfaces on devices. We expect to be able to choose the vlan (virtual) interface when terminating the circuit. The physical interface cannot be used since multiple circuits cannot terminate to the same interface. ### Observed Behavior virtual interfaces are not presented for circuit termination.
adam closed this issue 2025-12-29 20:45:25 +01:00
Author
Owner

@tjdavis3 commented on GitHub (Jan 17, 2024):

Thinking more about it, I withdrawal this. This circuit shouldn't terminate to the virtual circuit.

@tjdavis3 commented on GitHub (Jan 17, 2024): Thinking more about it, I withdrawal this. This circuit shouldn't terminate to the virtual circuit.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9097