A Grid member in a DHCP Failover pair is in the PARTNER-DOWN state. What does this mean?
Correct Answer: B
Explanation:
Comprehensive and Detailed In-Depth Explanation: PARTNER-DOWN in DHCP Failover: B: Admin manually sets this state (Grid > DHCP > Failover > Edit) to signal the peer is down (e.g., powered off), giving the member full pool control. Correct. A: Loss of contact is COMMUNICATIONS-INTERRUPTED—PARTNER-DOWN is deliberate. Incorrect. C: Indicates the member is down—opposite of intent. Incorrect.
D: Malfunction implies automatic state—PARTNER-DOWN is manual. Incorrect.
Practical Example: In an INE lab, set PARTNER-DOWN, verify full lease control, and troubleshoot sync resumption. References: Infoblox NIOS Administrator Guide – DHCP Failover States; INE Course Content: NIOS DDI DHCP Troubleshooting.
Question 3
The Infoblox WAPI/RESTful API requires the administrator to use the Perl programming language.
Correct Answer: B
Explanation:
Comprehensive and Detailed In-Depth
The Infoblox Web API (WAPI) is a RESTful API that allows administrators to interact with the NIOS
system programmatically for tasks like managing DNS records, DHCP leases, and Grid configurations.
Contrary to requiring Perl, WAPI is language-agnostic—it uses HTTP-based requests (GET, POST, PUT,
DELETE) and returns data in JSON format. While Infoblox provides sample scripts in Perl (and
historically supported a Perl API), administrators can use any programming language (e.g., Python,
Java, or even tools like cURL) that supports HTTP requests. The misconception might stem from older
documentation emphasizing Perl examples, but the INE course, focusing on advanced NIOS
management, clarifies that WAPI is not tied to Perl.