Allow creation of virtual interfaces on virtual device context #144

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

Originally created by @BrunoBlanes on 3/16/2026

NetBox version

v4.5.4

Feature type

Data model extension

Proposed functionality

Virtual device context should support independent virtual interface configurations, such as bridges, virtuals interfaces and link-aggregation groups.

Use case

Some systems, like Huawei's Versatile Routing Platform (VRP), supports mapping one or more physical or logical interfaces from the host device to the virtual context which in turn can do whatever it needs with those, including creating trunks around them with LACP and defining virtual sub-interfaces. These don't exist on the host device, only within the virtual context.

Right now, without this feature, it means that all interfaces must be declared on the host device, making for a messy documentation and almost impossible to replicate digital twin.

Database changes

I suppose you'll need only to update models for virtual device context and virtual interfaces.

External dependencies

Not applicable.

*Originally created by @BrunoBlanes on 3/16/2026* ### NetBox version v4.5.4 ### Feature type Data model extension ### Proposed functionality Virtual device context should support independent virtual interface configurations, such as bridges, virtuals interfaces and link-aggregation groups. ### Use case Some systems, like Huawei's Versatile Routing Platform (VRP), supports mapping one or more physical or logical interfaces from the host device to the virtual context which in turn can do whatever it needs with those, including creating trunks around them with LACP and defining virtual sub-interfaces. These don't exist on the host device, only within the virtual context. Right now, without this feature, it means that all interfaces must be declared on the host device, making for a messy documentation and almost impossible to replicate digital twin. ### Database changes I suppose you'll need only to update models for virtual device context and virtual interfaces. ### External dependencies Not applicable.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#144