Interface name ordering in virtual chassis #4865

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

Originally created by @candlerb on GitHub (May 4, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v2.11.2

Python version

3.6

Steps to Reproduce

  • Create a virtual chassis between two switches: one has g1/[1-26] and the other has g2/[1-26]
  • Make the first switch the master
  • Create a LAG interface "lag1" on the master
  • Browse list of interfaces on the master

Expected Behavior

Interfaces to be ordered naturally, i.e.

g1/X
...
g2/X
...
lag1

Observed Behavior

Interface order seen:

g1/X
...
lag1
g2/X
...

See discussion #6330. Presumably interfaces are ordered by VC member first, then by interface name.

Originally created by @candlerb on GitHub (May 4, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v2.11.2 ### Python version 3.6 ### Steps to Reproduce * Create a virtual chassis between two switches: one has `g1/[1-26]` and the other has `g2/[1-26]` * Make the first switch the master * Create a LAG interface "lag1" on the master * Browse list of interfaces on the master ### Expected Behavior Interfaces to be ordered naturally, i.e. ``` g1/X ... g2/X ... lag1 ``` ### Observed Behavior Interface order seen: ``` g1/X ... lag1 g2/X ... ``` See discussion #6330. Presumably interfaces are ordered by VC member first, then by interface name.
adam added the type: bugstatus: accepted labels 2025-12-29 19:21:23 +01:00
adam closed this issue 2025-12-29 19:21:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4865