- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Creating diff of two infoblox CSV files
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2019 08:53 AM - edited 04-16-2019 09:00 AM
I have a need to keep a MS AD domain in sync with Infoblox because of overlapping ownership of reverses.
I have already created the initial ptrrecord import with python (using dnsresolver and AXFR) to go into Infoblox but I need to create the diff so I only send the updates to Infoblox through cron.
Does anyone already have a script to do this already? I just saw you can do multiple actions in a CSV import which is great but I am trying not to re-invent the wheel here.
I dont need to check what is in Infoblox already because I assume the information I am getting from AD is more right than whatever is in Infoblox till that AD cluster is collapsed.
Much appreciated.