CCNA 200-301 Official Cert Guid - Wendell Odom - New - Parte139
CCNA 200-301 Official Cert Guid - Wendell Odom - New - Parte139
CCNA 200-301 Official Cert Guid - Wendell Odom - New - Parte139
Take the quiz (either here or use the PTP software) if you want to
use the score to help you decide how much time to spend on this
chapter. The letter answers are listed at the bottom of the page
following the quiz. Appendix C, found both at the end of the book as
well as on the companion website, includes both the answers and
explanations. You can also find both answers and explanations in the
PTP testing software.
Table 23-1 “Do I Know This Already?” Foundation Topics Section-to-Question Mapping
1. Routers R1 and R2, with router IDs 1.1.1.1 and 2.2.2.2, connect
over an Ethernet WAN link. If using all default OSPF settings, if the
WAN link initializes for both routers at the same time, which of the
following answers are true? (Choose two answers.)
2. Routers R1 and R2, with router IDs 1.1.1.1 and 2.2.2.2, connect
over an Ethernet WAN link. The configuration uses all defaults,
except giving R1 an interface priority of 11 and changing both
routers to use OSPF network type point-to-point. If the WAN link
initializes for both routers at the same time, which of the following
answers are true? (Choose two answers.)
1. 7
2. 0
3. 5
4. 2
1. auto-cost reference-bandwidth
2. delay
3. bandwidth
4. ip ospf cost
1. 10 seconds
2. 15 seconds
3. 40 seconds
4. 60 seconds
1 B, D
2 B, C
3D
4B
5B
6D
Foundation Topics
point-to-point Yes No
The rest of this first major section of the chapter explores each type.
To see all the details of how the OSPF broadcast network type
works, this chapter begins with a different design than the examples
in Chapter 22, instead using a single-area design that connects four
routers to the same subnet, as shown in Figure 23-1. All links reside
in area 0, making the design a single-area design.
Figure 23-1 The Single-Area Design Used in This Chapter
To get a sense for how OSPF operates with the broadcast network
type, imagine that all four routers use a straightforward OSPF
interface configuration like the Router R1 configuration shown in
Example 23-1. Both GigabitEthernet interfaces on all four routers
default to use network type broadcast. Note that the configuration
on routers R2, R3, and R4 mirrors R1’s configuration except that
they use router IDs 2.2.2.2, 3.3.3.3, and 4.4.4.4, respectively, and
they use the IP addresses shown in the figure.
Example 23-1 R1 OSPF Configuration to Match Figure 23-1
router ospf 1
router-id 1.1.1.1
!
interface gigabitEthernet0/0
ip ospf 1 area 0
!
interface gigabitEthernet0/1
ip ospf 1 area 0
Example 23-2 shows some of the results using the show ip ospf
neighbor command. Note that R1 lists R2, R3, and R4 as neighbors
(based on their 2.2.2.2, 3.3.3.3, and 4.4.4.4 router IDs), confirming
that R1 dynamically discovered the other routers. Also, note that the
output lists 4.4.4.4 as the DR and 3.3.3.3 as the BDR.