VCP-CMA 2024 Question 77
Select 3You are configuring a network profile in VMware Aria Automation to provide IP address management for a new deployment environment. The environment requires the use of an external IPAM provider and specific DNS settings. What steps should you take to correctly configure the network profile?
- A
Associate the network profile with a cloud zone.
- B
Select the 'Use external IPAM provider' option and configure the provider details.
- C
Manually assign IP addresses to the network profile.
- D
Specify DNS settings under the 'Network Profiles' configuration.
- E
Enable DHCP for the network profile to override external IPAM.
Show answer and explanation
Correct answers: A, B, D
Explanation
To properly configure a network profile in VMware Aria Automation for an environment requiring external IPAM and DNS settings, you must associate the profile with a cloud zone, enable the external IPAM provider, and configure DNS settings. Manual IP assignment and enabling DHCP are not aligned with best practices when using an external IPAM provider.
- A. Correct.
Correct: Associating the network profile with a cloud zone ensures that it can be used within the specified deployment environment.
- B. Correct.
Correct: Enabling the use of an external IPAM provider and configuring its details is necessary when external IP address management is required.
- C. Incorrect.
Incorrect: IP addresses are dynamically managed through the IPAM provider or DHCP. Manual assignment is not a best practice for network profiles.
- D. Correct.
Correct: Specifying DNS settings in the network profile ensures that deployed workloads can resolve domain names.
- E. Incorrect.
Incorrect: Enabling DHCP conflicts with the use of an external IPAM provider, as IPAM handles IP address allocation in this scenario.