Sunday, 18 May 2008 14:22
Static routing
Adds a static route to the routing table:
#(config) ip route [ipdest] [subnet] [next hop]
Distance Vector
Distance vector protocols use a vector of distance and direction to find the best path, where distance is defined in terms of a metric and direction is defined as the next-hop router. Distance vector protocols broadcast the entire routing table at periodic intervals and are slow to converge because of hold-down timers. Examples include RIP and IGRP.
Advertises all the known routes out off each interface.
Link State
Link-state protocols use a topological database that is created on each router. This database keeps track of directly attached neighbors, the entire network, and the routing table. Link-state updates are typically multicast to all neighbors. (OSPF is a link-state protocol.)