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?
Click on the arrows to vote for the correct answer
A. B. C. D.D.
https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/cli/config/guide/1-3-1/b_CLI_Config_Guide_1_3_1/CLI_Config_Guide_1_3_1_chapter11.pdfTo configure a Cisco UCS Fabric Interconnect to use a DNS server with IP address 192.168.1.1, the correct configuration is option B:
sqlficl-mgmt-A# scope system ficl-mgmt-A /system # create dns 192.168.1.1 ficl-mgmt-A /system* # commit-buffer
Here's an explanation of the configuration steps:
pythonficl-mgmt-A#
bashficl-mgmt-A# scope system ficl-mgmt-A /system #
bashficl-mgmt-A /system # create dns 192.168.1.1
This command creates a new DNS server entry with the IP address 192.168.1.1.
bashficl-mgmt-A /system* # commit-buffer
This command saves the changes to the configuration.
Option A is incorrect because it attempts to set the Fabric Interconnect name to the DNS server IP address, which is not a valid configuration.
Option C is also incorrect because it attempts to set the Fabric Interconnect name to the DNS server IP address, which is not a valid configuration.
Option D is incorrect because it attempts to create a DNS entry under the "services" scope, which is not the correct location for DNS configuration in the Cisco UCS Fabric Interconnect.