Valid 350-401 Dumps shared by ExamDiscuss.com for Helping Passing 350-401 Exam! ExamDiscuss.com now offer the newest 350-401 exam dumps, the ExamDiscuss.com 350-401 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 350-401 dumps with Test Engine here:
An engineer must configure a new loopback Interface on a router and advertise the interface as a fa4 in OSPF. Which command set accomplishes this task?
Correct Answer: A
* Step 1. Create the loopback interface using the interface loopback number global configuration command. * Step 2. Add a description. Although optional, it is a necessary component for documenting a network. * Step 3. Configure the IP address. For example, the following commands configure a loopback interface of the R1 router shown in (shown earlier in the chapter): R1# configure terminal R1(config)# interface loopback 0 R1(config-if)# ip address 10.0.0.1 255.255.255.0 R1(config-if)# exit R1(config)#