Chapter 2 - Single-Area OSPFv2 Configuration Flashcards
what command is used to enable OSPFv2 in global config mode
router ospf -process-id-
two situations that use router ID on OSPF-enabled router
- 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)
all OSPF packets include the router ID of the…
originating router
In preferential order of how router ID is derived:
- Router ID configured using router-id *recommended method
- Highest IPv4 address of any configured loopback interface
- Highest active IPv4 address of any physical interface
command to check Router ID
show ip protocols | include Router ID
True or False:
OSPF does not need to be enabled on an interface for that interface to be chosen as the router ID
True
command to config router id
In global config: #router ospf 10 #router-id 1.1.1.1
when can router be changed/modified?
router is reloaded or OSPF process is reset
command to reset neighbor adjacencies to modify router ID
clear ip ospf process
what command is used to enable OSPF on an interface on a point-to-point OSPF network
network -network-address wildcard-mask- area -area-id
two ways to identify interfaces that will participate in OSPFv2 routing process
- 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
command to configure OSPF directly on interface
#interface g0/0 #ip ospf -process-id- area -area-id-
How does unneeded OSPF messages sent out on all OSPF-enabled interfaces affect the network?
inefficient use of bandwidth
inefficient use of resources
increased security risk
what command is used to prevent unwanted OSPF messages from transmitting but still allow that router interface to be advertised to other routers?
#router ospf 10 #passive-interface loopback 0
command to see what interfaces are elected DR and BDR
show ip ospf interface