Quiz

Question 1

R1 and R2 both use RIP to share routes. R1 has a default route to the Internet that you want to advertise to R2. Which command should you use?

  1. R1(config-router)# default-information originate

  2. R1(config-router)# network 203.0.113.0

  3. R1(config)# ip route 0.0.0.0 0.0.0.0 10.0.12.1

  4. R1(config-router)# default-information originate

Solution
  1. R1(config-router)# default-information originate

Question 2

R1's G1/0 interface has an IP address of 172.20.20.17 and its G2/0 interface has an IP address of 172.26.20.12. Which of the following network commands will activate EIGRP on both interfaces?

  1. R1(config-router)# network 128.0.0.0 127.255.255.255

  2. R1(config-router)# network 172.16.0.0 0.0.255.255

  3. R1(config-router)# network 172.20.0.0 0.0.127.255

  4. R1(config-router)# network 172.20.0.0 0.3.255.255

Solution
  1. R1(config-router)# network 128.0.0.0 127.255.255.255

Question 3

What is the correct order of priority when determining the EIGRP router ID?

  1. Highest loopback interface address > highest physical interface address > manual configuration.

  2. Highest physical interface address > highest loopback interface address > manual configuration.

  3. Manual configuration > highest physical interface address > highest loopback interface address.

  4. Manual configuration > highest loopback interface address > highest physical interface address.

Solution
  1. Manual configuration > highest loopback interface address > highest physical interface address.

Last updated