-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New created MAC Address not showing in the Interface view of a device #18988
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
Comments
I did some research, and it looks like the select box to set the MAC address as primary is missing. This is why the MAC is not showing on the interface page. The MAC address field in the Table configuration is set to this : primary_mac_address If i update the missing field using bulk import, the MAC is showing. `is_primary: 'true' Do we need to add the "Is primary" checkbox to the models_form ? It would also be helpfull to have the "Is primary_mac_address" status option in the Table configuration for the MAC address page. |
When you edit the interface after creating the MAC, you can select it as the primary MAC for the interface from that screen. I came here to add a feature request for a "Set as Primary" on the Add MAC address screen though because that gets tedious when adding manually. |
Hi Xeluior, A "Set as Primary" button would be very helpful and would spare a lot of clicks and time. |
Concur: #19090 |
Closing this as a duplicate of #18878, which itself should actually be a feature request. |
Deployment Type
Self-hosted
NetBox Version
v4.2.6
Python Version
3.12
Steps to Reproduce
Expected Behavior
The MAC address field should show the information about the attached MAC address.
Observed Behavior
The MAC address field shows shows blanco like unconfigured.
The text was updated successfully, but these errors were encountered: