CCNA AI and Network Operations • Set 17
CCNA AI and Network Operations Practice Test 17 — 15 questions with explanations. Free, no signup.
You are connected to R1 via the console. R1 is a Cisco ISR 4321 router running IOS-XE. The network team has recently changed the routing protocol from EIGRP to OSPF, but some routes are missing from the routing table. You need to analyze the OSPF neighbor states and LSDB to identify the issue.
hostname R1 ! interface GigabitEthernet0/0 ip address 10.0.1.1 255.255.255.252 no shutdown ! interface GigabitEthernet0/1 ip address 192.168.1.1 255.255.255.0 no shutdown ! router ospf 1 network 10.0.1.0 0.0.0.3 area 0 network 192.168.1.0 0.0.0.255 area 0 !