Editing access VLAN of an interface yields an exception #5261

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

Originally created by @cs-1 on GitHub (Aug 31, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.0.0

Python version

3.8

Steps to Reproduce

  1. Create a new device with an interface.
  2. Edit the interface.
  3. Configure it to mode "Access"
  4. Add Access VLAN.
  5. Click "Save".

Expected Behavior

VLAN is saved to the interface.

Observed Behavior

An exception is thrown:

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

The complete exception is provided below:

<class 'KeyError'>

'tagged_vlans'

Python version: 3.8.10
NetBox version: 3.0.0
Originally created by @cs-1 on GitHub (Aug 31, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.0.0 ### Python version 3.8 ### Steps to Reproduce 1. Create a new device with an interface. 2. Edit the interface. 3. Configure it to mode "Access" 4. Add Access VLAN. 5. Click "Save". ### Expected Behavior VLAN is saved to the interface. ### Observed Behavior An exception is thrown: ``` Server Error There was a problem with your request. Please contact an administrator. The complete exception is provided below: <class 'KeyError'> 'tagged_vlans' Python version: 3.8.10 NetBox version: 3.0.0 ```
adam added the type: bugstatus: accepted labels 2025-12-29 19:26:01 +01:00
adam closed this issue 2025-12-29 19:26:02 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5261