Computer NetworksNETWORKS

Free CCNA (NEW) | Static Routing | Day 26 | CCNA 200-301 Complete Course

Free CCNA (NEW) | Static Routing | Day 26 | CCNA 200-301 Complete Course
#CCNA200301 #Static_Routing #NetworkingandTelecom

We are started New Playlist for CCNA 200-301 in this we are going to cover CCNA complete course.
This is Day 26 here we discuss Static Routing .
If you face any issues put in comments we are going to assist you in that.

Thanks

Routing: Forwarding of Packet from one network to another network.

If a router receives traffic for a network which is not directly connected to it needs to know how to get there in order to forward the traffic.

An administrator can manually add a static route to the destination, or the router can learn it from routing protocol.

Type of Routing:

1. Static Routing.
2. Default Routing
3. Dynamic Routing.

Static Routing:
• It is configured by administrator manually.
• It is secure and fast.
• In this we should know destination Network ID
• Generally it use in small organizations with a network of 10-15 routers.
• Administrative Distance (AD) value 1

Configuration of Static Route:

Router(config)# ip route Destination Network ID
Destination Subnet Mask
Next-hop IP address

Lab 1 on Static Routing:

For R1:
ip route 192.168.2.0 255.255.255.0 100.1.1.2

For R2:
ip route 192.168.1.0 255.255.255.0 100.1.1.1

Thanks.

source

ccna

Leave a Reply

Your email address will not be published. Required fields are marked *