What are the different OSPF packet types? (5)
What is Type 1: 0x01 - Hello Packet used for?
used as a first packet to be sent for establishing and maintaining adjacencies with neighboring OSPF devices
What is the role of the Type 1: 0x01 - Hello Packet?
What is the TTL value of Type 1: 0x01 - Hello Packet?
TTL value of Hello packet is set to 1
What do Type 1: 0x01 - Hello Packets communicate? (9)
What do the Type 2: 0x02 - Database Description (DD) Packets carry and contain?
carry LSA headers and contain abbreviated link-state database
What are the Type 2: 0x02 - Database Description (DD) Packets used for?
for synchronization of link-state databases between OSPF devices
What do Type 2: 0x02 - Database Description (DD) Packets communicate?
Do LSA headers contain the entire LSA?
no, they contain just enough information for device that exchange these packets whether they need to send an LSR
What are the Type 3: 0x03 - Link State Request (LSR) Packets used for?
to request missing information for LSAs seen during the DBD packet exchange; could be a reaction to a sender of DD packet
What do the Type 3: 0x03 - Link State Request (LSR) Packets communicate?
What are the Type 4: 0x04 - Link State Update (LSU) Packets used for?
What do the Type 4: 0x04 - Link State Update (LSU) Packets contain? (4)
What is the role of the Type 4 LSU packets when a router changes its state or when there are changes in the network topology, such as an OSPF router going up or down?
Type 4 LSU packets are used to update all OSPF routers in the area about these changes, therefore they play a crucial role in the synchronization process
What are the Type 5: 0x05 - Link State Acknowledgement (LSAck) used for?
What do the Type 5: 0x05 - Link State Acknowledgement (LSA) communicate?
only the LSA header information of the LSAs which are being ACKd
What is the L3 destination IP address used by OSPF Hello Packets?
L3 224.0.0.5 multicast address on broadcast networks
What is the address type of OSPF Hello Packets on a non-broadcast network?
unicast
What is the L2 destination IP address used by OSPF Hello Packets?
either 01-00-5E-00-00-05 | 01-00-5E-00-00-06 multicast address
What are the 3 basic functions provided by OSPF Hello packets?