Chapter 2 - Single-Area OSPFv2 Configuration Flashcards

1
Q

what command is used to enable OSPFv2 in global config mode

A

router ospf -process-id-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

two situations that use router ID on OSPF-enabled router

A
  • participate in OSPF database synchronization during Exchange State (higher router ID sends their DBD packets first)
  • participate in election of DR (highest router ID is elected DR, second highest is BDR)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

all OSPF packets include the router ID of the…

A

originating router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In preferential order of how router ID is derived:

A
  1. Router ID configured using router-id *recommended method
  2. Highest IPv4 address of any configured loopback interface
  3. Highest active IPv4 address of any physical interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

command to check Router ID

A

show ip protocols | include Router ID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

True or False:

OSPF does not need to be enabled on an interface for that interface to be chosen as the router ID

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

command to config router id

A
In global config:
#router ospf 10
#router-id 1.1.1.1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

when can router be changed/modified?

A

router is reloaded or OSPF process is reset

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

command to reset neighbor adjacencies to modify router ID

A

clear ip ospf process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what command is used to enable OSPF on an interface on a point-to-point OSPF network

A

network -network-address wildcard-mask- area -area-id

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

two ways to identify interfaces that will participate in OSPFv2 routing process

A
  • by Wildcard Mask - any active interface configured with an IPv4 add belonging to that network will participate in OSPFv2 routing process
  • by specifying the exact interface IPv4 add using 0.0.0.0 wildcard mask -> network 10.1.1.5 0.0.0.0 area 0 tells router to enable interface associated with that network add for routing process
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

command to configure OSPF directly on interface

A
#interface g0/0
#ip ospf -process-id- area -area-id-
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does unneeded OSPF messages sent out on all OSPF-enabled interfaces affect the network?

A

inefficient use of bandwidth
inefficient use of resources
increased security risk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what command is used to prevent unwanted OSPF messages from transmitting but still allow that router interface to be advertised to other routers?

A
#router ospf 10
#passive-interface loopback 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

command to see what interfaces are elected DR and BDR

A

show ip ospf interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what interface configuration command disables DR/BDR election?

A
#interface g0/0
#ip ospf network point-to-point
17
Q

what IP does DROTHERs use to send OSPF packets to the DR and BDR

A

224.0.0.6

and only DR and BDR listen on this address

18
Q

what info does show ip ospf interface -interface- display

A

shows router state (DR, BDR, DROTHER) - which is DR and BDR, their Router ID and IP add, how many adjacencies and who they are

19
Q

command to verify OSPFv2 adjacencies

A

show ip ospf neighbor

20
Q

how is DR elected?

A

Router with highest interface priority is elected DR.
0-255 value can be set
0 value interface can’t be elected DR
If all interface priorities are equal, router with highest Router ID is elected DR

21
Q

Router remains DR until one of these events occurs

A
  • DR fails
  • OSPF process on DR fails or is stopped
  • the multiaccess interface on the DR fails or is shutdown
22
Q

what command is used to set interface priority?

A

ip ospf priority -value-

value btwn 0-255

23
Q

what command is used in privilege mode to see DR and BDR election process

A

debug ip ospf adj

24
Q

what gives indication of the overhead that is required to send packets across a certain interface?

25
formula to calculate OSPF cost
cost = reference bandwidth / interface bandwidth **default reference bandwidth is always 10^8 (100,000,000) bps
26
command to change reference bandwidth on router configuration how to verify OSPFv2 cost assigned to a router interface
auto-cost reference-bandwidth -Mbps- show ip ospf interface -interface-
27
how often are Hello Packets transmitted to multiaccess address 224.0.0.5?
every 10 seconds
28
what is the period called that the router waits to receive a Hello Packet before declaring the nieghbor down? time for multiaccess and non-broadcast multiaccess networks
Dead Interval 40 seconds for multiaccess (x4 of Hello Interval) 30 secs for Hello Packet and 120 secs for Dead Interval on non-broadcast multiaccess networks
29
command to check Hello and Dead intervals
sh ip ospf interface
30
command to see Dead Time countdown
show ip ospf neighbor
31
a router connected to the internet is sometimes called:
edge router or gateway router
32
name given to the router located btwn the OSPF routing domain and a non-OSPF network
Autonomous System Boundary Router (ASBR)
33
what does O*E2 indicate on a route table
the route was learned through OSPFv2 * - means good candidate for default route E2 - identifies this as an external route
34
in order to propagate a default route, the edge router must be configured with the following:
- a default static route using ip route 0.0.0.0 0.0.0.0 either with [next-hop-address] but if going out to the internet use [exit-intf] - default-information originate router config command; which tells router to be the source of the default route info and propagate the default static route in OSPF updates
35
Some reasons routers may not form OSPF adjacency:
- subnet masks don't match - OSPF Hello or Dead Timers don't match - OSPF Network Types don't match - missing or incorrect OSPF network command