OSPF Description:
Multicast extension OSPF
- Lock
Synonym OSPF generally refers to multicast extension OSPF
This entry is compiled and applied to the scientific entry of "Science China" encyclopedia. OSPF (Open Shortest Path first Open Shortest path priority) is an internal gateway protocol (Interior Gateway Protocol, or IGP) for use in single autonomous systems (autonomous system, As) within the decision routing. is an implementation of the link state routing protocol, which is subordinate to the Internal Gateway Protocol (IGP), so it operates within the autonomous system. The famous DICKERSGA algorithm (Dijkstra) is used to calculate the shortest path tree. OSPF is divided into two versions of OSPFv2 and OSPFv3, of which OSPFv2 is used in IPV4 networks, OSPFv3 used in IPV6 networks. OSPFV2 is defined by RFC 2328, and OSPFV3 is defined by RFC 5340. OSPF is a link-state protocol compared to RIP, and rip is a distance vector protocol.
Get ready:
pc1:192.168.1.10
rc1:fa0/0 192.168.1.1 FA0/1 1.1.12.1
rc2:fa0/0 1.1.12.2 FA0/1 192.168.3.1
Command:
R1 command:
Enable config tint fa0/0ip add 192.168.1.1 255.255.255.0exitint fa0/1ip add 1.1.12.1 255.255.255.0exitrouter ospfnetwork 1 92.168.1.0 0.255.255.255 Area 0exit
R2 command:
Enable config tint fa0/0ip add 192.168.3.1 255.255.255.0exitint fa0/1ip add 1.1.12.2 255.255.255.0exitrouter ospfnetwork 1 92.168.1.0 0.255.255.255 Area 0exit
Cisco Dynamic routing OSPF protocol