Managing MAC addresses with API/pynetbox #18807
Replies: 2 comments 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.
-
@jeremystretch could you please update this issue with the new feature: #18821? |
Beta Was this translation helpful? Give feedback.
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