Home
116.
Which of the following network commands, following a router rip command, would cause RIP to send updates out two interfaces whose IP addresses are 10.1.2.1 and 10.1.1.1, mask 255.255.255.0?
  • A.
    network 10.0.0.0
  • B.
    network 10.1.1.0 10.1.2.0
  • C.
    network 10.1.1.1. 10.1.2.1
  • D.
    network 10.1.0.0 255.255.0.0
  • E.
    network 10
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
Report
Name Email  
117.
Review the snippet from a show ip route command on a router:

R       10.1.2.0 [120/1] via 10.1.128.252, 00:00:13, Serial0/0/1
Which of the following statements must be true regarding this output? (Choose two answers.)
  • A.
    The administrative distance is 1.
  • B.
    The administrative distance is 120.
  • C.
    The metric is 1.
  • D.
    The metric is not listed.
  • E.
    The router added this route to the routing table 13 seconds ago.
  • F.
    The router must wait 13 seconds before advertising this route again.
  • Answer & Explanation
  • Report
Answer : [B, C]
Explanation :
Report
Name Email  
118.
Review the snippet from a show ip protocols command on a router:

Automatic network summarization is not in effect
Maximum path: 5
Routing for Networks:
  192.168.1.0
  192.168.5.0
Passive Interface(s):
  GigabitEthernet0/1
Which of the following commands would you expect the show running-config command to list in RIP configuration mode? (Choose two answers.)
  • A.
    auto-summary
  • B.
    network 192.168.5.1
  • C.
    maximum-paths 5
  • D.
    passive-interface gigabitethernet0/1
  • Answer & Explanation
  • Report
Answer : [C and D]
Explanation :
Report
Name Email  
119.
Routers R1 and R2 use RIPv2, and should exchange routes with each other. R1 and R2 connect on an Ethernet link, with both routers using their G0/0 interfaces. R2 learns routes from R1, but R1 does not learn routes from R2. Which of the following mistakes could result in this symptom?
  • A.
    R2 has configured a passive-interface gigabitethernet0/0 command.
  • B.
    R1’s and R2’s IP address/mask values are 10.1.1.1/25 and 10.1.1.201/25, respectively.
  • C.
    R1’s has no RIP network command that matches R1’s G0/0 interface IP address.
  • D.
    R2 is missing a no auto-summary command.
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
Report
Name Email  
120.
A PC connects to a LAN and uses DHCP to lease an IP address for the first time. Of the usual four DHCP messages that flow between the PC and the DHCP server, which ones do the client send? (Choose two answers.)
  • A.
    Acknowledgment
  • B.
    Discover
  • C.
    Offer
  • D.
    Request
  • Answer & Explanation
  • Report
Answer : [B, D]
Explanation :
Report
Name Email