-
Notifications
You must be signed in to change notification settings - Fork 1
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
Out-of-band management IP issue #11
Comments
Currently we just check if
Maybe you can edit the if/else there to somehow make it work? Or once we get here where the info message is created: There could be a lookup there to check if we need to use a different ip, either by looking at the device_ip table or further API requests. If you can't get it to work I'll also check our environment to reproduce this problem, but I'm currently out-of-office and will only have access to APICs mid-october again. |
With witch detail can I test, editing this line? Ok, I thank you when you have able to help with this issue. Thanks! |
Hello @rc9000 Very thanks! |
I did look at this and it's not easy since until now this plugin used either the oob or inb address exclusively, but it is not prepared to have a mix of them. I have made a version that will record both address into the custom_fields structure of Netdisco. Could you overwrite these two files in your installation: https://github.com/rc9000/nd2-worker-plugin-aci/blob/issue-11/lib/App/NetdiscoX/Util/ACI.pm This will not yet fix anything but store both addresses and then let us see what the regular SNMP discovery finds and how we can match the APIC data to that. After replacing the files, please run netdisco-do discover -d and then netdisco-do psql and run this query (obviously with the IP replaced)
This should give us a table like from which we can maybe find a straightforward way how to proceed. |
Wild, I would have expected we find some oob addresses there.
|
I not seeing any oob address here. Maybe the only solution here is this oob network must have communication with my server to discover can be done by this network... Do you see any other way? |
Hello rc9000!
Here I am again.
I have another problem: I have about 100 leaf devices. About 40% of it have just "In-band Management IP" and other ones have the "Out-of-band management IP".
These first ones, the ACI plugin is working fine. But the other one is not taking informations like arpnip and macksuck. Occurs the bellow error:
Since these devices are added by the In-Band IP (10.238.181.0/24), the plugin is not able to update the leafs information, when the leaf have two IPs. So the plugion take just de Out-of-Band IO (10.238.180.0/24) to do the work.
I'm not able to add these devices from Out-of-band for security and network questions.
I need a way to make the plugin update leafs informations from In-band-IPs, like the ones that is working.
Can you see a way to acomplish this?
Thank you again.
The text was updated successfully, but these errors were encountered: