OSPF COPY Flashcards
What are LSA used for?
Build a LSDB
Who will OSPF routers form a FULL adjacency with?
Designated Router and Backup Designated Router.
Who does a OSPF router send its LSA to?
Designated Router only.
DR distributes to all other routers.
What tpye of network would you have DR/BDR and what network would you not have a DR/BDR?
Multi-access Network requiers a DR/BDR. Point-to-Point does not requier a DR/BDR.
What is used to calculate the best path of the LSDB?
Shortest-path first Algorithm SPF
- ID ABR
- ID ASBR
- Why is it a ABR?
- Why is it a ASBR?
ABR are between two area’s and can summarize routes from one area to another. ASBR are routers that run OSPF and connect to another network that runs another routing protocol.
What is in an OSPF Hello Packet?
- Router ID
- Hello/Dead Interval *
- Neighbors
- Area ID *
- Router Priority
- DR IP
- BDR IP
- Authentication
- Password*
- Sub Area Flag
What metric does OSPF use?
Cost=Reference BW/Interface BW
How to change the Reference B/W?
(config)#router ospf 1
(config-router)# auto-cost reference-bandwidth 1000
What is the default Reference Bandwith for OSPF
100 Mbits
What does OSPF do if it has 2 path with equal cost?
Load-Balance
What are the Max Load Balance paths of IOS 12
- 16 Paths
(32 for IOS 15)
What does the network command do while under the router ospf 1 process.
(conf-router)# network 10.10.10.0 0.0.0.255 area 0
- Advertise the networks that fall within this range in OSPF.
- Activate OSPF on the interface(s) that fall within this range. This means that OSPF will send hello packets on the interface.
What is used as the router ID in OSPF?
- Loopback interface
- highest active IP
or set manualy.
(conf-router)#router-id x.x.x.x
How do you change the COST of a OSFP link?
ip ospf cost 50
within the interface use the command.