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?
R1(config-router)# default-information originate
R1(config-router)# network 203.0.113.0
R1(config)# ip route 0.0.0.0 0.0.0.0 10.0.12.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?
R1(config-router)# network 128.0.0.0 127.255.255.255
R1(config-router)# network 172.16.0.0 0.0.255.255
R1(config-router)# network 172.20.0.0 0.0.127.255
R1(config-router)# network 172.20.0.0 0.3.255.255
Question 3
What is the correct order of priority when determining the EIGRP router ID?
Highest loopback interface address > highest physical interface address > manual configuration.
Highest physical interface address > highest loopback interface address > manual configuration.
Manual configuration > highest physical interface address > highest loopback interface address.
Manual configuration > highest loopback interface address > highest physical interface address.
Last updated