OSPF Flashcards
What are the criteria for DR / BDR election?
Priority, Highest RID
With what priority does a router not participate in the DR / BDR election?
0
OSPF multicast addresses?
224.0.0.5 All routers, 224.0.0.6 DR routers
What are the OSPF timers for broadcast and point-to-point networks? (both use the same timers)
hello 10, dead 40
Does OSPF support keys with lifetime?
False
What are the OSPF timers for NBMA networks, PMPe PMP NBMA?
30 120
What is the only network type where dynamic neighbor discovery does not occur?
NBMA
What are the only two network types that require DR/BDR?
Broadcast and Non-Broadcast Multi-Access, both multi-access
Which LSA is created by the DR?
Type 2 network, sh ip ospf database network
Which command allows viewing type 3 LSA?
show ip ospf database summary
Which command to view type 5 and type 4 LSAs?
show ip ospf database external, show ip ospf database asbr-summary
Neighbor in Attempt state?
Neighbor defined manually
What is the neighbor state when the first hello is received but the own RID is not yet listed?
init
What is the neighbor state when the hello is received and the own RID is listed?
2way
In which state does the master and slave negotiation occur?
exstart
In which state does the DDP exchange occur?
exchange
DDP is exchanged only for information between DROTHERS
False
Describe what happens in a broadcast network when a DROther’s link changes
The DROTHER originates LSA 1 for the DR, DR propagates via DDP to the DROTHERS, The DROTHERS request it from the DR via LSR, The DR delivers via LSU, The DROTHERS confirm via LSACK
What is the reflood period for LSAs?
30 minutes
What is the maximum ECMP path supported?
4 paths, modern IOS 16 to 32
Which LSAs cause SPF recalculation?
1 and 2
How to filter LSA 3 so that it does not enter area 0?
area 0 filter-list prefix-list FILTRO_OSPF in
How to filter OSPF routes so they do not enter the RIB?
router ospf 12, area 3 filter-list prefix DENY-OSPF in, ip prefix-list DENY-OSPF: 2 entries, seq 5 deny 12.0.255.23/32, seq 10 permit 0.0.0.0/0 le 32
What are the possibilities for route filtering?
Summary of filtering possibilities: Filter type 3 LSAs in ABRs, Filter type 5 LSAs in ASBRs, Filter routes to be installed in the local routing table