Skip to content

Support for bridge group assignment #6346

@jeremystretch

Description

@jeremystretch

NetBox version

v2.11.2

Feature type

Data model extension

Proposed functionality

Introduce support for modeling bridge group interface assignments. This was originally raised in #6170 as a new interface type, but it was quickly realized that a more robust approach would be needed. I see two options for implementation:

  1. Add a bridge field to the Interface model to function similarly to the parent field, and use a "bridge" interface to correlate bridge members.
  2. Add a new BridgeGroup model. All member interfaces (include an actual "bridge" interface, if present) would be assigned to this.

Either approach would also require the introduction of a new "bridge" interface type as proposed in #6170.

Use case

Implementing this will allow users to accurately model interfaces and subinterfaces which belong to a common L2 domain within a device/VM.

Database changes

TBD

External dependencies

No response

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the application

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions