1.Static Routing.
2.Dynamic Routing.
Static Routing: Manually assigning route to destination by adding information in routing table.
The command for creating static route is
vasanth1406(config)#ip route(network)(subnetmask)(gateway)
Example:
vasanth1406(config)#ip route 10.0.0.0 255.0.0.0 20.0.0.2
Dynamic routing: A routing system that automatically adapts to network topology or traffic changes by advertising its directly connected networks.
No comments:
Post a Comment