Valid 300-300 Dumps shared by ExamDiscuss.com for Helping Passing 300-300 Exam! ExamDiscuss.com now offer the newest 300-300 exam dumps, the ExamDiscuss.com 300-300 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 300-300 dumps with Test Engine here:
Which of the following commands adds a forward DNS record named fileserver01 pointing to the IPv6 address 2001:db8::190 into the DNS zone samba.private on the Samba 4 server dc1?
Correct Answer: E
Command The samba-tool dns add command is used to add DNS records in Samba. Parameters: dc1: Specifies the Samba DNS server. samba.private: The DNS zone. fileserver01: The hostname for the new DNS record. AAAA: Specifies that the record is for an IPv6 address. 2001:db8::190: The IPv6 address to be assigned to the hostname. -U Administrator: Specifies the user performing the operation, in this case, the Administrator. Usage: This command properly adds a forward DNS record for fileserver01 with the specified IPv6 address into the samba.private zone on the server dc1. Reference: Samba DNS Administration