Chapter 9 - Open Shortest Path First (OSPF) Flashcards
Compare OSPF and RIPv1.
OSPF is a link-state protocol that supports VLSM and classless routing; RIPv1 is a distance-vector protocol that does not support VLSM and supports only classful routing.
Know how OSPF routers become neighbors and/ or adjacent.
OSPF routers become neighbors when each router sees the other’s Hello packets.
Be able to configure single-area OSPF.
A minimal single-area configuration involves only two commands: router ospf process-id and network x.x.x.x y.y.y.y area Z.
Be able to verify the operation of OSPF.
There are many show commands that provide useful details on OSPF, and it is useful to be completely familiar with the output of each: show ip ospf, show ip ospf database, show ip ospf interface, show ip ospf neighbor, and show ip protocols.
Write the command that will enable the OSPF process 101 on a router.
router ospf 101
Write the command that will display details of all OSPF routing processes enabled on a router.
show ip ospf
Write the command that will display interface-specific OSPF information.
show ip ospf interface
Write the command that will display all OSPF neighbors.
show ip ospf neighbor
Write the command that will display all different OSPF route types that are currently known by the router.
show ip route ospf