Managing MAC addresses with API/pynetbox #18807
Unanswered
Andres1357
asked this question in
Help Wanted!
Replies: 1 comment 1 reply
-
I am also of this opinion. I also touched on this in a comment on the issue: #18787 (comment) It makes it much more complicated to add an interface with a MAC address via API and then possibly change the MAC. Maybe make a request for such a feature as suggested in the linked issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am updating my code for syncing interfaces data from another system using
pynetbox
to handle the new MAC address model. I am finding it a bit clunky so I thought maybe someone here would have this figured out in a better way.From my understanding, to document an interface & MAC address as before
v4.2
, I now need to:Is there any way to shorten this process? Even in the GUI, it seems a little clunky:
Welcoming any ideas. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions