Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all interfaces are displayed in virtual chassis #5074

Closed
zelfix opened this issue Aug 31, 2020 · 3 comments
Closed

Not all interfaces are displayed in virtual chassis #5074

zelfix opened this issue Aug 31, 2020 · 3 comments
Assignees
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@zelfix
Copy link

zelfix commented Aug 31, 2020

Environment

  • Python version: 3.6.8
  • NetBox version: 2.9.2

Steps to Reproduce

  1. Create device TEST_1
  2. Create physical interfaces 1/[1-10] on the device TEST_1
  3. Create device TEST_2
  4. Create physical interfaces 2/[1-10] on the device TEST_2
  5. Create Virtual Chassis TEST_VC, include TEST_1 and TEST_2 as members. Make TEST_1 a master of this virtual_chassis.
  6. Open device TEST_1

Expected Behavior

I expected to see all interfaces from both devices, TEST_1 and TEST_2

Observed Behavior

There are only TEST_1 interfaces.

@jeremystretch
Copy link
Member

This is expected behavior. Only a device designated as the master for its virtual chassis will display all member interfaces. Non-master members display only their own interfaces. This behavior has not changed since the introduction of virtual chassis in NetBox.

@zelfix
Copy link
Author

zelfix commented Aug 31, 2020

@jeremystretch I opened a master device. This works great on v2.8.9, but on v2.9.2 it doesn't.

@jeremystretch
Copy link
Member

Sorry, missed that bit.

@jeremystretch jeremystretch reopened this Aug 31, 2020
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application labels Aug 31, 2020
@jeremystretch jeremystretch self-assigned this Aug 31, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

2 participants