-
Notifications
You must be signed in to change notification settings - Fork 65
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
Skip virtual interfaces overwriting physical interfaces #406
Comments
To make the issue a little more clear, below an example of a dry run for a node: If the first two lines (vmk0 and vmk1) would be omitted, then mapping would be correct (the interfaces are not physical, but virtual VMkernel adapters) |
Hi, good point. Usually it matches by MAC address. But I guess your current NetBox config does not contain the MAC addresses and that's why the script try to do a 1:1 match |
I have a new Netbox installation, in which I have already documented the servers (site/location/rack/modules) and cables.
When running the vCenter sync, the virtual bonds (vmk0...x) overwrite and alter the existing physical configuration of the server. Is there a way in which:
a. virtual bonds should be created as virtual interfaces and only vmnic0....x should overwrite the physical interface parameters?
b. a user could totally skip the population of the virtual bonds?
I have read the documentation and tried to find a solution in the configuration file, but I couldn't find a solution. We are running a standalone Netbox 3.7.6
The text was updated successfully, but these errors were encountered: