DynamicRoutingProtocols
DynamicRoutingProtocols
Dynamic Routing
Static routing is a form of routing that occurs when a router uses a manually-
configured routing entry, rather than information from a dynamic routing traffic. Dynamic
routing, also called adaptive routing, describes the capability of a system, through which routes
are characterized by their destination, to alter the path that the route takes through the system in
response to a change in conditions.
Static routing allows routing tables in specific routers to be set up by the network
administrator. Dynamic routing use Routing Protocols that dynamically discover network
destinations and how to get to them. Dynamic routing allows routing tables in routers to
change if a router on the route goes down or if a new network is added.
Step # 02
Step # 03
Step # 04
Step #05
Step # 06
Step # 01
Note: Repeat above steps on all Fast Ethernet interfaces of all routers
Step # 03
Router(config-if)#no shutdown
Router(config-if)#exit
Note: Clock rate will only be set to DCE end of serial connection but not on DTE end.
Step # 04
Router(config)#
Router(dhcp-config)#default-router 172.16.10.1
Router(dhcp-config)#exit
Step #05
Apply dynamic Routing on Routers
Router(config)#router rip
Router(config-router)#network 172.16.0.0
Router(config-router)#exit
Step # 06
Exercise: