Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
CLI command that shows whole config in infoblox ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 06:16 AM
1535     0
Hi all,
My team is developing an python/ansible automation to extract data from our customer devices for auditing purposes, and we're struggling to get data from Infoblox appliances. Basically, I'm looking for a specific cli show command that brings the whole appliance data (like a "show run" in cisco), and also CLI show commands that brings me the specific data below:
- SNMP strings configured;
- Local password configured;
- Logging configuration: Syslog server IP, level of log severity (emerg, debug, err, etc)
Current NIOS version running in the appliance is 8.4.6-393507.
Thanks!