Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 103
A DNS server with IP address 192.168.1.1 is deployed in a data center. A network engineer must configure a Cisco UCS Fabric Interconnect to use this DNS.
Which configuration should be applied?
Answer options
- A. ficl-mgmt-A# scope fabric-interconnect a ficl-mgmt-A /fabric-interconnect # set name 192.168.1.1 ficl-mgmt-A /fabric-interconnect # scope system ficl-mgmt-A /system # commit-buffer
- B. ficl-mgmt-A# scope system ficl-mgmt-A /system # create dns 192.168.1.1 ficl-mgmt-A /system* # commit-buffer
- C. ficl-mgmt-A# scope fabric-interconnect a ficl-mgmt-A /fabric-interconnect # set name 192.168.1.1 ficl-mgmt-A /fabric-interconnect* # commit-buffer
- D. ficl-mgmt-A# scope system ficl-mgmt-A /system # scope services ficl-mgmt-A /system/services # create dns 192.168.1.1 ficl-mgmt-A /system/services* # commit-buffer
Correct answer: D
Explanation
The correct answer is D because it properly navigates to the services section of the system configuration and creates a DNS entry with the specified IP address. Options A and C incorrectly try to set the name of the fabric interconnect instead of configuring the DNS, and option B fails to navigate to the services context, which is essential for DNS configuration.