1. Which criterion is preferred by the router to choose a router ID?
- the IP address of the highest configured loopback interface on the router
- the IP address of the highest active OSPF-enabled interface
- the router-id rid command
- the IP address of the highest active interface on the router
2. Which wildcard mask would be used to advertise the 192.168.5.96/27 network as part of an OSPF configuration?
- 0.0.0.32
- 0.0.0.31
- 255.255.255.224
- 255.255.255.223
3. The following three networks are directly connected to an OSPF router; 192.168.0.0/24, 192.168.1.0/24, and 192.168.2.0/24. Which OSPF network command would advertise only the 192.168.1.0 network to neighbors?
- router(config-router)# network 192.168.1.0 0.0.0.0 area 0
- router(config-router)# network 192.168.1.0 0.0.0.255 area 0
- router(config-router)# network 192.168.1.0 255.255.255.255 area 0
- router(config-router)# network 192.168.0.0 0.0.15.255 area 0
4. Which three parameters should match in order for a pair of routers to form an adjacency when running OSPFv2? (Choose three.)
- OSPFv2 process number
- OSPFv2 type of network
- router ID
- interface priority
- hello timer
- subnet mask
5. What are two features of the OSPF routing protocol? (Choose two.)
- used primarily as an EGP
- uses Dijkstra’s algorithm to build the SPF tree
- has an administrative distance of 100
- automatically summarizes networks at the classful boundaries
- calculates its metric using bandwidth
– Interior gateway protocol
– Link-state
– Classless
– Cost metric based on bandwidth
– Dijkstra algorithm
– Builds topological map
– Event-driven updates
– Hierarchical design
– Requires additional memory, CPU processing, and more initial bandwidth than other protocols
6. A router with two LAN interfaces, two WAN interfaces, and one configured loopback interface is operating with OSPF as its routing protocol. What does the router OSPF process use to assign the router ID?
- the loopback interface IP address
- the highest IP address on the LAN interfaces
- the OSPF area ID that is configured on the interface with the highest IP address
- the IP address of the interface that is configured with priority 0
- the highest IP address that is configured on the WAN interfaces
7. Which verification command would identify the specific interfaces on a router that were configured with the passive-interface command?
- show ip protocols
- show ip eigrp neighbors
- show ip interface brief
- show ip route eigrp
8. Which command, if applied on an OSPF router, would give a Gigabit Ethernet interface a lower cost than a Fast Ethernet interface?
- (config-if)# bandwidth 100
- (config-if)# ip ospf priority 1
- (config-router)# auto-cost reference-bandwidth 1000
- (config-if)# ip ospf cost 100
9. A network administrator has just changed the router ID on a router that is working in an OSPFv2 environment. What should the administrator do to reset the adjacencies and use the new router ID?
- Configure the network statements.
- Change the OSPFv2 process ID.
- Issue the clear ip ospf process privileged mode command.
- Change the interface priority.
10. Which command can be used to view the OSPF hello and dead time intervals?
- show ip ospf route
- show ip protocols
- show ip ospf interface
- show ip ospf neighbor
11. What does the SPF algorithm consider to be the best path to a network?
- The path that includes the fastest cumulative bandwidth links.
- The path with the least number of hops.
- The path with the smallest delays.
- The path that includes the fastest single bandwidth link.
12. What is one use of the router ID in OSPF routing?
- The router ID indicates the highest IPv4 address of all routers that are participating in OSPF routing.
- The router ID identifies the OSPF area.
- The router ID can be used to break a tie in the election process.
- The router ID indicates the router priority value.
13. What is the first criterion used by OPSF routers to elect a DR?
- highest priority
- highest router ID
- highest MAC address
- highest IP address
14. Which command could be used on a router to ensure that an OSPF adjacency is formed with another router?
- show ip protocols
- show ip ospf interface
- show ip route
- show ip ospf neighbor
- show ip interface brief
15. A router in an OSPF enterprise network has a default static route that has been configured via the interface that connects to the ISP. Which command would the network administrator apply on this router so that other routers in the OSPF network will use this default route?
- redistribute connected
- redistribute static
- redistribute static subnets
- default-information originate