Skip to content

Parent/child relationship for subinterfaces #1519

@candlerb

Description

@candlerb

Issue type

[X] Feature request
[ ] Bug report
[ ] Documentation

Environment

  • Python version: 3.5.2
  • NetBox version: v2.2-beta1

Description

Currently there is limited functionality for associating an interface with a parent interface:

  • The parent must be of type LAG
  • The child must be a physical interface

However there is another type of parent-child relationship which would be helpful to model:

  • The parent is a physical or virtual interface, e.g. Gi0/1 or eth0
  • The child is a virtual VLAN subinterface, e.g. Gi0/1.100 or eth0.100

Workaround: create standalone virtual interfaces, and use name prefix matching to associate them implicitly with the parent.

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