VMware NSX-T Advanced Deployment (VCAP-NV Deploy) — Question 36
An architect is designing the deployment of vRealize Log Insight (vRLI) in their data center. The customer has the following requirements:
✑ vRLI cluster responds to multiple Virtual IP Addresses (VIPs)
✑ Each event message received from a VIP is associated with a tag
Which two design decisions would the architect make to achieve the requirements? (Choose two.)
Answer options
- A. Configure a CSV file to use with VIP tags.
- B. Configure a list of static tags (key=value) for an integrated load balancer VIP, so that each event message received from a VIP is annotated with a tag.
- C. Each node should have at least one network interface on the same subnet as that of a VIP.
- D. Configure a list of dynamic tags (key=value) for an integrated load balancer VIP, so that each event message received from a VIP is annotated with a tag.
- E. Each node should have at least one network interface on a different subnet as that of a VIP.
Correct answer: B, C
Explanation
Option B is correct because configuring static tags for an integrated load balancer VIP allows for each event message to be properly tagged. Option C is also correct as having a network interface on the same subnet as a VIP is necessary for the nodes to communicate correctly with the VIP. Options A, D, and E do not fulfill the tagging requirement or do not align with the subnet requirements needed for proper functionality.