CCNA IP Routing • Set 23
CCNA IP Routing Practice Test 23 — 15 questions with explanations. Free, no signup.
You are connected to R1 via the console. R1 and R2 are configured with EIGRP AS 100. R1 has two paths to the 172.16.1.0/24 network: one via a FastEthernet link to R2 (bandwidth 100 Mbps, delay 100 microseconds) and another via a serial link to R2 (bandwidth 1.544 Mbps, delay 20000 microseconds). The EIGRP metric is calculated using the default K-values. The FastEthernet link is preferred, but you need to make the serial link the backup by adjusting the administrative distance.
hostname R1 ! interface FastEthernet0/0 ip address 10.0.0.1 255.255.255.252 no shutdown ! interface Serial0/0/0 ip address 10.0.0.5 255.255.255.252 no shutdown ! router eigrp 100 network 10.0.0.0 0.0.0.3 network 10.0.0.4 0.0.0.3 !