OSPF Network Types:
[boxads] There are several kind of OSPF Network Types are use in service provider environment. OSPF message addresses are determined by the type of network to which the OSPF interface is connected. One of the following OSPF network types must be selected when configuring an interface on an OSPF router.
Point-to-Point: A network that can connect only two routers. Leased-line WAN links such as Dataphone Digital Service (DDS) and T-Carrier are point-to-point networks. OSPF messages sent on point-to-point networks use IP multicast addresses.
- No DR/BDR concept.
- Has a Master and Slave concept instead, with highest interface chosing the Master, but can be manually set.
- Default Priority = 0
- Multicast = 224.0.0.5
- Hello Timer = 10
- Hello Dead Timer = 40
- 1 Common Subnet

Point-to-Multipoint: A point-to-multipoint configuration approaches the non-broadcast limitation in a different manner. Rather than trying to emulate broadcast capability, it seeks to organize the PVCs into a collection of point-to-point networks. Hello packets must still be replicated and transmitted individually to each neighbor, but the multipoint approach offers two distinct advantages: no DR/BDR is needed, and the emulated point-to-point links can occupy a common subnet.
