OSPF Message Types:
[boxads] There are several types of message are passes through OSPF network for communication each other. that OSPF Message Types are given bellow:
1. Hello : These messages are used to establish neighbor ship and serve as keepalives among other things. They are also used to elect the Designated Router (DR) and Backup Designated Router (BDR) on multiaccess networks (like Ethernet or Frame Relay).
Sent on 224.0.0.5 and 224.0.0.6
Contains the following in the packet;
- RID of interface
- Authentication
- Hello Dead Timers
- Area ID
- Nieghbor List (If not a nieghbor, sends more info)
- Designated Router IP
- Backup DR IP
- Priority of Interfaces
Hello interval: indicates how often it sends Hello packets. By default, OSPF routers send Hello packets every 10 seconds on multiaccess and point-to-point segments and every 30 seconds on non-broadcast multiaccess (NBMA) segments (like Frame Relay, X.25, ATM).
[adsense]
Dead interval: number of seconds this router should wait between receiving hello packets from a neighbor before declaring the adjacency to that neighbor down.
2. Database Descriptor (DBD or DD) : These messages send summaries of a router’s known LSAs to a new neighbor. Receiving routers can use this information to compare to their database and ask for more details if needed.
Read more